How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Barcode Image Generator for the Web
By cyrusb on Jul 8
Max Bid: $25


PHP/MySQL Search Tool
By cyrusb on Jul 8
Max Bid: $15


SMTP monitoring Tool
By IPCents on Jul 8
Max Bid: Open to fair suggestions


Mesh Picture Deformation
By Mankua on Jul 7
Max Bid: Open to fair suggestions


Motorcycle Clubs Header/Footer
By drewwash on Jul 7
Max Bid: $120


Networking Wizard
By Cyberdot on Jul 7
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(130 open)
   Access 
(49 open)
   MySQL 
(88 open)
   Oracle 
(9 open)
   SQL Server 
(37 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(12 open)
Data Entry 
(19 open)
Game Development 
(21 open)
Graphics / Art / Music 
(44 open)
   Graphics 
(46 open)
     Adobe AfterEffects 
(2 open)
     Adobe Photoshop 
(16 open)
     Adobe Premiere 
(5 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(19 open)
   Music 
(11 open)
   3d Modeling 
(12 open)
Language Specific 
(99 open)
   ASP 
(49 open)
   ASP .NET 
(30 open)
   C# 
(37 open)
   C++ / C 
(98 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(24 open)
   Java 
(64 open)
   JSP 
(13 open)
   Perl 
(42 open)
   PHP 
(83 open)
   XML/XSL 
(26 open)
   Visual Basic 
(128 open)
   Visual Basic .Net 
(54 open)
   Other 
(60 open)
Misc 
(28 open)
   CAD 
(2 open)
MultiMedia 
(34 open)
   Video Editing 
(2 open)
Network 
(44 open)
   Network Design 
(12 open)
   Network Implementation 
(15 open)
Platforms 
(82 open)
   Windows 
(149 open)
     MS Exchange 
(7 open)
     MS Office 
(14 open)
     Other 
(19 open)
   Darwin 
(1 open)
   Internet Browser 
(43 open)
   Linux 
(67 open)
   UNIX 
(34 open)
   Hand Held/PDA Programming 
(8 open)
Requirements 
(13 open)
Security 
(31 open)
Testing / Quality Assurance 
(14 open)
Web 
(140 open)
   Page Design 
(82 open)
   Flash 
(38 open)
   Web Services 
(71 open)
   Web (Other) 
(72 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Mouse UP/Down VB6
Bid Request Id: 51532
Bookmark in my 'To Do' list
Posted by: mwade (98 ratings)
(Software buyer rating 9.95)
Non-action Ratio: Very Good - 12.79%
Posted: Mar 6, 2003
3:58:54 PM EDT
Bidding Closes: Mar 9, 2003
3:59:54 PM EDT
Viewed (by coders): 108 times
Deadline: 3/20/2003
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Visual Basic
Enter chat room for this bid request
(0 active users at Jul 8, 2003 4:50:41 AM EDT)

Description:
I am currently using the following code to detect if a left or right mouse button has been pressed using a VB6 application that is hidden. The problem I am having is if the user holds the mouse button down I get more results then I want. So I am looking for a way to detect a mouse button up and mouse button down for the left or right mouse button.


1. Create a VB6 Application that can detect an up and down mouse click
2. Be sure that the Application does not need to have focus to detect the clicks
3. Please look at the included code so you can see how I am currently detecting the clicks
4. get paid




‘mod1

Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Function LeftButton() As Boolean
LeftButton = (GetAsyncKeyState(vbKeyLButton) And &H8000)
End Function

Function RightButton() As Boolean
RightButton = (GetAsyncKeyState(vbKeyRButton) And &H8000)
End Function


‘frm

Private Sub Timer1_Timer()
If LeftButton = True Then
Call GetInfo("Left Click On")
Exit Sub
ElseIf RightButton = True Then
Call GetInfo("Right Click On")
Exit Sub
End If
End Sub

Private Sub GetInfo(mAction As String)
‘here we capture the screen and insert it into a collection. I didn&'t include the code
End sub


Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
Windows

Must be 100% finished and received by buyer on:
Mar 20, 2003 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.


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!
Aaron Young
(25 ratings)
in Red Wing, Minnesota
United States
Bid id: 554,069
 
$25 (USD) Mar 6, 2003
5:02:20 PM EDT
 9.96
(Excellent)
   
Here's an example of the functionality you've requested.

My bid is for the code to this example which is complete and fully commented.

Regards,

- Aaron.
Attached File
 
 
 
 
  See 1 private reply(ies)
to/from Aaron Young.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.98 on 100 jobs 
Securenext
Rated a 9.96 on 108 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.