I am trying to write a chat program in DOS mode, except the problem is that the QTimer will not function properly, and won't check the server for information...
If anyone can help, thanks...
2. Re: How do I use QTimer?
#825
Posted by: 2003-03-17 09:54:27
This is from the example on the QTIMER page in Appendix A of the RQ docs:
' Timer & OnKeyPress example for Rapid-Q by William Yu ' If no form is visible, Timer will not function. ' Not for PURE CONSOLE apps, but you're allowed to MIX.