Quote Originally Posted by RobDog888
It has something to do with the Forms and how they were created. If you add a new Form1
to the project and
replace BankHome with Form1 as the startup object and add some buttons that do the same as
the BankHome, it works and .Hide is available.
Yeah, I know. I think it is because the original VB did not have the .hide function and one of the service packs introduced it. The forms were created with the non-service pack version and new forms are created with the new functions all available. I just don't want to have to go back and re-create all of the forms in all of my projects that I am working on...