Goodmorning to everybody.
In my project there is a MDI Form (called frmMain) and a standard Form (called frmIssuer). Onto frmMain there is a menu, from where I need to call frmIssuer by clicking on a menu's key.
The code I use is this:
but each time I click on it, the program stops and then crashes. Sometimes the Error 91 is fired up, other times it isn't. Anyway, both the program and the IDE close themselves.
If somebody wants to help me, I attach the project.
PS: Why you can't upload RAR files? I think this feature should be added.
In my project there is a MDI Form (called frmMain) and a standard Form (called frmIssuer). Onto frmMain there is a menu, from where I need to call frmIssuer by clicking on a menu's key.
The code I use is this:
Code:
Private Sub mnuSettings_Click()
frmIssuer.Show
End Sub
If somebody wants to help me, I attach the project.
PS: Why you can't upload RAR files? I think this feature should be added.