Hey there,
Guys I got a question. I'm developing this application in .NET and I want to know how to implement the login part. At startup the menu is disabled, but once the user logs in the menu should be enabled. NOw the problem is with passing the control to 'main.vb'. The 'log in' form appears in the Parent window and if authenticated, the menu in 'main.vb' should be enabled. BUT ... each form is a different class and I can't access variables from another class untill they are inherited .. and they are not. How do I 'inform' the menu that the login was successful and that it should enable the menu?
I hope u people understand what I meant ....![]()




Reply With Quote