CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: IF sectence

Threaded View

  1. #1
    Join Date
    Oct 2010
    Posts
    15

    IF sectence

    I have two textboxes.

    txtbox1
    txtbox2

    I want to make a IF sectence which does this:

    When i do NOT write txt in txtbox1, the other textbox, txtbox2, will be set to visibility = false

    This require that the IF sectence can notice if there is any text in txtbox1.

    How can i do this?
    Last edited by Fnyx; January 13th, 2011 at 07:06 AM.

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

Featured