| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 8:13 pm Post subject: how to disable mouse clicks???? |
|
|
hello all
i have made a program that auto runs other programs etc, BUT problem is if the user min the window then window send won't works right is there a way to disable mouse clicks? right and left clicks? then have then turned back on after script ends?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Wed Apr 09, 2003 8:48 pm Post subject: |
|
|
| I think one of Tommy's dll's in the vdsdll pack traps the mouse within a certain region, you may be able to make that region real smal so the mouse can't be moved out of it. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 8:50 pm Post subject: |
|
|
There's probably a few ways of doing this -- PGWARE's idea will probably
work best but you could also (the extension PGWARE mentioned would be
"VDSPROT.DLL"):
- Blank out the screen
- Hide the cursor _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:16 pm Post subject: hummmm |
|
|
hummm ok
is there a way to do it without a dll? or no _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 9:17 pm Post subject: |
|
|
Not as I know of but you might be able to do it directly from VDS 5;
I don't know. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:20 pm Post subject: |
|
|
but will that hide fuction in that dll work with xp?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 9:24 pm Post subject: |
|
|
The way you would do it would be to set a blank cursor and lock the
cursor to 0,0
Hope this helps.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:26 pm Post subject: |
|
|
humm i looked in the vdsdll and vdsdll3 zip and i didn't see that dll in there
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 9:31 pm Post subject: |
|
|
You're going to need the VDSDLL27 and the VDSPACK with the following
files contained in them:
- VDSPROT.DLL
- VDSCUR.DLL _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:36 pm Post subject: |
|
|
del i post the same time you did...thanks for the links _________________ Have a nice day  |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:41 pm Post subject: |
|
|
ok unless i'am going blind but i don't see that VDSPROT.DLL in any of thoses zip files  _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 9:43 pm Post subject: |
|
|
Oops. Sorry, my bad.
Download the VDSDLL3s Pack:
http://www.vdsworld.com/vdsdll/vdsdll3s.zip
You should find it there.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 09, 2003 9:47 pm Post subject: np |
|
|
no problem on that yea its in there BUT no help file for it tho? i see why i need the VDSCUR.DLL what why do i need the other one for?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 9:50 pm Post subject: |
|
|
VDSCUR.DLL should allow you to change the cursor icon. VDSPROT.DLL
will allow you to lock the cursor in a position.
The VDSDLL3 help file is contained in this package:
http://www.vdsworld.com/index.php?page=download&fileid=60 _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|