hi to all,
i have a problem that when i compile my project it works fine not a problem with it but when i make my program an exe. and try to run it, it come up with a run-time error '3001'. i placed msgboxes everywhere to see where the problem was as it wouldn't show when compiling. the error was happening when i tried to use text from a textbox of another form. for example:
With cnUser
.Provider = FrmOptions.TxtP rovider.Text
.Open FrmOptions.TxtU serPath.Text
this form is unable to see the text and i think it has something to do with not setting the variables properly.
if someone could help i would be very greatful
cheers
steve
i have a problem that when i compile my project it works fine not a problem with it but when i make my program an exe. and try to run it, it come up with a run-time error '3001'. i placed msgboxes everywhere to see where the problem was as it wouldn't show when compiling. the error was happening when i tried to use text from a textbox of another form. for example:
With cnUser
.Provider = FrmOptions.TxtP rovider.Text
.Open FrmOptions.TxtU serPath.Text
this form is unable to see the text and i think it has something to do with not setting the variables properly.
if someone could help i would be very greatful
cheers
steve
Comment