Hi All,
I try to use a module for the first time and this is the way I used it.
I've got a module and I've added to my application with ' add module ' then I've tryed to show the result of this module on my form like this;
VB Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Module1.Main() End Sub
But it didn't worked, however in the Output debugger I can see what the module does.
What do I have to do next that the result of this module show up on my Form.
Or did I do something totally wrong how to use a module.
If so, can someone tell me how to use a module in an application.
Thanks in advance,
sparrow1





Reply With Quote