Mfc project jobs
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) ...
...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...
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 :)
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...
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...
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...
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...
...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...
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...
...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...
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...
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...
...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
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...
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...
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...
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 ...
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...
..."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...
...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...
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...
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...
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 ...
...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...
...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...
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...
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...
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.
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...
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...
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 ...
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...
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)...
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...
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...
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...
...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...
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...
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...
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 ...
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...
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...
... 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...
...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...
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 ...
This project is only for izwan00. The specification has been posted to email. Thanks.
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. ...
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.
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 ...