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.
(See all)
Chatroom Needed Immediately
By blaster998 on Sep 30
Max Bid: $500


Fix link tracking program
By blaster998 on Sep 30
Max Bid: $75


Install TOMCAT on FreeBSD(repost)
By Kevbob on Sep 30
Max Bid: $100


Stormpay IPN Urgent Help Needed
By rohit123 on Sep 29
Max Bid: Open to fair suggestions


Spyware Application/ Spyware Scanner
By GuyB on Sep 29
Max Bid: $500


Web module in PHP/MySQL
By RXL on Sep 29
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(175 open)
   Access 
(53 open)
   MySQL 
(113 open)
   Oracle 
(11 open)
   SQL Server 
(72 open)
   Other DB 
(28 open)
Documentation / Tech Writing 
(26 open)
   Language (Human) Translations 
(10 open)
Data Entry 
(37 open)
Game Development 
(26 open)
Graphics / Art / Music 
(60 open)
   Graphics 
(64 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(32 open)
     Adobe Premiere 
(6 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(13 open)
   Music 
(7 open)
   Photography 
(5 open)
   3d Modeling 
(15 open)
Language Specific 
(121 open)
   Assembly / Machine language 
(15 open)
   ASP 
(65 open)
   ASP .NET 
(72 open)
   C# 
(75 open)
   C++ / C 
(162 open)
   Carbon (Mac OS) 
(5 open)
   Cocoa / Obj-C 
(5 open)
   Cold Fusion 
(11 open)
   Delphi 
(56 open)
   Java 
(102 open)
   JSP 
(21 open)
   Perl 
(47 open)
   Python 
(6 open)
   PHP 
(117 open)
   XML/XSL 
(33 open)
   Visual Basic 
(161 open)
   Visual Basic .Net 
(108 open)
   Other 
(78 open)
Misc 
(48 open)
   Middleware 
(3 open)
   CAD 
(3 open)
MultiMedia 
(28 open)
   Video Editing 
(5 open)
Network 
(34 open)
   Network Design 
(8 open)
   Network Implementation 
(7 open)
Platforms 
(80 open)
   Windows 
(195 open)
     MS Exchange 
(9 open)
     MS Office 
(28 open)
     Other 
(15 open)
   Darwin 
(1 open)
   Embedded Systems 
(16 open)
   Hand Held/PDA Programming 
(21 open)
   Internet Browser 
(47 open)
   Linux 
(63 open)
   Lotus Notes / Domino 
(3 open)
   UNIX 
(33 open)
Requirements 
(16 open)
Security 
(34 open)
Testing / Quality Assurance 
(22 open)
Web 
(171 open)
   Page Design 
(92 open)
   Flash 
(54 open)
   Marketing 
(15 open)
     Search Engine Optimization 
(12 open)
     Marketing (Other) 
(10 open)
   Web Services 
(91 open)
   Web (Other) 
(104 open)
Training 
(16 open)
   Computer Based 
(14 open)
Other
 
Other Sites

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

VB Thread Project
Bid Request Id: 47701
Bookmark in my 'To Do' list
Posted by: SrProjectManager (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 14.29%
Buyer Security Verifications: Good
Approved on: Feb 11, 2003
12:22:54 AM EDT
Bidding Closes: May 10, 2003
11:56:35 PM EDT
Viewed (by coders): 462 times
Phase:
100% of work was accepted by buyer. Coder account has been credited.
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 Sep 30, 2003 7:18:28 AM EDT)

Description:
This is for SERIOUS VB programmers ONLY. It should only take several hours to complete. The code should work on a Window NT/2000/XP. The code should be 100% VB "Standard EXE" solution and only calls standard windows DLL. I do not want a C++ DLL or ActiveX of any type. I want it so that I can cut and paste the code into an existing VB project.

The coder should have already work with 100% VB thread solutions before prior to bidding or have a background in C++ threads. Attached is the screenshot of an existing test project that we have already developed. What the existing test project does is creates a thread given a start function and runs the function. The problem is that we need to be able to pass arguments and get the return value off the function (which doesn't currently work). The winning coder will be given this test project and add the missing parts.

The details of this project is just 4 parts; they are:
- pass 5 string type arguments to the function (ThreadStringFunction) on a createThread call (or equivalent calling convention)
- add a boolBusy As boolean variable in the clsThread and assign values to it based on the class state

For example the boolBusy may use the
Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long
Public Const INFINITE = &HFFFF ' Infinite timeout
...
boolBusy = True
lngRet = WaitForSingleObject(lngTHandle, INFINITE)
boolBusy = False
...

This way I can be able to call the thread, start it and the sit in a while loop until the thread is done. Something like

While objThread.boolBusy = True Then
' do something
Wend

It will be up to the coder to figure what windows system function is best. The WaitForSingleObject seem to take a very long time and run the CPU to 100% when we tested it.

- add a functionReturnValue As Variant variable in the clsThread and assign values to it based when the threaded function returns. So functionReturnValue = ThreadStringFunction(...)
- setup a test sub routine to prove to me the thread works in the background during a blocking function call such as a Msgbox call

Timeline
First 3 days: code and test the VB thread. At the end of the 3 days the coding should be all done.
After the first 3 days, the code MUST be sent to me for review.
The next 2 days will be used to fix any problems.


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

2) Coder will not resell/used/distribute any documents and source code that was used in the creation of this project.

3) Coder will delete/destroy all documents and source code related to this project within 90 days of completion.

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


Platform:
Windows NT/2000/XP

Special Conditions / Other:
Deadline: The total time the coder will have to do this project is 5 days from when the bid is accepted. Do not bid if you can't deliver within this timeframe.

Sub routine and function should be used where appropriate and commenting is a must, enough that a non-programmer reading it should know what the code should do.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



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!
CaptainJoe
(9 ratings)
in Charlton,Oxon, UK OX17 3DG
United Kingdom
Bid id: 514,553
 
$50 (USD) Feb 12, 2003
4:22:40 AM EDT
 9.88
(Excellent)
   
Yes, I am familiar with the problem. I have a solution which I have been using for some time which runs in VBA in excel. I used it to have an Excel spreadsheet run another app (exe) with parameters and wait for a result. We also resolved the 100% CPU problem

For 50 USD it's yours
 
 
 
 
  There are 10 private replies to/from CaptainJoe. Click here to view them.
 




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.

Securenext
Rated a 9.96 on 127 jobs 
Buddies
Rated a 9.86 on 97 jobs 
Codman
Rated a 9.97 on 159 jobs 
hernest
Rated a 10 on 122 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
D-N-S
Rated a 9.93 on 40 jobs 
markesh
Rated a 10 on 24 jobs 
GribFritz
Rated a 9.89 on 158 jobs 
PSergei
Rated a 9.78 on 112 jobs 
ASP.NET
Rated a 9.86 on 62 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.