Using VB 2010 Express, when I run debug on my program, the statement:
on my form5 generates the following exception: "The type initializer for 'WindowsApplication1.Module1' threw an exception. "
I have the following statement at to top (under the name, Module1) of my Modual1:
My understanding of such things is very limited. Can someone please give me a remedy, in very simple terms...a code example would be much better.
Code:
strPassWordVar = Me.pwTextBox1.TextI have the following statement at to top (under the name, Module1) of my Modual1:
Code:
Public strPassWordVar As String = Form5.pwTextBox1.Text