What key do I need to add to the registry to have my windows maximized in the VB environment?
Printable View
What key do I need to add to the registry to have my windows maximized in the VB environment?
Ok if you mean vb forms, click any vacant spot on the form, go to the properties window and hunt down the list till you find one called Window State, (or something similar don't have vb in front of me), and select Maximise. Persumably you can do this via the Load function of the form programmatically. :)
Hope this helps