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 Wanet Telecoms Ltd 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: *

  • Users: TOMBUGGY
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. TOMBUGGY

    On Screen Keyboard

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

    Terminate a Shelled To Program

    How do I terminate a program that I started with the Shell Statement? Thanks.
  6. 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?
  7. 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...
  8. TOMBUGGY

    Transfer to New Computer

    I have VB6 installed and working well on one computer. Within the VB6 folder under the Microsoft Visual Studio folder I have 12 VB projects and their related data files. Some of the projects use 3rd party components (.ocx). How do I recreate what I have on another computer? Thanks.
  9. TOMBUGGY

    P&D Wizard Missing From Project

    After recovering from a horrible "Blue Screen of Death" problem I restored my computer to its out-of-the-box state and re-installed VB6 Pro (along with many other apps). I had backed up the VB6 folder so I was also able to restore my VB projects, and I am able to work with them. However, I...
  10. TOMBUGGY

    Data Files Location in Vista

    I have a VB6 app created on a Windows XP system for which I use the Package and Deployment Wizard to create a Setup file that installs the program in DriveLtr\Program Files\PMM (e.g. in C:\Program Files\PMM). I wish to have data files created by the app in the same folder as the program. This...
  11. TOMBUGGY

    PCL Commands via Printer Object ?

    Can PCL Commands be issued via the VB Printer Object? If so, how? If not, what's the alternative(s)? For example, I'd like to use the PC-8 Symbol Set to print graphic line characters for "boxing" areas of a report - e.g., Chr(201), Chr(205), Chr(187), etc.
  12. TOMBUGGY

    CTUS

    I am trying to determine the need for including the CTUS object file in a Clipper application. What are the major reasons for using this file and what are some of the implications of not using it? Thanks.
  13. TOMBUGGY

    Label Printers on COM Port

    Our application has been printing to Seiko and Dymo/CoStar Label printers via Clipper 5.2 and the Runestone Library. We are now experiencing problems under Win98 and WinMe (no label or part of a label) on high speed machines (e.g., Compaq 933 MHz Pentium, IBM Aptiva with 1 GHz AMD processor)...
  14. TOMBUGGY

    Report Files for Website Posting & Email Attachment

    Using QBasic I would like to create a file that contains what is now the contents of a printed report and have that file used to place the information on a web page. Can, and how can, this be done? Can the file include formatting, or must it contain just the heading and data fields (e.g., in...
  15. TOMBUGGY

    Code 67 Error

    One (and only one) of our users is getting a Code 67 (Too Many Files) Error on an OPEN Statement. The program is running as a DOS App under Windows in a network environment. We ahve verified that the two documented reasons for the error -- too many open files versus FILES=N in CONFIG.SYS, and...

Part and Inventory Search

Back
Top