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

Thread: How to refresh?

  1. #1
    Join Date
    May 2002
    Posts
    52

    How to refresh?

    I have designed a form that contains TabPage. Then I want t o refresh the form and show the text box now (hiding the tab pages). How do i that?

    Can anyone help me?

    Thanks.

  2. #2
    Join Date
    Jul 2002
    Posts
    10
    call TabPage.show() ??

  3. #3
    Join Date
    May 2002
    Posts
    52
    Thanks for your reply franc2.

    I think i should call tabControl.Hide().

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