Search results for query: *

  • Users: Chronis
  • Content: Threads
  • Order by date
  1. C

    EASY question in regards to object references

    This is driving me insane, because it should be SO EASY!! I just keep thinking of VB 6.0 and that way how to do it. SIMPLE question here, HOW do i gain access to all of a certain forms controls and properties in a module? E.G - Public Sub Button6_Click(ByVal sender As System.Object...
  2. C

    Accessing form objects from a module

    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...
  3. C

    Sub procedures

    Hey guys, Just a quick question in relation to sub procedures to the program I'm creating which I'm trying to use as less memory as possible - Do sub procedures work just like local variables in the aspect that all within the sub procedure is destroyed after it is exited and the memory is...
Back
Top