Results 1 to 3 of 3

Thread: [RESOLVED] Label.TextChanged

  1. #1

    Thread Starter
    Member VJgamer's Avatar
    Join Date
    Jul 2006
    Posts
    40

    Resolved [RESOLVED] Label.TextChanged

    In VB.NET there is a TextChanged event for labels. Is this not the case for C#?
    My Site: VJgamer's World | My Freeware: PCFinder 4.0 | FindMe 1.5

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Label.TextChanged

    It is the same label that you used in VB.NET so it will have same properties, methods and events.

    open the Form, select the Label and open Properties Window. At the top of the properties window select the button with lightning flash. This will display all the available events. Scroll down and there you will see the textChanged Events.

    Actually C# works in a little bit different way. In VB.NET you can open the Code Window and select the Event Handler that you want from the Drop Down at the top right corner of the window. However in C# you need to add the Event Handler code.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    Member VJgamer's Avatar
    Join Date
    Jul 2006
    Posts
    40

    Re: Label.TextChanged

    Thanks... I have it now!
    My Site: VJgamer's World | My Freeware: PCFinder 4.0 | FindMe 1.5

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