|
-
Jan 19th, 2000, 11:22 PM
#1
Thread Starter
Hyperactive Member
While running the following code:
Do While (err = 0)
err = CANPC_read_ac(param)
frmMonitor.StatusBar1.SimpleText = "No new Can event"
Loop
none of my events (cancel_click) etc work. The program is in a loop waiting for err to change from zero. Is there anyway of checking the "event list" so that my buttons still work?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|