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 strongm 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. debeebop

    Generating runtime Select Case??

    Hello everyone, After generating an array of option buttons during runtime I am trying to manage the user's actions on them. How do you actaully manage runtime generated controls? I have tried to use: Private sub Option1(index as integer) Select Case index Case 1 'actions Case 2...
  2. debeebop

    CommonDialog ShowSave Problem

    No, that's not what I was looking for. I'm trying to get my code to save some information in a text file, using the Common Dialog. Everything worked fine. But when the save as... window pops up on the screen I want the Field name to have a default value instead of Null. This is a piece of my...
  3. debeebop

    CommonDialog ShowSave Problem

    Hello everyone, How do I get the File Name field in the Save As window to have a default name? Like the one in MS Word for example... I also want to disable the Save button next to the File Name field whenever the user enters a Null name... Any help? Thanks
  4. debeebop

    .exe Properties, Version Tab, Comments

    Hello Hypetia Thank you loads for your help and time. It's working great! And actually both ways work. I probably mistyped something in the declarations even though I used the API Viewer... Apparently you are more trustworthy :o) Thanks again
  5. debeebop

    .exe Properties, Version Tab, Comments

    Thank you Hypetia for the post! I have tried the code but my program crashes when I use the function. It crashes on this line: CopyMemory lpData, ByVal lpData, 4 Any guidance on this? Ahmad
  6. debeebop

    .exe Properties, Version Tab, Comments

    Hello all, I'm a beginner VB6 programmer and I don't really know the slightest thing about APIs. Only some basics. However, I'm trying to get my VB program to get the properties of other .exe files. I have succeeded in using a couple of APIs to shell the properties window of .exe files. But...

Part and Inventory Search

Back
Top