I am a hobby programmer in VB.Net. Have fairly good knowledge in that. However I got stuck in a place I need help.
- I have a main form called BTC_Main
- I have a different class called ClientID
- I would like to refer to the main form control in Client ID class file
- My Line in client ID "BTC_Main.Lvw_ClientID" gives an error "Reference to a non-shared member requires an object reference"
Could anyone help me?
Thanks in Advance.