CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: titan2020

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    566

    Re: Endless loop

    Does my code have to be in a sub routine? If so should it get called from the form1_Load event handler?
  2. Replies
    3
    Views
    566

    [RESOLVED] Endless loop

    Hello,

    I'm very new to VB. I'm using VB 2010 .net framework 4.0. I'm writing a program that will communicate with a piece of equipment using the SerialPort class. There are many controls on the...
  3. Re: using variables in control names

    Thank you,

    I created a control array and it did the trick
  4. Re: print a list of control name properties

    Thank you,

    I used the for loop and it worked like a charm
  5. [RESOLVED] using variables in control names

    Hello,

    I'm pretty new to VB

    I would like loop through control names at run time. Is it possible to do something like the following:



    Dim n As Integer
    n = 0
  6. [RESOLVED] print a list of control name properties

    Hello,

    I'm working with a form that has a lot of controls on it. Is there a way to print a list of the name properties of all the controls on a form visual studio? I need to change some control...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured