Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TOMBUGGY

    VB6 With Dymo Version 8 DLS and SDK

    Problem solved. Despite Dymo SDK documentation to the contrary, DLS and SDK Version 8 software cannot open .LWT (Template) files. .LWT files must be converted to .LWL files for use with Version 8 on Windows 7 systems. This can be done with previous Dymo software (e.g. Version 6.1 that was...
  2. TOMBUGGY

    VB6 With Dymo Version 8 DLS and SDK

    We have a VB6 application that has successfully printed custom labels on Dymo printers for several years on XP systems with Dymo Version 6 DLS and SDK software. Now, under Version 8 of the Dymo software on Windows 7 systems the application does not work -- what gets printed is the default Dymo...
  3. TOMBUGGY

    Array Processing

    Andy, thanks again. I consulted a manual and found the correct statement content.
  4. TOMBUGGY

    Array Processing

    Andy, not working. The array I'm using is named ddbets and it's dimensioned as ddbets(RR1%, RR2%). I get a Compile Error - Expected Array on the statement: For R& = 1 to Ubound(ddbets(1))
  5. TOMBUGGY

    Array Processing

    Thanks Andy. To answer your question, I want to "do something" as I access each element.
  6. TOMBUGGY

    Array Processing

    I have a 2-dimensional array that can have a variable number of rows and columns. Depending on user input it could be 6x6 (36 elements), 6x12 (72 elements), 16x16 (256 elements), etc. Can someone provide EFFICIENT code for accessing all the elements in row sequence - that is, all the elements...
  7. TOMBUGGY

    Printer Object - Background Color

    I've created a VB form of the scorecard using Labels for for the score entry boxes. This allows me within my code to set the BackColor of the Labels for a given hole to vbYellow for highlighting. Solution? Not quite. Even though I've used the smallest FontSize (8) for the information on the...
  8. TOMBUGGY

    Printer Object - Background Color

    I use the Printer Object (Printer.Print) to print a golf scorecard. I would like to highlight the score boxes for selected holes with a background color. I fill the score boxes for holes with either blank characters or a combination of blank characters and asterisk characters for handicap...
  9. TOMBUGGY

    On-Screen Keyboard

    I have found a very good 3rd Party application - the Mount Focus Keyboard Designer. It's much more flexible and easier to handle than the Windows OSK.
  10. TOMBUGGY

    On Screen Keyboard

    It appears that I can't do anything with respect to modifying the content of the Microsoft On-Screen Keyboard itself. I know how to eliminate the Contol Box on Visual Basic forms and also how to negate the effect of clicking it if it is on a VB form. But, the on-screen keyboard is not a VB...
  11. TOMBUGGY

    On-Screen Keyboard

    Sorry, I just tested the link and it fails. I found what I was trying to link to in this forum. Try a search of "Terminate a Shelled To Program" (without the quote marks).
  12. TOMBUGGY

    On-Screen Keyboard

    Thanks. There's other code in tek-tips via the link.http:''www.tek-tips.com/viewthread.cfm?qid=1589988
  13. TOMBUGGY

    On Screen Keyboard

    Yes, I'm talking abiut the X that closes a window. FYI, the three symbols in the upper right corner of a window (Minimize, Window/Full Screen and the X) are commonly called the Control Box. Thanks for the link but it didn't yield anything.
  14. TOMBUGGY

    On Screen Keyboard

    Is there a way to remove the Control Box (- X) from the On Screen Keyboard? Thanks.
  15. TOMBUGGY

    Terminate a Shelled To Program

    How do I terminate a program that I started with the Shell Statement? Thanks.
  16. TOMBUGGY

    Second Copy of Project

    Andy, thanks. Yes, that should work (and I should have been able to figure it out on my own) [dazed]
  17. TOMBUGGY

    On-Screen Keyboard

    I wish to incorporate an on-screen keyboard on selected forms in a VB project. I realize that I can turn on the Microsoft On-Screen Keyboard (osk.exe) but how do I turn it on and off selectively? Also, is there a 3rd party control or documented VB code for an on-screen keyboard?
  18. TOMBUGGY

    Second Copy of Project

    Is there a way to make a second copy of a project on the same computer? I understand that "Save As" is essentially the same as Rename - that is, another copy of the project is not created. Supposedly, this has something to do with some kind of what I would call "project identification...
  19. TOMBUGGY

    Transfer to New Computer

    George, you nailed it! Thanks. I had a missing reference for a Dymo Label Printer library (a printer not yet installed on the new computer). Why a missing reference for a printer affects standard VB statements is wierd but unchecking the reference solved the problem. BTW, with respect to...
  20. TOMBUGGY

    Transfer to New Computer

    Andy, thanks. Reloading the source code solved all the control problems. The problem with the If Right statement continues. SP6 is installed. Here's the code section (If Right in bold): Public ApplicationDataFolder As String 'Constants for Get Special Folders Public ProgramFilesFolder As...

Part and Inventory Search

Back
Top