Search:

Type: Posts; User: pug

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,147

    accessing class variables

    hello again,

    sorry about another post but im new to OOP and i am having trouble understanding how i can access a variable from one class from a different class.

    I have a class



    public...
  2. Thread: Control array

    by pug
    Replies
    3
    Views
    1,776

    thanks for your reply, got it to work perfect :)

    thanks for your reply, got it to work perfect :)
  3. Thread: Control array

    by pug
    Replies
    3
    Views
    1,776

    Control array

    hello every1

    i seem to be having problems adding Control arrays to a Panel. this is how i am doing it,



    Label[] la = new Label[5];
    la[0].Text = "label text";
    Panel1.Controls.Add(la[0]);
Results 1 to 3 of 3