Hey all
Ah so back to my vb.net learning. Just creating a program and it's all getting too long in the one window, so I created a module to hold the code in a logical order for certain procedures, but how do I link the module to the controls on a certain form again?
Or do I have to write !frmName.Object.Property to link them from the module? All my programs have just been basic calcs and games and this is my first program over a thousand lines...How would you people do it? I really just need to order it more logically so i know where blocks of code are.
Thanks in advance for reading,
Ah so back to my vb.net learning. Just creating a program and it's all getting too long in the one window, so I created a module to hold the code in a logical order for certain procedures, but how do I link the module to the controls on a certain form again?
Or do I have to write !frmName.Object.Property to link them from the module? All my programs have just been basic calcs and games and this is my first program over a thousand lines...How would you people do it? I really just need to order it more logically so i know where blocks of code are.
Thanks in advance for reading,