How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
e- governance report
By gioulh on May 14
Max Bid: $80


Windows XP Professional IIS Help
By Alan Jones on May 14
Max Bid: $5


Ada Distributed Application using gnat.sockets
By mr_a_burnside on May 14
Max Bid: Open to fair suggestions


Visual Javascript Style IDE/Compiler
By Russell Internet Technologies on May 14
Max Bid: Open to fair suggestions


The Desktop Locker
By TSS_KSH on May 14
Max Bid: $25


Gym Database
By BLUEEEYES on May 14
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(138 open)
   Access 
(62 open)
   MySQL 
(71 open)
   Oracle 
(10 open)
   SQL Server 
(56 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(38 open)
Data Entry 
(20 open)
Game Development 
(25 open)
Graphics / Art / Music 
(53 open)
   Graphics 
(62 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(24 open)
   Music 
(6 open)
   3d Modeling 
(8 open)
Language Specific 
(108 open)
   ASP 
(69 open)
   C# 
(39 open)
   C++ / C 
(124 open)
   Cold Fusion 
(7 open)
   Delphi 
(34 open)
   Java 
(58 open)
   Perl 
(34 open)
   PHP 
(91 open)
   XML/XSL 
(24 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(77 open)
   Other 
(61 open)
Misc 
(51 open)
   CAD 
(2 open)
MultiMedia 
(42 open)
Network 
(42 open)
   Network Design 
(10 open)
   Network Implementation 
(15 open)
Platforms 
(66 open)
   Windows 
(149 open)
     MS Exchange 
(4 open)
     MS Office 
(15 open)
     Other 
(7 open)
   Darwin 
(1 open)
   Internet Browser 
(46 open)
   Linux 
(44 open)
   UNIX 
(22 open)
   Hand Held/PDA Programming 
(13 open)
Requirements 
(12 open)
Security 
(37 open)
Testing / Quality Assurance 
(20 open)
Web 
(165 open)
   Page Design 
(88 open)
   Flash 
(59 open)
   Web Services 
(79 open)
   Web (Other) 
(95 open)
Training 
(12 open)
   Computer Based 
(16 open)
 
Other
 
Other Sites

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

Customized File Save Dialog
Bid Request Id: 31202
Bookmark in my 'To Do' list
Posted by: vandelay (2 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Posted: Oct 15, 2002
6:17:54 PM EDT
Bidding Closes: Oct 22, 2002
6:22:12 PM EDT
Viewed (by coders): 336 times
Deadline: 11/7/2002
TIME EXPIRED
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: Windows, Graphics / Art / Music, C++ / C, Platforms, Other, C#, Misc, Visual Basic .Net
Enter chat room for this bid request
(0 active users at May 14, 2003 2:14:17 PM EDT)

Description:
Customized File Save Dialog

The project is to provide a C++ function that invokes the Windows common dialog for File Save As, while extending it to support additional controls and functionality.

The additional functionality to be added is as follows:
a) A new “Options” button is added that calls a provided callback function when pressed.
b) A static text field is displayed below the options button that changes when the selected extension type changes. The descriptions and extension types are defined by the caller.
c) When the extension type (format) is changed, the filename is changed dynamically to have this extension in the same way that Microsoft Word or Excel does in their Save As dialog.
d) The layout of the new controls should be as is shown in the attached example image.


Deliverables:
Requirements:
Code must be written in C++ or C# and must not use MFC or ATL in order to maintain the smallest possible small size.

Code must work as Windows 98, ME, XP, and 2000.

All functionality of the original common File SaveAs dialog must be retained. For example on Windows XP the common dialog includes a shortcuts bar on the left. It is not acceptable to re-code from scratch a minimal functionality Save As dialog.

An working example .exe calling the function to invoke the Save As dialog should be provided.

The function signature to invoke the extended Save As dialog should be as follows:

int SaveFileDialog(
char *in_filename, // Initial filename to display
char *in_initialDirectory, // Initial directory to display
char *in_filter // Sets the extension types
char *in_filterOptionDesc // Sets the extension type descriptions
int in_checkFileExists, // 0=false, 1=true
int in_checkPathExists, // 0=false, 1=true
int in_overwritePrompt, // 0=false, 1=true
int in_addExtension, // 0=false, 1=true
int *out_filterIndex, // extension type index
CALLBACK lpfnOptionPressed,
char *out_fileName ); // full path of file selected (260 chars in size)

Return value:
0 - User cancelled the operation
1 - User OK&'d the operation

Sample of filter string format:
in_filter += "JPEG Good for use on the Web (*.jpg)|*.jpg;|";
in_filter += "TIFF Good for editing (*.tif)|*.tif;|";
in_filter += "PNG Good for editing and use on the Web (.png)|*.png;|";
in_filter += "BMP Good for Windows compatibility (.bmp)|*.bmp;|";
in_filter += "Adobe Photoshop (.psd)|*.png;";

Sample of filter option description format (this is used for feature (b) above)
in_filterOptionDesc += "Set JPEG Compression|";
in_filterOptionDesc += "Set TIFF Compression|";
in_filterOptionDesc += "PNG Options|";
in_filterOptionDesc += "BMP Options|";
in_filterOptionDesc += "Photoshop Options";


If there is any question about the functionality of these parameters, then the programmer should refer to similar parameters described at this URL:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformssavefiledialogmemberstopic.asp

We retain complete ownership and distribution copyrights to all work purchased.



Platform:
Windows 98,ME,2000,XP

Must be 100% finished and received by buyer on:
Nov 7, 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:
If you show me a working prototype while the bidding is still open I am likely to accept the bid immediately.

Otherwise normal decision process will take place.

Thank you for bidding.

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!
NamTac
(11 ratings)
in Garland, Texas
United States
Bid id: 349,023
 
$100 (USD) Oct 16, 2002
8:30:37 AM EDT
 10
(Excellent)
   
Dear vandelay (industries:)?),

I noticed your bid request here and thought I would put something together for you. I've attached a prototype exe for you. If you would like me to finish up the routine then just accept my bid and I should be able to get it to you very quickly.

The code will be written in C++ and will not use MFC or ATL at all. I will also provide a sample exe written with Visual C++ 6.0.

I look forward to hearing from you.

Thanks,
NamTac

 




Quick 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.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 97 jobs 
Codman
Rated a 9.97 on 141 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.97 on 170 jobs 
RNA
Rated a 9.93 on 36 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 jobs 
markesh
Rated a 10 on 21 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.