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

Search:

Type: Posts; User: j9070749

Search: Search took 0.05 seconds.

  1. Thread: Loop

    by j9070749
    Replies
    4
    Views
    1,677

    Re: Loop

    Thank you, this worked great. I was able to use a similar array later on in my code, manipulated from yours:



    int numberCB = 0;

    if (cb_recipient8.Visible) {...
  2. Thread: Loop

    by j9070749
    Replies
    4
    Views
    1,677

    Loop

    Hi, could someone put this in a loop, where you can define how many labels and combo boxes are to be made not visible.

    cb_recipient1.Visible = true;
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured