Mfc project jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 mfc project jobs found, pricing in USD

    Must be programmed using Visual C++ 6.0 The code most be well documented and well structured. Must use MFC as a shared DLL in order to have a small resulting dll. I would like a dll to be created that can dynamically be loaded from another executable. That dll will show an interface that contain html content and return parameters to the calling executable. I also need a demo project that use the dll delivered. View the attached word document for more precisions. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverabl...

    $51 (Avg Bid)
    $51 Avg Bid
    8 bids

    ..."led" in the previous round should replenish his hand first. * The winner is the first player that ends up without any cards in his/her hand (which is possible only after the bank gets empty). The other player becomes a 'goat' and he/she is supposed to get under a table (e.g. where the game was played) and to say "mmme-e-e-e" loudly. You do not have to implement this last rule in your C++ project :) Project Classes Your goal is to write C++ code for KozelGame class consistent with the UML diagram above. You should use KozelGame.h and files from code samples page. KozelGame.h provides declarations and general textual descriptions of all public and private member attributes. GUI uses only public functions (shown in UML) while a number of p...

    $133 (Avg Bid)
    $133 Avg Bid
    2 bids

    ...an error. If it is impossible to recover even a single file, zipTest should return error as well. BOOL zipRecover(LPCSTR zipName, LPCSTR outName, CString& errDescr); This procedure should recover given zip file and construct output fixed ZIP archive under given name. Both functions should display progress indicator (ZIP file may be very long). You should implement these two functions (VC/MFC, code must be compatible with VC v6.0) and simple test program. No third party libraries/source codes are allowed (excepting for libraries or source codes which are absolutely free, ask me first to confirm). ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in...

    $467 (Avg Bid)
    $467 Avg Bid
    2 bids

    I need a small program developed in VC++ 6 MFC and OpenGL which shows 3D pipes. A pipe is defined with a collection of 3D points and the diameter of the pipe. At each vertex (except first and last) a radius of curvature is associated to describe the curvature of the pipe at the vertex. The program should generate the complete pipe, straight and curve areas and display in an OpenGL view. There is no need for view manipulation, a simple display of orthographic view is required. Code should be properly documented. I need this done by Nov. 20th firm. Do not bid if you cannot meet this deadline. Please contact me if additional information is needed. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code o...

    $58 (Avg Bid)
    $58 Avg Bid
    5 bids

    Hello, I need a simple RSS subscribing tool written in MFC. You can use any open code available on the net, so long it is not GPL. You can also use the MS XML parser libraries What the tool does is to allow one to subcribe to an RSS feed, and then displays the results in a listview - either in listview or in icon view. After a feed is displayed in icon view, the application calls a webpage, which then returns an icon. This icon is used as the preview icon for the RSS feed (and is cached to prevent being called twice). That's all - it's a pretty straightfoward project. I will provide a basic class structure on how I want the code to be arranged. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code o...

    $59 (Avg Bid)
    $59 Avg Bid
    2 bids

    This project is about managing a 'Message queue' A message queue is a shared binary file where a user can post and retrieve messages in a FIFO mode. The structure of the message is simple. Basically it is a linked list. You append the message as a buffer of bytes in the format (length)(buffer) You retrieve the message by reading at offset 1 the pointer to the next message, retrieve the message and update the pointer to the next message Next pointer = Pointer + len(message) + sizeof(length) that's basically it. than you have a direct read or a read done through sockets as well as write. You have get and release locks to avoid mess if 2 users try to read/write at the same time. You must provide a clean-up procedure Basically if the size of the ...

    $222 (Avg Bid)
    $222 Avg Bid
    3 bids

    ...looking for programming on a utility that will allow user to subscribe to an RSS feed, display this RSS feed in a custom draw window, and allow the users to download the listed items using bittorrent. A library is provided for this, so you will only need to integrate the code. Attached is a Word document that contains the specifications for the project. Please read it through carefully before bidding on the project. The project is only to be programmed in C++/MFC, no other languages. Only Win2k and XP and higher need to be supported. I am also a C++ programmer, so I will give detailed instructions on the structure of the program. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all wo...

    $158 (Avg Bid)
    $158 Avg Bid
    4 bids

    ...the file) and only to a given pre determined size if it is larger than that size. The solution will be a program that will modify the context menu in windows explorer to contain a new option that will allow resize then uploading of any jpeg or gif files. The resize of the picture should take in account the quality of image and image size. The application shoul be done using win32 API and not MFC. There should contain a configuration file and a separate small program to edit the configuration file where you could specify the size of the resulting image as long as the url that will be using for updating the resized image. The program is intented to run on computer without any specific library installed so there is a good thing to avoid using GDI+ as a library for doing resizing...

    $85 (Avg Bid)
    $85 Avg Bid
    1 bids

    I need someone with experience with OpenGL and C++ (Visual Studio) to modify and refine and existing MFC View according the the requirements expressed in the attached document. You will provide a new VS 6 project that will include the OpenGL re-designed view as well as a full VS 6 project based on Document-View architecture to demonstrate the capabilities. I need this work done within 2 weeks - do not bid if you cannot deliver before November 15, 2005. The requested platform is Visual Studio 6, C++ and OpenGL for the development. The application should run on WIndows 2000 and Windows XP. The code should be adequately documented, so we can easily understand the functionality provided. Do not use GLUT. ## Deliverables 1) Complete and fully-functional working progra...

    $193 (Avg Bid)
    $193 Avg Bid
    9 bids

    We have an in-house application that uses MFC to perform certain calculations. To gather the information that our MFC program needs, we circulate Excel workbook templates throughout the organization. Currently, we have a macro embedded in the workbooks that writes the lines of data to a text file that is then read in by the MFC application. What we would like to do is to be able to directly read the information from the Excel workbook into the MFC application. So, we need an MFC application written that takes an Excel workbook, finds a named range in the workbook, and then writes the information in the range to a text file. We will take the content code from this application and incorporate into our application. Our application will then t...

    PHP
    $637 (Avg Bid)
    $637 Avg Bid
    21 bids

    I have an MFC application that I want reversed back to source, or for someone to replicate the functionality of it in C#. I will send the install file to interested bidders, or will show the output from softICE or simliar tools.

    $945 (Avg Bid)
    $945 Avg Bid
    18 bids

    We have an Visual C++ application using an MFC class derived from CWnd. It creates a window that contains many child CLabel and CEdit controls (please see attached screenshot). We need to add scrolling capabilities so that when a user tabs between the CEdit controls, the CWnd will automatically scroll up or down vertically. In other words, the CEdit control which recieves focus should automatically be made visible. Currently, scrolling is not implemented. So once you tab out of the 7th CEdit control (in the screenshot), you cannot see which control has focus. We will provide you the source code with demo app to create the UI as shown in the screenshot. You just need to add vertical scrolling. Please download the attached zip file, which contains a demo app. ## Deliv...

    $83 (Avg Bid)
    $83 Avg Bid
    6 bids

    We have an Visual C++ application using an MFC class derived from CWnd. It creates a window that contains many child CLabel and CEdit controls (please see attached screenshot). We need to add scrolling capabilities so that when a user tabs between the CEdit controls, the CWnd will automatically scroll up or down vertically. In other words, the CEdit control which recieves focus should automatically be made visible. Currently, scrolling is not implemented. So once you tab out of the 7th CEdit control (in the screenshot), you cannot see which control has focus. We will provide you the source code with demo app to create the UI as shown in the screenshot. You just need to add vertical scrolling. Please download the attached zip file, which contains a demo app. ## Deliv...

    $50 (Avg Bid)
    $50 Avg Bid
    5 bids

    Just want somebody to teach me eM Visual C++. I've got a program that needs troubleshooting including minor additions to the code for work. Looking for somebody in San ANtonio, TX, USA. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follow...request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Program runs on ...

    $62 (Avg Bid)
    $62 Avg Bid
    3 bids

    Greetings We are in a need of a function written in C++ using MFC objects only that performs a username and password "log-in" to a website and keeps the Internet session with that website open so other actions can be taken. An example for such web pages is " [][1]" or [][2]. We need a function which would log into websites like the above with a username and password and keep the internet session with the website open so other actions can be done without authentication in other parts of the website. An example of such "other actions" would be sending HTML POST/Get request to the "compose mail" form section of the above websites. The function will take the following arguments: URL, Username and Password. We also need a way to "clo...

    $95 - $100
    $95 - $100
    0 bids

    We would like to get the source code of some spyware removal tool (already programmed one). The software must be done in Visual Basic 6 or Visual C++ 6 (MFC). We know a spanish company that has 9000 definitions in its database. We need a long definition list like that for our antispyware program. We want to rebrand this software, so we want full rights of the sources. What we want to is some company to provide us unlimited updates for our customers, so they can update our software continuously. Anti-dialers, anti-trojans, anti-keyloggers must be included. The software must have an update system like Ad-aware 6 software. We can pay yearly or a % for the updates or we can discuss this later. I am open to discuss the price also. ## Deliverables 1)...

    $255 (Avg Bid)
    $255 Avg Bid
    1 bids

    The Project is to write a C++ class that wraps the VMR9 DirectShow filter. The class will accept WDM video source(s) and a user defined static bitmap used as a video overlay. Video will be displayed in 640x480 resolution with 16,24, or 32 bit quality at >30 frames per second. The project is hardware dependent and the processer speed is limited (666MHz). The video processing needs to be done efficiently using a technique which works directly in video memory instead of processor intensive operations. ## Deliverables The class shall provide: 1. The ability to switch between available WDM video sources 2. Asynchronusly update or modify the static bitmap overlay without screen flicker 3. Dynamicall modify or alter video palette 4. Display Video in exclusive or...

    $1119 (Avg Bid)
    $1119 Avg Bid
    3 bids

    Need a simple Windows configuration dialog that reads and writes values to the system registry. Needs to be as small as possible, so probably be limited to Windows API calls (no large libraries (MFC, etc)). Need it to be in VC++ 6.0 (or 2005). See attached HTML mockup. Need this to be easily extensible, as all requirements for larger project have not been nailed down, so we will be adding to this in the months to come. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer...

    $107 (Avg Bid)
    $107 Avg Bid
    15 bids

    The project I need is to create 2 applications one for Symbian (client) and one for Windows Desktop PC (server) in a simpler manner , which will allow voice conversation and chat text between users of these applications, using an Internet connection. There is no need to implement a full SIP/RTP/H323 etc.. (see attach pleafor details please) I know this project is 100% possible, not so complicated and can be done if you have some TCP/IP/UDP & Symbian experience and you are enough motivated to take it. Please read the attached requirements to see how the basic work-flow must be. Also, place your comments if something is wrong and is not possible. Let me know anything you need to detail. The Symbian app must be coded with C++, using Nokia SDKs + Visual Studio as IDE, f...

    $1275 (Avg Bid)
    $1275 Avg Bid
    5 bids

    ...position on the page. Also, each page need to be separately saved in a directory on C:. After spooling, the driver should send to another specified printer in system the spool job. With another words, I need a virtual bitmap printer driver with the possiblity of redirection. No MFC, only SDK. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) The code will be rich commented. 3) The developing of the project is based only on SDK functions. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyrigh...

    $85 (Avg Bid)
    $85 Avg Bid
    1 bids

    I have an MFC ActiveX component compiled in Microsoft Visual C++ 6 that provides automatic secure deletion capabilities for Windows applications. How it works is it hooks into the Windows API’s and watches for the DeleteFile API. When the DeleteFile API is called, the control automatically pauses the calling process, shreds the file, then (after it finishes shredding) unfreezes the calling process, allowing it to delete the file. For example: • Process deletes the file C: by calling the DeleteFile API • Control sees that DeleteFile API has been called • Control asynchronously freezes (so that the Window doesn’t appear ‘stuck’) • Control opens the file C: and shreds its contents using the selected algorithm (all built into the control a...

    $95 (Avg Bid)
    $95 Avg Bid
    6 bids

    Hi, I need the following helper functions implemented. This is basically a regular expression parsing sort of. Should be highly reuseable class. If there is a regular expression library(should be free) which can be part of MFC application, I am fine with using it for tokenizing. It should have no external dependencies like COM,etc. Basically I have certain keywords:- so if someone writes Hi it should evaluate to Johns-PCn1nHi , where n is a newline. This will be printed like this:- Johns-PC 1 Hi There will be font associated with the above text,which I should be able to set on the class. So if I would set an Point(x,y) for the expression and the evaluated expression should be printed symetrically about that point(both ho...

    $10 (Avg Bid)
    $10 Avg Bid
    2 bids

    Windows Application Development using MS Visual Studio, MFC and C/C++ code. Complete fully functional program to specification. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition ...

    $5000 - $25000
    $5000 - $25000
    0 bids

    Hi, I need help in creating the following:- Requirements using Software Passport/Armadillo:- 1) Create a registration dialog in MFC which contains the following:- a) A purchase link. This should take to the purchase link,where the user can purchase it. b)A edit control for entering the registration code with a button,clicking which should enable copy. This class will be used in a dll and in a executeable. 2) Make the dialog part of sample dll and also part of sample exe. The dll will be used as a plugin in when the user goes to the dialog via the plugin and enters the reg code in it, the software should be enabled. Similarly, when the user clicks a menu item, the registration dialog should popup and the software copy should get enabled via that dialog als...

    $10 - $15
    $10 - $15
    0 bids

    I have an MFC ActiveX component compiled in Microsoft Visual C++ 6 that provides automatic secure deletion capabilities for Windows applications. How it works is it hooks into the Windows API’s and watches for the DeleteFile API. When the DeleteFile API is called, the control automatically pauses the calling process, shreds the file, then (after it finishes shredding) unfreezes the calling process, allowing it to delete the file. For example: • Process deletes the file C: by calling the DeleteFile API • Control sees that DeleteFile API has been called • Control asynchronously freezes (so that the Window doesn’t appear ‘stuck’) • Control opens the file C: and shreds its contents using the selected algorithm (all built into the control a...

    $38 (Avg Bid)
    $38 Avg Bid
    7 bids

    ... If you have good reason to believe that this project will take longer than 2 weeks, then state how long you think it will take and what you will have completed by the end of those two weeks. Performance is obviously a big concern, however I will not be asking for the impossible when it comes to getting a decent framerate. The program should properly display content from Macromedia Flash Player (you can test this in a browser if neccessary), Windows Media Player (as well as when playing MPEGs and when playing DVDs), as well as standard applications such as Notepad, Paint, Explorer, and Microsoft Word. The driver(s) should be written in C/C++ (whichever is more suitable), and the client application in C++, without the use of MFC. You may use any of Gdi/OpenG...

    $100 - $500
    $100 - $500
    0 bids

    ...then perform an images search on the same keyword. The results should be shown. At the same time as the above, a window should be visible but detached from the browser outputting the steps that are being performed. eg: Search detected, going to google. Doing search for "word" etc etc I hope this is clear. I would *prefer* the project done in C/C++. Not MFC. Edit: After several comments I am willing to accept a VB project. Edit: Additional requirements: 1. Well documented source code and source code (of course). 2. Installation/uninstallation instructions. 3. Dependant software list and versions. Eg: Visual Studio V6 ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as...

    $123 (Avg Bid)
    $123 Avg Bid
    5 bids

    I need an Internet Explorer toolbar and explorer bar in C++ using MFC. The toolbar needs to be aware when the user navigates to another page. There needs to be a button on the toolbar that opens the explorer bar. The toolbar also needs to be able to send commands to the explorer bar. The explorer bar needs to have an IE control so that it can display a web page. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ...

    $169 (Avg Bid)
    $169 Avg Bid
    3 bids

    This project is only for izwan00. The specification has been posted to email. Thanks.

    $30 - $100
    Sealed
    $30 - $100
    1 bids

    I have a project under (MFC), not .NET I need to resize a window (there is a resizing inside the code) I cant find it. I need to change all labels background from white to grey (default windows color). I need to change the window background to the default (grey windows color). Thaks. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. ...

    $5 (Avg Bid)
    $5 Avg Bid
    4 bids

    I need 2 activex control to use in my vb6 project. Activex 1: Graphical list-view: i need control that is like list-view control, but with some customization. i need the function where i can add my own column (with graphic column title). also, i can set the background of the control. Activex 2: control where i can make encryption easily, the encryption method including rsa, des, rc4. Please suggest?? More information for selected bidders. It will be good if you have the already made controls.

    $100 - $300
    Sealed
    $100 - $300
    2 bids

    We need to have a library build to link it with a user interface on top of the clamav libraries. We have done some work on the gui interface, and it is available. The library that works with the gui exports simple functions to link with the clamav engine. It could be a dll, but We need to keep this simple less files and modules one executable application for t...platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform windows, mfc ...

    $297 (Avg Bid)
    $297 Avg Bid
    2 bids

    ...currently open browser pages - Disables/Enables certain IE Settings - Flash Killer and Custom ActiveX blocking (users can make their own list) 4rth button (Updates) - checks for updates (application version and database) All options and user configuration (like startup at system startup) should open a page inside the gui as no dialog box should be necessary. VC++ 7.0 development, with MFC. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliver...

    $297 (Avg Bid)
    $297 Avg Bid
    5 bids

    *** Overview We are after a sample ActiveX C++ project template, written in Micrsoft Visual C++ .NET 2005. This project creates an ActiveX control. When this ActiveX control is called from a web page, it pops up a dialogue box that we can use. We want to be able to drag and drop controls onto this dialogue box - no MFC programming required. *** Screenshot See attached screenshot .gif file. *** Background We are planning to use this ActiveX control to talk to a RS232 serial port, and upgrade firmware in a hardware device that we are building. We will take this template project, and insert our class to talk to the serial port. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done....

    $85 (Avg Bid)
    $85 Avg Bid
    4 bids

    ...dialog allowing (among other things) the user to select a server to connect to. We need to be able to programmatically supply Putty with connection parameters. These include hostname (ip), port, and protocol (Telnet/SSH/Raw/Rlogin). 3) We need a mechanism to programmatically open the preferences dialog. 4) We would prefer that this ActiveX control use the Active Template Library (ATL), but use of MFC is negotiable. 5) The ActiveX control must be capable of running in multiple browsers at once, i.e. have no threading issues. Testing: The best way to test this component is by embedding it into Internet Explorer. When embedded, the control should occupy the entirety of the client window space, and should resize appropriately as the browser window is resized. Resources: The Putty hom...

    $2079 (Avg Bid)
    $2079 Avg Bid
    14 bids

    ...that performs downloads/uploads, written in vc++ 7 with mfc We are interested in modifying this code to allow pause/resume on transfers and adding some gui improvements such as attached toolbar and traffic chart(s) Also very important will be adding powerful download acceleration features and improvements to make the ftp transfer code more viable. Entire code is programmed with vc++ 7.0 and mfc. We would also like to modify the gui and functionality to allow for http downloads If you have worked before with download acceleration or ftp programs, please send links or demos Thanks ## Deliverables Rent A Coder requirements notice: As originally posted, this bid request does not have complete details. Should a dispute arise and this project go into arbitration "...

    $178 (Avg Bid)
    $178 Avg Bid
    5 bids

    ...using Visual Studio 6 built using MFC framework. Its fully working and tested to be functional. (It has 3 buttons, 4 checkboxes, and a progress bar) I need to host this functionality within a VB6 application and require the functionality of the VC++ application to be ported to an Active X (OCX) control that can run in VB 6 on Windows 98, 2000 and XP. The control needs to support approximately 4 methods, provide access to internal; properties to VB and also support the publishing of approximately 4 events to the host application (VB in this case) The exposed methods on the OCX will allow the VB application to trigger the functionality behind the push buttons that exist within the existing application. You will need experience in Visual Studio 6 C++ , MFC , Active...

    $292 (Avg Bid)
    $292 Avg Bid
    8 bids

    I need help in doing quality assurance and testing for a MFC-based Windows application. I'm eager to establish an ongoing relationship with someone skilled in QA. The first part of this project is to create a test plan. Unfortunately, there is no formal requirements document for the product, so development of test cases will come from Contractor's observations and expectations of application behavior as well as collaboration and feedback from me. The test plan will be extended over time as the product gains new features. The second and ongoing part of the project is to execute the test plan against successive beta releases of the product, provide a report of issues found, and enter bugs into a Web-based bug tracking system (Mantis). Current plan is to have a ...

    $2099 (Avg Bid)
    $2099 Avg Bid
    23 bids

    We need a small Scheduler Application which will schedule small executable on a specific Date and Time. The Scheduler should be intelligent enough that even during the scheduled time if the workstation is not running then it should automatically ask the user that the scheduled task is not started because of the workstation was not running and ask the user opinion to start it now. The task what t... 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Windows 2000, Windows XP and highe...

    $237 (Avg Bid)
    $237 Avg Bid
    14 bids

    Hi, I take this opportunity to introduce ourselves as a Customized software development provi...Microsoft: .Net, MTS, IIS. o J2EE: BEA WebLogic, Web Sphere. • Databases: o Microsoft SQL Server, MS Access, Oracle 8/8i/9i. • Platforms: o Microsoft Windows 95/98/NT/2000/XP, Linux, Palm OS/Pocket PC. o .Net Compact Framework. • Programming Languages: o VB.Net, C#, XML, ASP.Net, VB, ASP, SQL o C/C++, Java, SQL, HTML, XML, DHTML, JavaScript. • Technologies: o .Net Framework, MFC, WinAPI, OLE/COM/COM+/DCOM, ADO/OLEDB/ODBC, DAO, JSP/ASP, SOAP/CORBA, Java Beans, Servlets, SSL. We are looking for a person, who can provide us projects and get his commissions. We can discuss further on commissions and other terms, if you are interested. Regard...

    $100 - $300
    Sealed
    $100 - $300
    0 bids

    Hi, I take this opportunity to introduce “Dwarka Infotech Pvt. Ltd” a...Microsoft: .Net, MTS, IIS. o J2EE: BEA WebLogic, Web Sphere. • Databases: o Microsoft SQL Server, MS Access, Oracle 8/8i/9i. • Platforms: o Microsoft Windows 95/98/NT/2000/XP, Linux, Palm OS/Pocket PC. o .Net Compact Framework. • Programming Languages: o VB.Net, C#, XML, ASP.Net, VB, ASP, SQL o C/C++, Java, SQL, HTML, XML, DHTML, JavaScript. • Technologies: o .Net Framework, MFC, WinAPI, OLE/COM/COM+/DCOM, ADO/OLEDB/ODBC, DAO, JSP/ASP, SOAP/CORBA, Java Beans, Servlets, SSL. We are looking for a person, who can provide us projects and get his commissions. We can discuss further on commissions and other terms, if you are interested. Regards, Dw...

    $100 - $300
    Sealed
    $100 - $300
    0 bids

    The project is to write a C++ class that wraps the VMR9 DirectShow filter. The class will accept WDM video source(s) and a user defined static bitmap used as a video overlay. Video will be displayed in 640x480 resolution with 16, 24, or 32 bit quality at >30fps. ## Deliverables The class shall provide: 1. The ability to switch between available WDM video sources 2. Asynchronously update or modify the static bitmap overlay without screen flicker 3. Dynamicall modify or alter video palette 4. Display video in exclusive or windows mode All souce code shall be delivered with an example program using the DirectShow wrapper class. 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) De...

    $771 (Avg Bid)
    $771 Avg Bid
    7 bids

    i need a Timer for Pocket PC. here is how it works: 1) set a time, 30~180 mins. with 60min, 90min, 120 min preset button. 2) play "" when timer is started. 3) play "" when timer is about to end. timer stop after the file is play. for exmaple , user set 1 hour , then it will be :...3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform 1) written visual C++ *without* .NET framework and MFC. 2) runs on pocket pc 2000, 2002, 2003 3) s...

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    I want a Nant build file that sets up integration of Nant with Visual Studio 2003. It should set up the elements described at: It should set up the intellisense, the editor extensions, any paths and such that Nant needs. I should be able to invoke nant and have Visual Studio set up. I would also like a sample MFC C++ project created that calls Nant to invoke the compiler. This should be fifteen minutes work for someone who really knows this stuff and has done it before. -Kelly ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web

    $30 - $50
    $30 - $50
    0 bids

    Hi, I need a mfc/win32 programmer for a quick task. We have some c code which contains the logic to how to do something, we would like someone to take it up and add a small UI and fix any issues on the details will be available to the bidders. Thanks /V ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software...

    $10 (Avg Bid)
    $10 Avg Bid
    11 bids

    ...for a demo application writted with EVC++ 4.0 trageting PocketPC/Smartphone.<br><br> The demo app will contain a splash screen and a form that will write values to a table in a database. Another form will display those values in a table or grid control. It should also have a least one menu item and containall of its resources in a resource file.<br><br> I think it would make sense to use C++ (MFC?).<br><br> Basically I just want a basic working model that I can use to dissect and start my own application. Gratuitous notes would be more than appreciated. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run conditi...

    PHP
    $31 (Avg Bid)
    $31 Avg Bid
    2 bids

    urgent work needed we have a month calendar control in our mfc app, actually we have two IDC_CALENDAR1 and IDC_CALENDAR2 however when SELCHANGE and SELECT message functions are called just after the year is changed we get ctime != -1 assertion failure work needed very fast, same day, and must be started straigth away. we require a solution which works properly and retrieves the date into a string eg. %02d/%02d/%04d (dd/mm/yyyy) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ev...

    $76 (Avg Bid)
    $76 Avg Bid
    1 bids

    This is very simple, so please read carefully. We have a software program that runs on Win2k/XP. It uses straight Win32 for the GUI portion -- no MFC or ATL. What we need is a class that implements a "bitmap button" -- a button control which allows us to show a button on the GUI which has *both* a bitmap image on it, *and* text overlayed on top/bottom/right/left/center of the bitmap. This will likely be implemented as a Win32 owner-drawn control. Please have the necessary skills to provide a simple C++ class with a logical API to use, and a small Win32 sample program showing usage. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condi...

    $114 (Avg Bid)
    $114 Avg Bid
    13 bids

    I need the functionality added to change the background colour of the dialogs in the tab control, eg. to white to suite the rest of the tab control. Find attached the source code which we are using for Tab Controls, we are using .net 2003, however the examples provided are for vc6 This work is very urgent so if you have the solution bid now and if the price is right we will accept fast as really need within few hours max. and if you want a higher chance of acceptance for this product tell us if you can stop the dialogs flickering aswell when the tabs are clicked, as they flicker when dialogs change Thanks ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be...

    $58 (Avg Bid)
    $58 Avg Bid
    8 bids