Mouse clicks in Qb 4.5

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
John_Schofield
Full Member
Posts:36
Joined:Tue Mar 18, 2003 3:04 am
Location:Lancashire, UK
Contact:
Mouse clicks in Qb 4.5

Post by John_Schofield » Wed Mar 24, 2004 2:33 am

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....

User avatar
scorpion
Newbie
Posts:8
Joined:Sun Mar 21, 2004 11:26 pm
Contact:

Re: Mouse clicks in Qb 4.5

Post by scorpion » Thu Mar 25, 2004 10:30 pm

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.
....;D.....

Post Reply