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