I know this is stupid, but I just can't think right now, I am too tired..
Anyway, what is the code to tell if the mouse button has been pressed (need both buttons code) I just can't remember!
Thx in advance!
-KnightM
Printable View
I know this is stupid, but I just can't think right now, I am too tired..
Anyway, what is the code to tell if the mouse button has been pressed (need both buttons code) I just can't remember!
Thx in advance!
-KnightM
It's the MouseDown event on whatever object you want to check for the mouse being pushed on.
There is probably also an API call for it.
I don't have vb on this computer so I can't give any detailed info on what the code looks like... but check for Help on the MouseDown event
------------------
Rapmaster