
-----------------------------------
HELLOoooo
Mon Jun 04, 2012 7:00 pm

HOw do i create a GUI and a calculations page? URGENT! Please help!!
-----------------------------------
ok, say if i was to create an online store.... i would have my welcome page, inventory, a page for each of my items, a calculations page and a goodbye page.

How would i make a menu GUI or button saying the sizes of the clothing?
And how would i do the calculations page?? 

please help, im soo confused!

Thank you!

-----------------------------------
Tony
Mon Jun 04, 2012 7:07 pm

RE:HOw do i create a GUI and a calculations page? URGENT! Please help!!
-----------------------------------
redundant questions (removed your other thread).

What's a "page"?

-----------------------------------
HELLOoooo
Mon Jun 04, 2012 7:14 pm

RE:HOw do i create a GUI and a calculations page? URGENT! Please help!!
-----------------------------------
a program that consists of a menu and different pages, I was wondering if there is any way to link the pages to the menu so that when the user clicks the button in the menu screen, the program automatically goes to that corresponding screen

-----------------------------------
Tony
Mon Jun 04, 2012 7:19 pm

RE:HOw do i create a GUI and a calculations page? URGENT! Please help!!
-----------------------------------
When a GUI button is pressed, it gives control to a specified procedure. You can place relevant code in such a procedure.

-----------------------------------
HELLOoooo
Mon Jun 04, 2012 8:14 pm

RE:HOw do i create a GUI and a calculations page? URGENT! Please help!!
-----------------------------------
ok thaks
