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 dencom 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. WyoProgrammer

    VB6 Help

    I have been using VB6 for a couple years now (I used VB5 for many years prior). When I started using VB6, I had no help file. I have tried to find a help file that I could use but have been unsuccessful. Is there a Microsoft or after market help file that I can attached to my VB editor to get...
  2. WyoProgrammer

    No license for microsoft tab control

    This has me very bewildered! I wrote a vb5 program a couple years ago on my laptop. I have compiled it many times and edited it many times using the vb5 editor. I upgraded to Windows 10 on that computer and was still able to use and edit the program. That laptop had some issues a few weeks...
  3. WyoProgrammer

    Help file in VB5 using Windows 10

    I recently upgraded to Windows 10 on my laptop. I use VB5 to program and have for a long time. When I attempt to use the help file, I am told the help file is not available. This happened when I was using Windows 7 and was able to run a program called winhelp32.exe (I believe this is the name...
  4. WyoProgrammer

    Exporting data to a thumb drive

    I have a recipe program that I would like to export the recipe file to a thumbdrive using a common dialog box. I have done some research and know I need to use commondialog1.showsave which brings up the window where one can select the thumbdrive but not sure how to actually do the save. I also...
  5. WyoProgrammer

    Position of the cursor in a text box

    I have a text box that I am using for input in a recipe program I have written. I need to determine where the cursor is in the text box so I can insert characters when editing the text string. I have done a search and apparently this is possible in later editions of VB but I am using version...
  6. WyoProgrammer

    Database not handling comma ","

    I have written a program that is basically a simple database to manage data pertaining to a coin collection. I am able to use the program but offered it as a shareware program and I am having people experience 'Type Mismatch' errors. I think it is that these users are entering commas in the...
  7. WyoProgrammer

    Permission denied when I create an .exe

    As you can probably tell, I am not an experienced programmer but I have written several programs which I use for my own uses as well as one I use at work. I have experienced this same problem in both places. When I try to update my *.exe program by creating a new one, I keep getting the error...
  8. WyoProgrammer

    Not printing with proper font and size

    I am having a problem printing in VB5. Using previous versions of VB I was able to tell the printer what font name and font size and it would consistently print as I wanted. I need to print in Courier New so I can create columnized printouts but in VB5, sometimes the printouts come out right...
  9. WyoProgrammer

    Initial focus problems

    I am writing a simple database to keep track of jurors for my job (I work in District Court). I am trying to set it up so that when a filed loses focus, the first letter of the entry is capitalized (for first, middle and last names in case one forgets to capitalized properly). It works fine in...
  10. WyoProgrammer

    Printing problems with vb3 program now running under Win XP

    I wrote a program I use at work all the time. It is not terribly complicated but pretty large. I wrote it and used it on a computer running Win 98 attached to a server running Win 2000. Everything worked fine and I could print anything I wanted. I recently had to upgrade my computer to Win...
  11. WyoProgrammer

    Converting VB3 to VB5 format

    Is there a program out there that will convert a program written in VB3 to VB5. I am a novice programmer but have written an extensive program in VB3 which I use at work. We have converted to a server which is operating under MS Server 2003 and it is not handling the 16 bit program at all...

Part and Inventory Search

Back
Top