Neither method works, it is as if they were not called, the form stays both
visible and fully usable.
I created a new project with a single form (with the defaullt name), tried
adding the me.hide() to the form load event but the form remains visible. I
tried replacing the me.hide() with the me.visible = False but still the same.
Thus the code could not be simpler.
Many Thanks
"gene kelley" wrote:
On Wed, 9 Aug 2006 14:49:57 -0700, Steve954 <St******@discussions.microsoft.comwrote:
I recently installed and started using VS2005 on a Windows XP Pro machine.
When creating a new windows forms project I find that I am unable to hide any
forms using the me.hide() or me.visible = False methods. As far as I can tell
these methods are available and should work in VB2005. Any help and advise
would be great as this is causing be a number of problems of two new
projects I am working on.
Many Thanks
Not working as in still visible, or, Closing rather than Hiding?
How and where are you using Hide?
Gene