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.
Simple 1-Page Website Redesign
By BuffaloRoam on Jul 11
Max Bid: Open to fair suggestions


web server Script to launch external program
By gulyasa on Jul 11
Max Bid: $20


New Site Design to Appeal to the Masses!
By sistervisiontec h on Jul 11
Max Bid: $100


JDBC/mySQL performance problem
By demosfen on Jul 11
Max Bid: Open to fair suggestions


Simple Text Chat
By Coderking on Jul 11
Max Bid: $300


Oscomerce Contributions
By sistervisiontec h on Jul 11
Max Bid: $100


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

Open Work Categories.
Database 
(145 open)
   Access 
(56 open)
   MySQL 
(79 open)
   Oracle 
(10 open)
   SQL Server 
(49 open)
   Other DB 
(19 open)
Documentation / Tech Writing 
(15 open)
Data Entry 
(21 open)
Game Development 
(26 open)
Graphics / Art / Music 
(54 open)
   Graphics 
(60 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(19 open)
     Adobe Premiere 
(4 open)
     3d Animation 
(15 open)
   Art (Misc.) 
(20 open)
   Music 
(11 open)
   3d Modeling 
(12 open)
Language Specific 
(94 open)
   ASP 
(60 open)
   ASP .NET 
(38 open)
   C# 
(39 open)
   C++ / C 
(108 open)
   Carbon (Mac OS) 
(1 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(26 open)
   Java 
(61 open)
   JSP 
(7 open)
   Perl 
(43 open)
   PHP 
(87 open)
   XML/XSL 
(30 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(58 open)
   Other 
(51 open)
Misc 
(28 open)
   CAD 
(3 open)
MultiMedia 
(41 open)
   Video Editing 
(6 open)
Network 
(41 open)
   Network Design 
(12 open)
   Network Implementation 
(12 open)
Platforms 
(75 open)
   Windows 
(170 open)
     MS Exchange 
(5 open)
     MS Office 
(14 open)
     Other 
(14 open)
   Darwin 
(1 open)
   Internet Browser 
(43 open)
   Linux 
(57 open)
   UNIX 
(26 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(13 open)
Security 
(29 open)
Testing / Quality Assurance 
(18 open)
Web 
(149 open)
   Page Design 
(81 open)
   Flash 
(45 open)
   Web Services 
(70 open)
   Web (Other) 
(69 open)
Training 
(10 open)
   Computer Based 
(9 open)
Other
 
Other Sites

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

Sample member
Bid Request Id: 37858
Bookmark in my 'To Do' list
Posted by: Sasha123 (2 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Dec 1, 2002
9:54:36 PM EDT
Bidding Closes: Dec 2, 2002
11:55:00 PM EDT
Viewed (by coders): 78 times
Deadline: 12/3/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Windows, Visual Basic .Net
Enter chat room for this bid request
(0 active users at Jul 12, 2003 6:03:49 AM EDT)

Description:
Visual Basic Net
This program should be a good start to a very new programmer to add to and update as needed. It is a to be a sample for other programs.
It must be a sequential access file that creates a file, allows records to be read, added, updated, searched, deleted, and listed.
1) Visual basic application that allows users to enter member information into textboxes, allows for Inquire, add, update, and delete records and print, and list records.The form should consist of text boxes that allow the user to enter the following information.
Data type length
Member number String 10
Member First Name string 25
Member Last Name string 40
Member Address string 50
Member City string 50
Member State string 02
Member Zip Code number 05
Member Phone Number string 20
Member Status string 01
(The member status will be active, inactive, or deleted)
The VB form should have the following buttons that perform their functions when clicked by the user.
Exit Button - Close form/ but ask user if they would like to save first.
Add Button -(Adds new member record to member.txt file) New members should be added to the end of the file.
Search/Display Button -(searches file for member, by member number, or last name and this displays the member) a message "Member not found" should be displayed if member is not found"
Append Button - This button should allow the user to enter a member number and append the member&'s information and should rewrite a record that has been changed back to the member.txt file The Update function will rewrite a record that has been changed back to the file. (For example a changed address)
Delete Button - Delete the record and make the member inactive.
Print Button - Print the current customer to printer
List Button - Print the entire list to the printer.


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.
Here is an idea of the requirments for the codeing/ very simple using the system.io.streamwriter, ect.

Private Sub AddButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddButton.Click
'declare a streamwriter object varible
Dim objstreamwriter As System.IO.StreamWriter
'create a streamwriter object by opening the file for append
objstreamwriter = System.IO.File.AppendText("Name.txt")
'Write a line of text to the file
objstreamwriter.WriteLine(Me.FNameTextBox.Text)
objstreamwriter.WriteLine(Me.LNameTextBox.Text)
'clear the fname and lname text boxes
Me.FNameTextBox.Text = ""
Me.LNameTextBox.Text = ""
'close the file
objstreamwriter.Close()
End Sub

Platform:
Needs to be writtin in Visual Basic.Net

and needs to run on Windows 98 Professional.

Must be 100% finished and received by buyer on:
Dec 3, 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:
Needed by 12/02/02 around 5 - 7 pm.
Needs text boxes, and buttons that will work with source code.
Here is some sample code that is similar to what I need for the completed project.

Private Sub AddButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddButton.Click
'declare a streamwriter object varible
Dim objstreamwriter As System.IO.StreamWriter
'create a streamwriter object by opening the file for append
objstreamwriter = System.IO.File.AppendText("Name.txt")
'Write a line of text to the file
objstreamwriter.WriteLine(Me.FNameTextBox.Text)
objstreamwriter.WriteLine(Me.LNameTextBox.Text)
'clear the fname and lname text boxes
Me.FNameTextBox.Text = ""
Me.LNameTextBox.Text = ""
'close the file
objstreamwriter.Close()
End Sub


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!
Christopher Ayers
(41 ratings)
in London, Ontario
Canada
Bid id: 411,566
 
$50 (USD) Dec 2, 2002
12:44:55 AM EDT
 9.7
(Excellent)
   
I can complete this project by the specified deadline.
What I Offer
Throughout the course of the project, I will provide an e-mail response to any questions you have within 8 hours. Additionally, weekly status reports will be submitted to you throughout the course of the project. After the project has been delivered and signed off by you, I offer unlimited technical support free of charge.
Reasonable changes to the scope of the project will be accommodated within the time allotted.
All projects are tested, supplied with complete, commented source code, a compiled executable, and an installation program.
My Background
I have 2 years experience creating enterprise applications with VB6, VB.NET, Access and SQL in a production-level environment with comprehensive use of Crystal Reports 7, 8.5 and Crystal Enterprise. For more information please see my Rent A Coder bio.
I always offer a special incentive to accept my bid: the project will match your specifications, on time, or it is free.
 




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.97 on 102 jobs 
Securenext
Rated a 9.96 on 109 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.