how in the world do you change the window class name. noy in code but anyway i dont care how i need to change it from "thunderrt6formdc" to something else please anyone help
Printable View
how in the world do you change the window class name. noy in code but anyway i dont care how i need to change it from "thunderrt6formdc" to something else please anyone help
The window classname is given toa window when it is created, and i don't think it can be changed.
If you want to use the Form VB provides, then you can't change it, otherwise, if you choose to create your own Form from API, you can create a custom class.