T
This is A Fake Nickname
I want to launch a form within my app based on a command line.
Everything is great but:
The problem is that I can't have a variable for a form name that needs
to be launched. How do I use the value in a variable to be used as an
object? (the form)
Example:
Command line: AppName.exe FormName
Within the app the code:
dim LaunchingForm as New *FormName*
LaunchingForm.show
I need to fill in *FormName* with any form name I give it.
Thanks!
-JT
Everything is great but:
The problem is that I can't have a variable for a form name that needs
to be launched. How do I use the value in a variable to be used as an
object? (the form)
Example:
Command line: AppName.exe FormName
Within the app the code:
dim LaunchingForm as New *FormName*
LaunchingForm.show
I need to fill in *FormName* with any form name I give it.
Thanks!
-JT