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...
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...
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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.