主题:readkey在graph mode
我用graph mode 做了一個歡迎window.
要開始program.用者要按一個鍵,
但請問如何 readkey 在graph mode?
我的方法
...
...
ch := readkey;
if readkey <> #0 then
closegraph
...
...
But it isn't work. The key is read in the main program, not the graph mode screen.
但結果不成功。readkey 是否不能在graph mode中使用?
我用free pascal 的。
thank you
要開始program.用者要按一個鍵,
但請問如何 readkey 在graph mode?
我的方法
...
...
ch := readkey;
if readkey <> #0 then
closegraph
...
...
But it isn't work. The key is read in the main program, not the graph mode screen.
但結果不成功。readkey 是否不能在graph mode中使用?
我用free pascal 的。
thank you