Computer Science Canada

Making GUI

Author:  Big_Tom [ Thu Jun 12, 2003 11:10 am ]
Post subject:  Making GUI

I was wondering how do i make a GUI option for my program.
When the program starts right off the bat I want the user to press any key to continue...how can i write the code for this?

Author:  Andy [ Thu Jun 12, 2003 11:17 am ]
Post subject: 

well, if u have turing 4, you should type GUI then press F9 and it shows u examples

Author:  Big_Tom [ Thu Jun 12, 2003 11:22 am ]
Post subject: 

all right ill try that...ne other pointers i could use?

Author:  ShadowStorm [ Thu Jun 12, 2003 2:54 pm ]
Post subject: 

if your looking for something that says press any key to continue some thing like this would work..

code:

var ch : string (1)

put "Press any key to continue.."
getch (ch)


if you looking for help on GUI check the help manual...lol i feel like my comp teacher when i say check the help manuall.. cuase that's all he does.. he know nothin and everytime we ask a question he tells us to check the manual..


: