Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21

    hmmm, sounds like a collection of textboxes for me. i think i've done something similar during my undergrad days. mangukay sa ko. the best solution by far is silent-kill's (conceptually). initialize teh array on load.

  2. #22
    Is it possible to use reflection of textboxes?

  3. #23
    Quote Originally Posted by nullpointer View Post
    private Main_Load(..,..) would be the event EventHandler delegate method when your form loads. You can have this method when you doubleclick your form, then put you codes for the Textboxes things...

    Regarding TextBox[,] TextBoxes, you put it before your form constructor.
    oh ok so this one
    private void Form1_Load(object sender, EventArgs e)
    {

    }

    but still can find where to put this one...TextBox[,] TextBoxes
    mo error man siya everywhere i put it...hehehe

  4. #24
    ahh mao pud na akong latest activity bai...act pud ka noh...la pa ni na solve?

  5. #25
    TextBox[,] TextBoxes

    Code:
    public class form1 {
         TextBox[,] TextBoxes;
    
         form1_load(....) {
              ..... do the initialize stuff make sure you initialize the array with the new dimension
         }
    }

  6.    Advertisement

Page 3 of 3 FirstFirst 123

Similar Threads

 
  1. Another C# Problem: Data Picker
    By Deathnote in forum Programming
    Replies: 4
    Last Post: 10-06-2009, 06:36 AM
  2. another problem....huhuh
    By parts in forum Computer Hardware
    Replies: 23
    Last Post: 01-07-2008, 03:51 PM
  3. Connecting to another PC via dial-up ( problems )
    By EarlZ in forum Networking & Internet
    Replies: 7
    Last Post: 01-07-2006, 12:16 AM
  4. Another Day in Paradise
    By n`gel in forum Music & Radio
    Replies: 20
    Last Post: 11-02-2005, 11:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top