Show Bid Request
Detect DBL Mouse Click
Bid Request Id: 22372
|
|
|
Posted by: |
mwade (101 ratings)
(Software buyer rating 9.96 )
|
Non-action Ratio: |
Very Good - 12.09%
|
Buyer Security Verifications: |
Excellent
|
Approved on: |
Jul 21, 2002 3:47:45 PM EDT
|
Bidding Closes: |
Jul 24, 2002 4:06:54 PM EDT
|
Viewed (by coders): |
621 times
|
Deadline: |
7/26/2002
TIME EXPIRED
|
|
|
|
Description:
I have a program that detects mouse left, right single clicks and key press.. Once one of these are detected I then capture the screen and save the capture as a BMP.. I am trying to find a way to detect a DBL left and right Mouse click with out delaying the screen capture… Does any one know how to do this?
1. Create a VB6 program or a C++ DLL that is called from VB6 to detect a DBL Mouse clicks. 2. Get Paid
Below is an older bid it may help.... How ever it seems that the timmer is to slow for this...
--------------------Not Part of the Bid---------------
I am looking for a VB6 program or a C++ dll that uses a timer and the API calls or any other method to detect a DBL Mouse Click...
Private Declare Function GetDoubleClickTime Lib "user32" () As Long
Public Declare Function GetTickCount Lib "kernel32" () As Long
To detect a double click.. I am capturing the screen each time a key or mouse click is detected… So don&'t use any do, for, while&'s they seem to delay the screen capture.
1. Design a VB program that can detect a DBL Left and Right mouse click using the GetAsyncKeyState 2. Keep for, do and whiles out of the program… Use VB Timers 3. Get Paid
I am detecting the mouse clicks using
Function LeftButton() As Boolean LeftButton = (GetAsyncKeyState(vbKeyLButton) And &H8000) End Function
Function RightButton() As Boolean RightButton = (GetAsyncKeyState(vbKeyRButton) And &H8000) End Function
, I am looking for a VB6 program that uses a timer and the API calls
Private Declare Function GetDoubleClickTime Lib "user32" () As Long
Public Declare Function GetTickCount Lib "kernel32" () As Long
To detect a double click.. I am capturing the screen each time a key or mouse click is detected… So don&'t use any do, for, while&'s they seem to delay the screen capture.
1. Design a VB program that can detect a DBL Left and Right mouse click using the GetAsyncKeyState 2. Keep for, do and whiles out of the program… Use VB Timers 3. Get Paid
I am detecting the mouse clicks using
Function LeftButton() As Boolean LeftButton = (GetAsyncKeyState(vbKeyLButton) And &H8000) End Function
Function RightButton() As Boolean RightButton = (GetAsyncKeyState(vbKeyRButton) And &H8000) End Function
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
windows
Must be 100% finished and received by buyer on:
Jul 26, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
none
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$35 (USD)
|
Jul 21, 2002 11:53:16 PM EDT
|
10
(Excellent)
|
|
|
I have a lot of experience in API programming using VB, and have handled a similar issue before.
For the above mentioned bid amount, I will give you the source code to a VB program that will detect left or right double clicks.
Additionally, I will also modify your existing VB program to support this functionality.
Kindly note that your screen capture function will be given control at the end of the 2nd click, if the second click occurs within the systems's preset DoubleClickTime.
I am very interested in doing this project. Please provide me with this opportunity.
Thank you for your valuable time.
Sincerely, C.Senthil Kumar. |
|
|
|
|
|