Page 1 of 1

Mouse clicks in Qb 4.5

Posted: Wed Mar 24, 2004 2:33 am
by John_Schofield
Anyone know how to read mouse clicks in QuickBasic?

I have a program where an event is recorded by pressing the enter key (a stopwatch lap counter timer) but I'd also like it to work if a mouse (left and/or right button) is clicked.

Any idea what the scancodes would be for that?

??? Thanks for your input....

Re: Mouse clicks in Qb 4.5

Posted: Thu Mar 25, 2004 10:30 pm
by scorpion
a good question.
most of the time of profesionals in BASIC goes up
in mouse routines. maybe you can use CALL ABSOLUTE
or in GW or Darthmouth BASIC CALL INTERUPT.
how its working i don't know  ;D, but is maked for mouse routines.