Results 1 to 2 of 2

Thread: [RESOLVED] Updating label text

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2008
    Posts
    256

    Resolved [RESOLVED] Updating label text

    Well, i VB6 i'd make like this:

    (if i was using a module, for example)

    Form1.Label.Caption = "updated text outside the form code"

    But how can i do in C#?

    I tryed:

    Code:
    Form1 frm  = new Form1();
    but frm.Label1.Caption doesn't exists!






  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2008
    Posts
    256

    Re: Updating label text

    I already got it






Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width