Mfc projectpráce

Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    2,000 mfc project zakázek nalezeno, ceny v EUR

    I need the code to return the directory the current application that is running in. For example: If you are running C:/Program Files/My Company/ it should return C:/Program Files/My Company/ I need this for Microsoft C# and C++ (unmanaged code and not using the the MFC libraries). Currently I have this hardcoded in my applications to C:/Program Files/My Company/ but am running into trouble when my users have foreign installations and c:/Program Files/ is worded for the local culture. ## 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):

    €27 (Avg Bid)
    €27 Průměr. nabídka
    5 nabídky

    I need a MFC Single Document Interface application that process some data using multiple threads in multiple CPUs. The data and how it is processed is not important for this application, as I only need to understand very well how to use and synchronize multiple threads using MFC MultiThreading functions like: Threads: CreateThread - ExitThread - ResumeThread Events: CreateEvent Synchronization: WaitForSingleObject For this, I need a sample application that will simulate the processing of data and generate a visible output in the view of the SDI application. The attached PDF file fully describes the project. ## 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...

    €100 (Avg Bid)
    €100 Průměr. nabídka
    6 nabídky

    ...simplified and external DLL interface. The project should also include a sample GUI for selecting a free drive letter and DLL file, then invoking the driver to actually create the drive letter and pair it with the DLL. The DLL interface should be very simple and easy to implement: LPCTSTR VD_FindFirstFile(LPCTSTR szPath); LPCTSTR VD_FindNextFile(); //null on last file LPCTSTR VD_FindFirstFolder(LPCTSTR szPath); LPCTSTR VD_FindNextFolder(); // null on last file BOOL VD_CloseHandle(); The following should parallel their Win32 counterparts: VD_MoveFile VD_CopyFile VD_DeleteFile VD_Get/SetFileAttributes VD_Get/SetFileTime VD_GetFileSize VD_CreateFile VD_Read/WriteFile All lower-level details should be handled internally by the device driver. The project should include a sample...

    €28 - €93
    €28 - €93
    0 nabídky
    WinInet assistance Ukončeno left

    I need an expert in WinInet. In this project you will need to realize simple code which can load ftp files from remote server in asynchronous mode and shows them on the screen. The code you provide MAY BE dirty and buggy. It does not matter. All I need is just to understand how it works. OR you may just explain how to realize that behavior. Some restrictions: 1. Your code should work in asynchronous mode ((INTERNET_FLAG_ASYNC flag is set in InternetOpen function call) 2. You code should NOT create any temporary files 3. You code should print the content of ftp files on the screen 4. Your ftp code should support server authentication (username/password) if the server expect authentification 5. It should be done for Windows, VS 6.0, C++ (with WinInet, MFC) All parameters may be...

    €28 - €4630
    €28 - €4630
    0 nabídky
    Search C++ links Ukončeno left

    ...Requirements 1. C++ programming websites, Educational websites. 2. Page rank above 1 for link page and main page of website must have 4. 3. Each website must contain contact info to contact webmaster for link exchange request. e-mail or submit url 4. No big websites like codeguru. Small content websites, 5. Educational websited begginners info ,STL, Data Structures, etc not MFC C# etc (prefer .edu zone) Short info how to search websites. Look for link to c++ websites like [][1] [][2] [][3] using "[][4]" search in google and others please visit dmoz directory. when visit back links. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete

    €28 (Avg Bid)
    €28 Průměr. nabídka
    5 nabídky
    download class Ukončeno left

    I need a Visual C++ class to download the files from http server. 1. Should be able to resume downloads. 2. Download files will be protected with http authentication ,so program must be able to send login information before download. 3. download files w...file is playing should be OK. 5. should provide events for start,pause, resume and finished downloads. 6. real time statistics should be supported, like -progress report in percent, xxx MB of XXXX MB downloaded, estimated time left. 7. need a sample application with the class, documentaion/description on how to use that class and member functions, and fully working source codes. Dialog based MFC sample application will be fine. 8. sample application must be able to demonstrate all of the above requirements. Thanks and ...

    €28 - €93
    Zapečetěný
    €28 - €93
    2 nabídky

    ...Possible Write Speeds (Medium/Drive) 4.) FreeBlocks on Disc 5.) FreeCapability (MB/GB) 6.) Booktype 7.) Number of Layers We need an small/lean Dialog based app, that shows the Supported Media/Read/Write as checkboxes. One Window. Similar to DVDInfoRro No binary libs, we need the full source to implement into our hardware chip later. Only C/C++ is accepted. Compiler is obsolete. Running on Windows with MFC, Plain C, GgiWIn or similar. This is an small and easy job for coders with experience in that things. We do only need experts, that know how to read the infos the right way, special the problems with NEC drives. So please post binary samples of your past work. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source cod...

    €472 (Avg Bid)
    €472 Průměr. nabídka
    1 nabídky
    StateMate coder Ukončeno left

    I need to extract state machines from StateMate files. So I am looking for coders to 1) Generate StateMate files - I do not have StateMate. (I am unsure of which version, but I think 3.2 and 4.1 would be good.) 2) Investigate the file format and implement C/C++ code to extract the state machines. If you can help with both, that would be best. ## Deliverables 1...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 StateMate 3.2 and 4.1 Generic C/C++ (STL is ok. b...

    €28 - €185
    €28 - €185
    0 nabídky

    Create a numerical UI control by deriving from the MFC CEdit class. The control needs to handle floating point values. The mouse value adjustment must work as follows: 1) The user clicks down on the control with the left mouse button 2) The user moves the mouse up/down or left/right to adjust the value through its available range. During this movement, the mouse cursor or pointer is hidden. The control must display the current value while dragging and notify the parent of the change. 3) The user releases the left mouse button. At this point, the mouse cursor reappears in the position where the user clicked down. The mouse adjustments must not be limited by the edges of the screen. For example, if the control is at the bottom of the screen and the value is at the maximum, the us...

    €94 (Avg Bid)
    €94 Průměr. nabídka
    8 nabídky

    Allow the standard windows menu which contains Restore, Move, Size, Minimize, Maximize, Close to be shown for an MFC C++ 6.0 application from the taskbar ( NOT SYSTEM TRAY ). The application has no title bar and no title bar must be shown. ## 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 ...

    €26 (Avg Bid)
    €26 Průměr. nabídka
    10 nabídky

    **Prophecy Technologies**is an R&D group for a multi-billion dollar Private Investment Funds Company based overseas. We have been operational for the last 15 years. To expand our offshore development center in **Gurgaon**, we require highly talented & qualified professionals. **Team Leader / Sr. Software Engineers** · Minimum of 4yrs experience in Microsoft VC++ using technologies such as MFC, ATL, STL, COM · Strong design and analytical skills · UI Design and Library Design experience an advantage · Statistical and/or mathematical background a plus Candidates must have good written & spoken English and possess high energy levels with willingness to learn. We offer long term security, competitive remuneration, benefits as well as career...

    €463 - €4630
    €463 - €4630
    0 nabídky

    The attached code is for a custom edit control built in Visual Studio 2003. It allows for text entry via the keyboard. It supports the backspace key to delete characters. The purpose of this control is to provide similar functionality to the CEdit control except with custom drawing routines. This control only supports a single line of text. Please enhance this control to provide these features: 1) Provide cursor adjustment through the text using the left and right arrow keys. 2) Allow selection of characters like you see in Microsoft Word, Notepad, or the standard edit control in Windows. Show the selected characters using a different font color and different background color from the main text. You should be able to select characters using the mouse or Shift + left or right arrows. 3)...

    €182 (Avg Bid)
    €182 Průměr. nabídka
    14 nabídky

    Hello, I need 4 listview functions. The listview contains video files with various properties like Duration, Width, Height, Name, Director, etc. I need: 1. The ability to sort the listview by clicking on the column headers 2. The ability to search the listview by typing in a text box. The list has to be researched as each character is typed, and items that match are displayed. So it is a "filter" search 3. Currently the listview has a small icon beside each item. I need the icon to be changed, depending on if the file is a video file, audio file or non-identified file. Also, the listview currently has a different background color every alternating row. I need the background of the icon to match this color (using transparency). When the item is played, a small speaker icon appears...

    €49 (Avg Bid)
    €49 Průměr. nabídka
    11 nabídky

    Please browse I am a new bie to VC++(MFC). I want to develop user interface like one as in the given url. The responsibiliy of the coder will be to help --> Developing the user interface --> Will explain /answer my question with MFC --> Will guide me I have checked to following articles but find some dificulties to understand them I have gone thru with theory of DOC/View Articheture MDI/SDI Framework etc but all are not clear to me, I need some help to try with ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables

    €67 (Avg Bid)
    €67 Průměr. nabídka
    8 nabídky

    Skillprover UK Ltd are looking for a talented developer who has 5 years+ experience of developing MFC C++ applications. The application the company is looking to develop is a simple custom browser application that will display HTML pages within a single window. There will be a toolbar for search functionality. The following restrictions will apply: Developed only in VS6 MFC C++ and NOT DotNet Managed C++. All code and resources must be handed over at each test release. I will recompile and test. SDI architecture i.e. single window with a menu and a toolbar. Should run on all flavours of modern 32 bit windows except Windows 98/95. (ie. no 16 bit extensions) EITHER WISE OR INSTALLSHIELD are trusted installers not the VS one. Do not bid if the above requirements c...

    €804 (Avg Bid)
    €804 Průměr. nabídka
    11 nabídky

    ...The program should be a MFC dialog application, with one "Add" button. Upon start, it should check whether WMP is version 10 or later, and display the WMP version in the title. For example, "WMP 10". When the "Add" button is clicked, it prompts an Open File dialog. When I select a video (WMV) or audio (WMA or MP3) file, it adds the file to a WMP under playlist "My Samples". If the playlist already exists in WMP, it adds the file to the list. If the playlist doesn't exist, it creates the list and add file to it. It should be a simple project for someone who has done it. Since the main purpose of this project is as a sample, I would appreciate if you can group all related functions into one fil...

    €50 (Avg Bid)
    €50 Průměr. nabídka
    4 nabídky

    I need a small C++ program using MFC, built with Visual Studio, which creates dwg and dxf files. The input is a text file wich defines 3D objects to be drawn. The application should draw the objects in a window on the screen as well, using GDI or OpenGL. An "Export" command with option "DWF" or "DXF" would allow the creation of Autocad files (dwg or dxf). See the object description in attached file. ## 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 ...

    €71 (Avg Bid)
    €71 Průměr. nabídka
    5 nabídky

    Hello, I need a developer to customise the standard listview control. I need the background rows to have different alternating colors and I need the header controls set to custom headers. Additionally, I need support for sorting the listview (text and also according to date of the items in it). Regards, Mark. ## 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) ...

    €43 (Avg Bid)
    €43 Průměr. nabídka
    11 nabídky

    ...the sun position and shades the bitmap to indicate day/night. Attached is a working test application. It works OK, but there are some minor issues. The bitmap is not redrawing itself when the parent window is repainted/erased. To reproduce the problem, cover the dialog with another window, or simply move the dialog on the screen. The earth image will disappear. If you have a good knowledge of MFC and GDI this should be easy to fix. We also want to optimize the code. The mathematical calculations seem to be inefficient and it takes a long time to redraw the bitmap on slower computers. So we want someone to reduce the number of divisions/calculations and improve performance as much as possible. You must be good at math, and enjoy optimizing complex calculations. We will g...

    €48 (Avg Bid)
    €48 Průměr. nabídka
    11 nabídky

    Hi, I need a very fast and good function to display rotated text onto a device context. The function should take as parameters: - device context (CDC) - the string - angle As the result, the function must draw the rotated text on that device context plus a rectangle surrounding the text (the rectangle is not rotated). The device context has some other items painted on it, so the text's background MUST be transparent! Attached is some dummy example of what I want to paint on that DC. If you need more specifications, please use PMB. Happy bidding :)

    €32 (Avg Bid)
    €32 Průměr. nabídka
    1 nabídky

    I would like to have a **toolbar for Internet Explorer and Mozilla**, that has 2 remotely configurable images, 2 text fields, that the user can fill in by typing, drag-and-drop or using the context sensitive menu (right mouse click), then submit it. The "meaning" of the text fields should be configurable; selectable from drop-down elements. There should be two submit button; one s..."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; Internet Explorer _and_ Mozilla Source code preferably MS Visual Studio...

    PHP
    €339 (Avg Bid)
    €339 Průměr. nabídka
    4 nabídky

    This project involves the following: 1. Using a standard listview, allow users to add files, remove file, add directories (and filter files), sort the playlist headers, resize columns when window is resized. When file is double clicked the PlayFile function is called. You do not actually need to add any media player, all that is required is the playlist. Make the listview have alternated list item colors like in iTunes. Also, use the same font as in iTunes (Verdana, I think) 2. Make an options dialog like in Yahoo Widgets. This is just a standard options dialog, with 5 tabs. I will tell you the items that will be on each tab 3. Add a start-up wizard that specifies the media file types to be associated with the program, as well as the option to search PC using a background thread and...

    €33 (Avg Bid)
    €33 Průměr. nabídka
    3 nabídky

    This is a project for those who are familiar with open source ffMpeg library. I need some sample code which decode a video file. I believe you can take the code out from ffPlay for that. However, I don't want to build ffPlay because I want it to be on Windows. The purpose of this sample is for me to know how to get RAW video and RAW audio using ffMpeg. Detailed requirements: 1. It has to be a VC6 project. 2. It should be a sample MFC dialog project. 3. There should be a button to browse for the video file. 4. Once a video file is selected, it should decode the video and audio. The video should be displayed on the window. The audio should be saved to a PCM WAV file. 5. Please do not let ffMpeg to do the displaying and saving. This...

    €279 (Avg Bid)
    €279 Průměr. nabídka
    4 nabídky

    I need you to create an exact copy of the provided software coded in visual basic, but in MFC C++. In other words you need to convert the application from vb to c++. The original program is around 700 lines of code (including reasonable spacing, and many lines of codes are similar). Attached is the vb project. The final sofware has to require no additional dll files. ## 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 th...

    €142 (Avg Bid)
    €142 Průměr. nabídka
    8 nabídky
    AOL .ART Files Ukončeno left

    ...will pay for program source which reads a .ART file into memory and then calls directly the functions (such as JgGetImage and JgCreateDecompressor) and finally renders the image into a device context. This will require you to disassemble and understand several of the functions in the jgdw400 DLL. This program should be written in C or C++ and can use any other libraries, such as MFC, ATL or WTL. It must work from a file in memory and not simply pass the file name to a DLL function. I would not expect this program to exceed 200 lines in C, and most of that is common Windows boilerplate. It is not necessary to understand the .ART file format or to reverse-engineer the compression technique, only to utilize the DLL which is there for the purpose of decompressing these imag...

    €933 (Avg Bid)
    €933 Průměr. nabídka
    6 nabídky
    OneNote Tab Control Ukončeno left

    This control will emulate the tab control in MS OneNote. This control is for use in MFC-based apps compiled under VS6, and must be written in VC6 C++. The control will be a standard MFC ownerdrawn control (it must not be an ActiveX control). ## Deliverables 1. Complete source code of the control, including all .h and .cpp files, written in VC6 C++ and compilable under VS6 without warnings when warning level is set to 4. 2. Complete VS6 source code and project files for a test app that demonstrates use of the control. Note that this requirement and (1) above may be combined together. The VS6 project for the test app must be compilable under VS6 without warnings. Use of pragmas to eliminate warnings is forbidden. 3. Use of STL is forbidden unless agreed t...

    €299 (Avg Bid)
    €299 Průměr. nabídka
    2 nabídky

    ...frame color *) main text color/font Methods (non-blocking and blocking): PopupAlert( bool blocking, string caption, string text ) Events OnClose( bool bForcedByUser ) OnClickHyperLink( string uri, string caption ) Must offer an option to close the window while it’s been displayed. Non functional requirements *) Must be a Win32 API based class. That’s it – it should not depend on MFC or anything else. *) Compiler – 2003 / VS 2005 *) It should not use more than two threads to perform the work. *) Must offer an ability to display hyperlinks and open them in the Internet browser *) Should handle two alerts that are being displayed almost simultaneously by making sure that the user would see both of them without waiting too long *) Full...

    €92 (Avg Bid)
    €92 Průměr. nabídka
    2 nabídky
    File tracker Ukončeno left

    Looking to have a program created in VC++ 6 mfc, dialog based that will: 1:Track every file written to the hard drive in all windows 95 up pc's and in mac from the time it is installed. 2:This program will create a text file listing the names of the files created, there location (drive and directory) and the date they were created. 3:This program will have a messagebox popup with the option to eccept or delete the files as they are found. If the file is accepted have a option to set the program to not popup again or repete popup on this file. 4:This program will have an option to set it to startup on computer startup. 5: This program will have an option to start minimized to the system tray. 6:This program will have a listbox to display the files that...

    €28 - €37
    €28 - €37
    0 nabídky

    I need an solution to make sure that an console app (win32) will really run only in one instance. Means if someone will start the console app again, while another instance is running, the software will close itself. I need an solution for win32. No MFC. No ready classes from codeproject or other resource, they wont work. ## 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...

    €8 (Avg Bid)
    €8 Průměr. nabídka
    3 nabídky
    Small Driving Game Ukončeno left

    ...in C++ using the Ogre SDK Engine for the viewport display and the Newton Physics engine to control all the physic events. The Newton engine has a vehicle object that can be used for this project. I am open to any other Open Source or free sugestions about the Game Engine or the Physics engine. There is a similar driving game that can be reviewed in this website: Walaber's Stunt Playground () Ogre 3D SDK() Newton Game Dynamics() Please review the attached mht file (internet explorer) for a full description of the project. ## 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

    €296 (Avg Bid)
    €296 Průměr. nabídka
    7 nabídky

    The attached code are some cpp and h files that work with simple crypto. I need to convert them so it will work with UNIOCDE and MULTIBYTE. On Multibyte it works well on Unicode I get errors, in the CryptoApi.cpp. We use MFC and the VS2003. I need this solved fast. ## 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 softw...

    €101 (Avg Bid)
    €101 Průměr. nabídka
    6 nabídky

    We need to have a dialog application and a library build to link it with a user interface on top of the clamav () libraries. The library that works with the gui exports simple functions to link with the clamav engine. This library should be independent from the gui and load the clamav engine dynamically. It should report if files are missing, etc, etc We can provide the start up dialog app. Then simply follow the path or simply replicated clamwin since we also need these modules: - the tray icon - the database automation updates - the right click context menu in windows explorer Configuration of the engine should include all options available in clamwin (the source code is available) will need to either integrate it into a separate dialog page Thanks ## Deliverables 1) Complete and full...

    €69 (Avg Bid)
    €69 Průměr. nabídka
    4 nabídky

    I am looking for someone to **teach me** the basics of creating an application in **MFC**. I would like you to go through with me exactly how to code an **address book from scratch**. The address book must be able to store pictures inside the data files as well. It will include importing Outlook addresses and two other popular types. The GUI will be chosen together as we create it. Tools necessary: Camtasia Webcam driver to allow desktop screen viewing. (or another driver which enables Screen to Webcam) MSN Messenger, Yahoo messenger, or AIM to talk voice to voice. Must have good english skills. Please show me MFC demos that you have created. This project should be a total of 5 hours of pure online tutoring. I have managed to learn several prog...

    €51 (Avg Bid)
    €51 Průměr. nabídka
    4 nabídky

    We have a C++ COM DLL that is being called by a high performance MTA application. The DLL is developed in Visual Studio 2003 C++ with NO MFC, only ATL. The main purpose of the dll is to call a set of web services and process the data. The web services stubs were created automatically using Visual Studio, and rely heavily on MSXML Version issue is that when running our Classes within Multiple Threads from the main application ( which is a standard Microsoft application to be disclosed later) we are getting many COM and out of memory errors. When running in a single thread we have no problems. Our internal development staff rates maybe a 7 out of 10 in c++ com programming and has been unable to resolve the issues, if they are resolvable at all. We believe the issue may center around ...

    €614 (Avg Bid)
    €614 Průměr. nabídka
    9 nabídky

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

    €47 (Avg Bid)
    €47 Průměr. nabídka
    8 nabídky
    VC++.Net project Ukončeno left

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

    €123 (Avg Bid)
    €123 Průměr. nabídka
    2 nabídky

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

    €432 (Avg Bid)
    €432 Průměr. nabídka
    2 nabídky
    3d pipes in OpenGL Ukončeno left

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

    €54 (Avg Bid)
    €54 Průměr. nabídka
    5 nabídky

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

    €55 (Avg Bid)
    €55 Průměr. nabídka
    2 nabídky

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

    €206 (Avg Bid)
    €206 Průměr. nabídka
    3 nabídky
    Download Utility Ukončeno left

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

    €146 (Avg Bid)
    €146 Průměr. nabídka
    4 nabídky

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

    €79 (Avg Bid)
    €79 Průměr. nabídka
    1 nabídky
    MFC OpenGL View Ukončeno left

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

    €179 (Avg Bid)
    €179 Průměr. nabídka
    9 nabídky

    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
    €590 (Avg Bid)
    €590 Průměr. nabídka
    21 nabídky

    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.

    €875 (Avg Bid)
    €875 Průměr. nabídka
    18 nabídky

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

    €77 (Avg Bid)
    €77 Průměr. nabídka
    6 nabídky

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

    €46 (Avg Bid)
    €46 Průměr. nabídka
    5 nabídky

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

    €57 (Avg Bid)
    €57 Průměr. nabídka
    3 nabídky

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

    €88 - €93
    €88 - €93
    0 nabídky