Hi
I need my program to get a password from a textbox on another form, I am currently trying to use this line of code:
but i get the error
Jonathan
I need my program to get a password from a textbox on another form, I am currently trying to use this line of code:
Code:
epassword = frmOptions.txtEncryptPass.Text
Code:
An unhandled exception of type System.NullReferenceException occurred in WHM_cPanel_Launcher.exe
Additional information: Object reference not set to an instance of an object.
Jonathan