Button link problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oaiok
    New Member
    • Jul 2008
    • 1

    Button link problem

    Problem in VisualBasic Express Edition 2008
    Example:
    I have a project, project a, with two pages, page a and page b, i have a button on page a, and i when the button is clicked page b shall be shown, how do i?
  • leeogrady
    New Member
    • Jun 2008
    • 11

    #2
    im assuming the name of pageb is 'pageb',
    to do this the code wud be

    pageb.visible = true

    Comment

    Working...