J
jamie
hi.
I feel kinda stupid for asking this q, but here it goes:
When I mouse click a control, I want it to do a loop until
the mouse button is no longer held down. If I use
mybase.button then my loop never ends.
How do I read the mouse button directly?
Incorrect way:
while mybase.button = mousebuttons.left
'do something here
end while
Correct way: ?????
I feel kinda stupid for asking this q, but here it goes:
When I mouse click a control, I want it to do a loop until
the mouse button is no longer held down. If I use
mybase.button then my loop never ends.
How do I read the mouse button directly?
Incorrect way:
while mybase.button = mousebuttons.left
'do something here
end while
Correct way: ?????