Author Topic: more than one page  (Read 2080 times)

lwaldner

  • Newbie
  • *
  • Posts: 17
    • View Profile
more than one page
« on: May 19, 2016, 04:57:09 PM »
I for the life of me can't figure out how to have more than one page with advanced hmi.... Like one page for conrols another for alarms and so on.......and how to cycle from one to the other? thanks

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: more than one page
« Reply #1 on: May 19, 2016, 05:22:49 PM »
Pages in Visual Studio are referred to Forms. To add additional forms:

- In Solution Explorer, right click the AdvancedHMI project
- Select Add Windows Form
- Build the project
- You can now use the FormChangeButton form the ToolBox to navigate between forms

lwaldner

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: more than one page
« Reply #2 on: May 19, 2016, 05:37:34 PM »
simple enough thanks