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)
Ebay User-name extractor.
By RyanCom on Sep 3
Max Bid: Open to fair suggestions


flash intro
By ensurerac on Sep 3
Max Bid: Open to fair suggestions


Real estate website
By Andett on Sep 3
Max Bid: $300


Need a content management system written in C#
By Normand Vandray on Sep 3
Max Bid: $110


Need to create the back engine for future website
By bds888 on Sep 3
Max Bid: $500


Javascript help
By inet29 on Sep 3
Max Bid: $5


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

Open Work Categories.
Database 
(182 open)
   Access 
(59 open)
   MySQL 
(112 open)
   Oracle 
(18 open)
   SQL Server 
(74 open)
   Other DB 
(27 open)
Documentation / Tech Writing 
(27 open)
   Language (Human) Translations 
(8 open)
Data Entry 
(37 open)
Game Development 
(24 open)
Graphics / Art / Music 
(64 open)
   Graphics 
(67 open)
     Adobe AfterEffects 
(12 open)
     Adobe Photoshop 
(31 open)
     Adobe Premiere 
(12 open)
     3d Animation 
(23 open)
   Art (Misc.) 
(19 open)
   Music 
(13 open)
   Photography 
(11 open)
   3d Modeling 
(14 open)
Language Specific 
(124 open)
   Assembly / Machine language 
(10 open)
   ASP 
(72 open)
   ASP .NET 
(68 open)
   C# 
(70 open)
   C++ / C 
(151 open)
   Carbon (Mac OS) 
(7 open)
   Cocoa / Obj-C 
(4 open)
   Cold Fusion 
(16 open)
   Delphi 
(57 open)
   Java 
(73 open)
   JSP 
(14 open)
   Perl 
(50 open)
   Python 
(4 open)
   PHP 
(114 open)
   XML/XSL 
(45 open)
   Visual Basic 
(164 open)
   Visual Basic .Net 
(114 open)
   Other 
(80 open)
Misc 
(41 open)
   Middleware 
(1 open)
   CAD 
(3 open)
MultiMedia 
(34 open)
   Video Editing 
(14 open)
Network 
(36 open)
   Network Design 
(8 open)
   Network Implementation 
(7 open)
Platforms 
(84 open)
   Windows 
(197 open)
     MS Exchange 
(8 open)
     MS Office 
(21 open)
     Other 
(11 open)
   Darwin 
(3 open)
   Hand Held/PDA Programming 
(14 open)
   Internet Browser 
(52 open)
   Linux 
(52 open)
   Lotus Notes / Domino 
(2 open)
   UNIX 
(35 open)
Requirements 
(15 open)
Security 
(40 open)
Testing / Quality Assurance 
(19 open)
Web 
(197 open)
   Page Design 
(92 open)
   Flash 
(58 open)
   Web Services 
(84 open)
   Web (Other) 
(104 open)
Training 
(15 open)
   Computer Based 
(13 open)
Other
 
Other Sites

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

Reading more than one console screen buffer at a time
Bid Request Id: 7824
Bookmark in my 'To Do' list
Posted by: Sting-Ray (24 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 14.29%
Buyer Security Verifications: Excellent
Approved on: Jan 21, 2002
8:23:05 AM EDT
Bidding Closes: Feb 20, 2002 EDT
Viewed (by coders): 631 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Small Business Project: $100 (USD) +
Bidding Type: Open Auction
Categories: Visual Basic
Enter chat room for this bid request
(0 active users at Sep 3, 2003 6:05:40 PM EDT)

Description:
This is probably more difficult to explain than for an experienced programmer to figure out, but here goes:

I need to start at least 2 command line programs by using CreateProcess() and supply appropriate options like Window Title, Screen Buffer Size, Position, Process Priority, etc. and be able to read from each console's screen buffer preferrably using ReadConsoleOutputCharacter() or something similar and continuously display each console's screen buffers in their own List boxes. The output of the consoles cannot just be redirected because the command line program runs continuously, as if in a loop, not as if you ran the Dir command. I've gotten this function to work using AllocConsole() & CreateProcess(), which gives me a handle to the screen buffer, but AllocConsole() only allows one console to be started, plus it doesn't take options supplied by CreateProcess(). I can provide 2 VB projects to get you started. One contains code & form to run 2 of my command line executables (the ones that continuously output text) with all the options I've mentioned, and the other is the code where I've sucessfully used AllocConsole() for one console and can read the screen buffer.

The problem is I can't seem to find a way to start a command line program using CreateProcess() and get proper screen buffer handles to use ReadConsoleOutputCharacter() with.

I need to do this because I wish to parse out what each console is spitting out. I need to be able to read at least 2 consoles' buffers at a time, but probably never more than 4.

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.


Special Conditions / Other:
I'd like it to be completed within 2-3 weeks after accepting the job, if possible. This would need to remain strictly proprietary and must not be shared with anyone.


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!
zubok32
(4 ratings)
in Chernigov, Chernigov
Ukraine
Bid id: 90,187
 
$150 (USD) Jan 21, 2002
1:57:25 PM EDT
 7.75
(Very Good)
   
Hello. I have done similar console grabbing applications before using MS Visual C++. I can do your project using Visual Basic. Project will be comleted within one week or faster after you accepting my bid. I can make demo version for you if you ask. Let's start discussing details. Thanks.
 




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.97 on 119 jobs 
Buddies
Rated a 9.84 on 91 jobs 
Codman
Rated a 9.97 on 157 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
hernest
Rated a 10 on 121 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 83 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.