Actually i am a VB6 developer, switching to VB 2010 (VB.NET), in visual basic we use to do Form1.unloadme
However, its not working in VB2010…
Form1.UnloadMe()
Even option is not available in intellisence.
Is there any book which i can refer to understand VB 2010 faster…
Use
where “Me” will work as your current form i.e. Form1 and “Close” will work as UnloadMe option….
You can go for Evangelos Petroutsos Book, naming “Mastring Microsoft Visual Basic 2010” and published by Wiley-Sybex.