CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    15

    creat a line after click

    hi.
    Hi have a test box and a button and i want to insert some text and click on the buton and reat an information bellow with the information i've just typed.
    how can i do this?


    thanks

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: creat a line after click

    Do you want to display the typed text??

    Use a Label control, and set its Text property to the TextBox's text.

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