Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    306 winapi jobs found, pricing in GBP

    ...gets the steaming data from a callback-function. The DLL should work with 16 Bit PCM data. The DLL should work with 8000, 160000, and 44100 kHz sample frequency. The DLL-Interface should be made as follows: // enum soundcards int WINAPI S3DGetNumSoundcards(); void WINAPI S3DGetSoundcardName( int cardIdx, char* buf, int bufSize ); // init soundcard int WINAPI S3DInitSoundCard( LPCSTR sndCardName, LPFNS3D pfnDataCB ); void WINAPI S3DExit( ); // start operation void WINAPI S3DStart( int sampleFreq, int frameSize ); void WINAPI S3DStop ( ); // callback function typedef BOOL (CALLBACK * LPFNS3D)(int, short*, int ); Example: // sound callback, will be called from the dll to get data BOOL MySoundCallback( int chan...

    £694 (Avg Bid)
    £694 Avg Bid
    3 bids

    I need a Delphi component, class or function that returns **manufacturer's** unique serial number (**not** volume serial number) for a removable drive such as USB flash drives, taking drive letter as an input. The code must compile under Delphi 2007 and work under Windows2000 and higher (XP, Vista). If you can optionally provide manufacturer's name, volume name, volu... Vista). If you can optionally provide manufacturer's name, volume name, volume serial number and other information or serial number for other types of drives (such as hard disks), this would be welcome, but not required. Before releasing the escrow, an .exe demo needs to be provided to test the functionality. When bidding, please also indicate if you are planning to use WMI way or Win...

    £64 (Avg Bid)
    £64 Avg Bid
    4 bids

    ...function pointer declarations // typedef int (WINAPI* pTApiInitialize)(int); typedef void (WINAPI* pTApiShutDown)(void); // // ClientApi function pointer declarations // typedef int (WINAPI* pCApiInitialize)(int); typedef void (WINAPI* pCApiShutDown)(void); typedef void (WINAPI* pCApiSymbolRequest)(TfCApiSymbolRequest *pRequest); typedef void (WINAPI* pCApiDbaseRequest)(TfCApiDbaseRequest *pRequest); // // ServerApi function pointer declarations // typedef int (WINAPI* pSApiInitialize)(char *, char *, char *, int, int); typedef void (WINAPI* pSApiShutDown)(void); typedef char * (WINAPI* pSApiGetLastError)(void); __declspec(dllexport) int WINAPI TApiInitialize (int nMaxBufSize); __dec...

    £25 (Avg Bid)
    £25 Avg Bid
    8 bids

    I need a DLL which can traverse a tree of accessible objects and return each object one by one. The DLL will have 2 functions: 1) bool FindTopMostAccessibleObject(x,y) X and Y are the pixel coordinates on the screen of where to grab the window from. Simply call the WinAPI WindowFromPoint(x,y) to get the window at that location. Then call AccessibleObjectFromWindow to get the accessibleobject for that window. Return true for success and false for failure. Store a pointer to that accessible object in a global variable as it will be needed for the next function. 2)IAccessible *GetNextRealObject() Returns the next Real Accessible Object in the tree (starting from the top most accessible object we found using the first function). There are 2 types of accessible objects... Real Objects an...

    £24 - £79
    £24 - £79
    0 bids

    We need someone, who can support us with some application development. We need a Application, which can read out of iTunes, Winamp, Windows Mediaplayer, what the User is currently playing (Artist, Song Name, Album... ID3 Tags, you know, what i mean). Then, the Application should send the informations to ...some application development. We need a Application, which can read out of iTunes, Winamp, Windows Mediaplayer, what the User is currently playing (Artist, Song Name, Album... ID3 Tags, you know, what i mean). Then, the Application should send the informations to our website via http post or something like that. Sounds easy and it is easy, but nobody at our company has any knowledge about WinAPI, MFC or C/C++. We pay fast and good! Sorry for my bad english, im from ...

    £661 (Avg Bid)
    £661 Avg Bid
    7 bids

    hi, I have a Delphi component that lists all processes. I want make it better, obtaining a list of active windows, where: 1) extract icon of the application 2) obtain the real rectangle of the client 3) be able to add a button at left side of the minimize, restore, maximize buttons WinAPI GDI guru's are welcome! ## 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...

    £98 (Avg Bid)
    £98 Avg Bid
    8 bids

    ...code to that will handle presenting the data to windows as a logical drive. I need a system service/driver skeleton that can be retargetted to access custom hardware. The service should handle all registration of the drive with the OS and handle all I/O except the actual hardware access itself. The following thread function should handle all the IO for a particular logical drive. DWORD WINAPI HDD_DriverThread(LPVOID lParam); lParam will point to an instance of the structure struct HDD_INFO { BYTE Data[512]; BYTE LogicalDriveNumber; unsigned __int64 MaximumLBA; }; When the driver recieves a read or write request from the OS it should directly acquire the contents of the target sector(s) with a call(s) to a user supplied function - LPVOID ReadLBA...

    £24 - £79
    £24 - £79
    0 bids

    I am looking for a very professional and very experienced VB6 programmer for finishing small project Proxy Server that works with Internet and WIN OS required VB6 skills : WINAPI, HTTPS SOCKS PROXY PROTOCOLS, FTP PROTOCOL, INTERNET, DEEP knowledge of VB6, API, OS, WEB. You must know how to import and start from application external EXE files - importing into resources, knowledge of ASM,C,DELFI is benificial Impressive Portoflio must be, please show it! ## 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 "as is", the contract's vagueness might cause it to be interpreted against you, even though you were acting in good-faith. So for your pr...

    £24 - £39
    £24 - £39
    0 bids

    The following code works on Windows XP but fails on Vista. I need you to change it so it works on XP and Vista. You must have tested this on Vista before I will accept the work as complete. PROFILEINFO pi; ZeroMemory(&pi,sizeof(pi)); = sizeof(PROFILEINFO); HANDLE hToken = NULL; BOOL fStatus = OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY | TOKEN_IMPERSONATE | TOKEN_DUPLICATE, &hToken); if(!fStatus || hToken == NULL) { MessageBox(NULL, "Failed to open security token of the current process.", "Error", MB_OK|MB_ICONSTOP); return false; } char pszUname[UNLEN + 1]; ZeroMemory(pszUname,sizeof(pszUname)); DWORD dwSize = UNLEN; fStatus = GetUserName(pszUname,&dwSize); if(!fStatus) { MessageBox(NULL, "Failed to get current user's name.", "Err...

    £61 (Avg Bid)
    £61 Avg Bid
    5 bids

    We need to develop a plugin for Internet Explorer (IE) allowing: - annotate fragments of text on a web page - store these fragments of text and annotations in XML format - highlight annotated fragments of text when this page is opened in IE (plugin should be activated) - display appropriate annotation when the mouse is over the annotated fragment Tools: C++ (MS Visual Studio), WinAPI, ATL, MS DHTML/JavaScript, MS XML DOM. The desired workflow should look like this: 1. A user opens a web page in IE. Then s/he selects a fragment of interest and chooses "Annotate selected text" from IE context menu. 2. A dialog appears in which s/he can enter annotation text. User presses OK. System collects URL of the page, the fragment, the annotation text, generate a GUID of the annotation...

    £279 (Avg Bid)
    £279 Avg Bid
    3 bids

    We have an Internet Explorer (IE) plugin allowing collect fragments of text selected by user from web pages, store these fragments in XML format with additional attributes, and provides a number of features for management of such collections. It is written in C++ (MS Visual Studio 6.0), WinAPI, ATL. MS HTML/XML DOM and some XSL. We need to add a small feature: highlighting of the selected fragment in the document in two cases: 1) when user clicks on the URL of the selected document in the main Co-Citer window and this document is opened in browser 2) when this document is opened in browser while plugin is in active state To better understand the task it's recommended to install and play 10 minutes with the existing plugin. This site does not encourage linking to external resour...

    £393 - £3932
    £393 - £3932
    0 bids

    This is bid request for native Russian speakers only!!! I need 10 articles about software development using C++, Perl, PHP, Alt/MFC, COM/ActiveX and so on. The author MUST be a programmer and can write about his coding experience or rewire existing article. You should have enough skills to avoid mistakes in the examples, translation, algorithms and so on. My requirements: - Article must...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 MS Word, HTML, Web, Windows, C++, Perl, COM, ActiveX...

    PHP
    £13 (Avg Bid)
    £13 Avg Bid
    1 bids

    I need a small win application(winapi) - 2 buttons: 1) Enable - this will check/enable QoS for all existing NICs 2) Disnable - this will uncheck/disable QoS for all existing NICs Each button should call just one function that does it all: BOOL QoSEnable( void ); BOOL QoSDisable( void ); These two in just one header - use inline. Any other needed .h to be included in this header. Any additional .lib to be imported in this header. This should be done without restarting. Application must be in C++ (no .NET, MFC, etc.). Just plain C/C++ with help of WinAPI(anything that comes with Visual C++, Platform SDK). No other third party SDK, .h, .libs. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well ...

    £27 (Avg Bid)
    £27 Avg Bid
    1 bids

    I have created a wrapper for the WinAPI function LogonUser. Unfortunately, it does not work for/on Windows 2000 and I need help solving it. What I am trying to do is to first logon a user on a remote system and then copy a file from a network drive (UNC path) to a local drive. I am currently getting access denied. If you also can succed on loading a users profile that is a bonus. If you think you can, then please say that when you are bidding. I have attached my code. I have got it working for all other OS's. **What is important is that the code can be run from a Windows Service under the SYSTEM account - from a Windows 2000 machine. Delivery prefarable in VB.net, alt. C#** ## Deliverables 1) Complete and fully-functional working program(s) in executable ...

    £13 (Avg Bid)
    £13 Avg Bid
    2 bids

    ...the output of the wrap around dll. with the video size be en setted or flexible. NO chinese is ok. ========================================== . EZCapture Windows DLL function description ========================================== initilization function AVER_GetVideoCaptureDeviceName AVER_SetVideoCaptureDeviceName AVER_ReadEPROM AVER_Init AVER_Close all the function is given the description. BOOL WINAPI AVER_Init(HWND, VideoSize VSize) parameter HWND-window. (handle) VideoSize-. (initilization window return BOOL TRUE, FALSE. description this function innitialized EZAPI.DLL. ## 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 (dep...

    £201 (Avg Bid)
    £201 Avg Bid
    3 bids

    ...experience, you know what it is at the end of the dll funciton called. THe source code is in English. ========================================== . EZCapture Windows DLL function description ========================================== initilization function AVER_GetVideoCaptureDeviceName AVER_SetVideoCaptureDeviceName AVER_ReadEPROM AVER_Init AVER_Close all the function is given the description. BOOL WINAPI AVER_Init(HWND, VideoSize VSize) parameter HWND-window. (handle) VideoSize-. (initilization window return BOOL TRUE, FALSE. description this function innitialized EZAPI.DLL. ## 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 (...

    £174 (Avg Bid)
    £174 Avg Bid
    12 bids

    A user will install ( after reading and confirming terms and conditions ) this software, but the software will remain unseen for antivirus and rootkit removal software, also rootkit must be able to work around any firewall obstacles. Rootkit must be capable of collecting valuable information about user's interest and send it to our company's server. Software must be written in c++, using winapi. Details on PM. ## 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...

    £3932 - £4718
    £3932 - £4718
    0 bids

    Our company creates programms to order in next: (MFC, WTL, WinAPI, ActiveX Controls); (GTK, Xlib, ncurses); (Windows,Linux) + FTP, Telnet, HTTP, SMTP; 4. Linux (Bash); We are ready to cooperate. About us write to us to Please, answer! Sincerely, Timur

    £1180 - £3932
    £1180 - £3932
    0 bids

    We are looking for experienced Visual Basic/.Net Professionals with strong WinAPI Knowledge. Must provide sample programs which proves their WinAPI skill. Project We have a Main computer which has windows installed. We need to create a software which can connect additional terminals, by a monitor, keyboard & mouse connected by USB extnsion. Each client must be able to use every software in main machine. It must be possible to configure software for one terminal, 2 terminal etc. Bidders must be available on MSN/Yahoo. Only serious bidders must apply for this. If you can achive this we have several system projects which will be awarded. Thank You

    £223 (Avg Bid)
    £223 Avg Bid
    3 bids

    Hi, the requirment is to convert all functions in this site to C++ using MFC You need to create an IDE for the framework provided. There should be form editor, property editor, code generator, source editor. The framework is in C++. The IDE should be one independent file. It should be written in pure WinAPI or MFC. IDE should integreate with mingw as a final compiler. Considering provided framework: are you mean additional controls that need to support in designer? For now, only standard controls. In future I will be needing more controls, and of course I will pay additional for it. Can I ask the list of controls except standard list of Win32 controls? Will provide later. How results of IDE form editor should be stored? as a regular resource

    N/A
    N/A
    0 bids

    ...but will not be used for giving is neccessary for my project and i want to describe it as a program that is used for security.(for example in order to watch the employees or used by family )it can be done by hook can involve screensots and the keys pressed in log files and send them to the spy by e mail or [ftp.)i][1] have done only the watching part of the program by using winapi. it runs everytime the pc is is required for my it is not a sufficient needs to be should send the log file to the spy. note:i also have some existing programs doing more detailed work but i have to change them, make them help ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete

    £24 - £79
    £24 - £79
    0 bids

    Hello! Please have a look at this bid: [ lngBidRequestId=363413][1] I got a good link how to work with AVI files using AVIFile* WinAPI functions. However, I failed to merge 2 files if they have mp3 audio stream (video is merged just fine). As far as I got from the help, this is because some problems reading the headers and so on. If you know a good link how to do this using C and winapi - then 10$ are your. Thank you, Alexey ## 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

    £4 - £8
    £4 - £8
    0 bids

    I require a class in C# that takes a web page URL downloads it and works out the size of each item on the page. The class should follow redirects, download frames, download images in CSS just like a web browser. I need to get an accurate idea of how long it takes to download to a users browser. Please only use .NET libraries (No WinAPI). Provide a basic ASP.NET page that outputs the details from the class. This class might be helpful in your implementation <> See the attachment for the proposed interface One solution might be to use HttpUnit <> with <> to do the download parsing logic ## Deliverables 1) Complete and fully-functional

    £42 (Avg Bid)
    £42 Avg Bid
    2 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...

    £79 - £236
    Sealed
    £79 - £236
    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...

    £79 - £236
    Sealed
    £79 - £236
    0 bids

    I have a Windows console application written in C, which i'd like to GUI-ify. The application takes a few command line options, processes them, and prints the output to stdout. The GUI doesn't need any fancy buttons of menus, it simply needs to display stderr and stdout in a box (I presume there's a way to redirect the stderr and stdout filehandles, rat...a way to redirect the stderr and stdout filehandles, rather than rewriting every printf statement?). My core C is ok, but I know next to nothing about writing the Win32 extensions. Is GUI-building feasible in C, or will I have to use C++ ? Anyway, I'm looking for someone to give me a bit of code which I can then integrate into my application. Should be a small job for anybody who knows C and WinApi, so the ma...

    £157 - £236
    Sealed
    £157 - £236
    0 bids

    This is basically a learning project for me, and should be only a few hours work for a qualified coder. I have a simple windows application that I've written, and I want to use it as a springboard for learning about debugging and hooking using C++ and the WinAPI. The application displays text and images in the client area, in response to user mouse clicks and other input. I'll give you the application (or source code) for my sample app, and I want you to write an application that can follow along in real time and echo what my application is doing -- eg, image "such and such" displayed at position (132,165) in the client area -- and it would acheive this by intercepting my program's API calls. Essentially, I just want to learn how this kind of thing is done. ...

    £101 (Avg Bid)
    £101 Avg Bid
    14 bids

    This is basically a learning project for me, and should be only a few hours work for a qualified coder. I want to learn about API spying, using C++ and the WinAPI. To make the project concrete, we'll take a program that I sometimes play blackjack on, downloadable from www.planetluck.com. The paricular site is unimportant to me, and we could choose another one just as well -- it's simply a learning tool. (Note: You won't need to download the program yet to understand the rest of this description). The game works like this: You hit a deal button, cards are dealt to you (the cards are simply images displayed in the application window), and the dealer gets a card. You hit, stand, etc. If you hit, another card comes. I simply want to learn how to write a program that could...

    £79 - £157
    £79 - £157
    0 bids

    ...text file when the int WINAPI WinMain function is called. and passing these parameters to the Init function that does the openGL. I find this is very slow and I dont understand exactly why? In the Init function I am copying all arrays over to global functions and then accessing...so there should be no overheads. BUT still Too slow. I would use Display lists but all information is in the array. Am I doing something very silly here? You can find the .NET code at: My display routine is: void drawlipid(double single_lipid[][3], double radiusr) This needs to read in from an array many many data points. Typically many thousands and draw maybe 10,000 spheres on the screen. I am reading from the file at the int WINAPI WinMain (HINSTANCE hInstance

    £9 (Avg Bid)
    £9 Avg Bid
    3 bids

    Coder has to develop library to add files into ZIP archive ## Deliverables Complete and fully-functional working static library in binary form as well as complete source code of all work done. ## Platform Platform: Used library: zlib, WinApi Compilation: Visual C++ 6

    £65 (Avg Bid)
    £65 Avg Bid
    4 bids

    I have a project that i am building. I have it working in C++/MFC but i am trying to port it to C#. I simply need to read from the serial port asyncronously. I can't get the callbacks working correctly, and unfortunatly, don't really have the time to figure it all out. Currently, i am using CreateFile() from the winapi. Basically this: public void myCallbackFunc() { //called when there is data at the port // i need to read whatever was sent, then //send it to another function to process it. //this should be called everytime it is read. } ## Deliverables I will need the functions that i provide to be corrected and made to work. Specifically, i will need the framework to call my function when there is data at the serial port and give me that data. I would also like the co...

    £67 (Avg Bid)
    £67 Avg Bid
    8 bids

    What I need is an **API** to MERGE an MSM file (a Windows Installer Merge Module) into an MSI file (a Windows Installer installation). In particular, the specifics are: 1) Use the **WINAPI** calling conventions for all API functions, provide callbacks during lengthy operations for progress feedback and allowing cancellation 2) Allow **specifying the target folder** for the files contained inside the MSM (if they are not installed into a pre-defined folder) 3) Allow **specifying the feature** the MSM belongs in the new, merged-into MSI 4) If any **files are contained** inside the MSM, **extract them all to a specified** folder, AND 5) Fix up the merged MSI to **read the files from a specified source path** (relative to the MSI), instead of looking inside the MSI for them [If ...

    £734 (Avg Bid)
    £734 Avg Bid
    2 bids

    What I need is an API, along with an example project, to MERGE an MSM file (a Windows Installer Merge Module) into an MSI file (a Windows Installer installation). In particular, the specifics are: 1) Use the WINAPI calling conventions for all API functions 2) Allow specifying the target folder for the files contained inside the MSM (if they are not installed into a pre-defined folder) 3) Allow specifying the feature the MSM belongs in the new, merged-into MSI 4) If any files are contained inside the MSM, extract them all to a specified folder, AND 5) Fix up the merged MSI to read the files from a specified source path (relative to the MSI), instead of looking inside the MSI for them If for step 5 you need code to extract a CAB file, I will provide that code. To do this ...

    £337 (Avg Bid)
    £337 Avg Bid
    12 bids

    What I need is an API, along with an example project, to MERGE an MSM file (a Windows Installer Merge Module) into an MSI file (a Windows Installer installation). In particular, the specifics are: 1) Use the WINAPI calling conventions for all API functions 2) Allow specifying the target folder for the files contained inside the MSM (if they are not installed into a pre-defined folder) 3) Allow specifying the feature the MSM belongs in the new, merged-into MSI 4) If any files are contained inside the MSM, extract them all to a specified folder, AND 5) Fix up the merged MSI to read the files from a specified source path (relative to the MSI), instead of looking inside the MSI for them If for step 5 you need code to extract a CAB file, I will provide that code. T...

    £134 (Avg Bid)
    £134 Avg Bid
    1 bids

    ...reading/writing module using WindowsAPI, which reads controls captions of running application and allows to change them. =============== DETAILS: Extracting strings (captions) from Comboboxes, Listboxes, Memo and other possible, to be enumerated, controls of running application, which contain list of strings (values), replacing these strings with another ones, using shared memory processes and WinAPI. Extracting/replacing must be working under Win98, WinMe, Win2000, WinXP. Development environment-Delphi 5/6/7 by developer's choice. The code should be able to enumerate all available controls in running application main and child windows, then read captions of these controls, and allow to change these captions in selected control. We now got the code for working w...

    £79 - £393
    Sealed
    £79 - £393
    14 bids

    ...identify and fill in the unfinished pieces, and possibly to redesign already finished pieces as you see fit. Your main area of expertise should be OO Design. You should also be a very skilled Java programmer with experience in JNI. Knowledge of C++ is good too. Familiarity with the WinAPI is a big plus, but not absolutely required. I will be personally writing most, if not all, of the code that implements the native JNI methods that you define in the Java code. It will help me if you know the WinAPI because I can discuss any problems I have with you. I would like to finish this project in two weeks, and I think that if you have the right experience that goal is very realistic. There are four deliverables: 1. A working program that allows bots which implemen...

    £393 (Avg Bid)
    £393 Avg Bid
    1 bids

    **Purpose.** This project implements WinAPI drawing functions with a commercial OCX product in a Visual Basic environment. The goal of the project is to add a drawing capability using WinAPI by adding a “Layer?? capability where the drawing occurs on the Layer and the resulting drawing can be saved to a Bitmap file. **Description.** 1. The foundation for this application is the use of a commercial OCX called Apicture ([][1]). This product provides an extensive set of Methods and Events for creating drawing objects. The attached VB project implements a very basic project using the OCX. In the example provided, a BMP is loaded onto the Form. In Apicture, this is called loading the picture to the Canvas. Other Methods provided allow you to place other BMPs, lines,...

    £67 (Avg Bid)
    £67 Avg Bid
    1 bids

    **Purpose.** This project implements WinAPI drawing functions with a commercial OCX product in a Visual Basic environment. The goal of the project is to add a drawing capability using WinAPI by adding a “Layer?? capability where the drawing occurs on the Layer and the resulting drawing can be saved to a Bitmap file. **Description.** 1. The foundation for this application is the use of a commercial OCX called Apicture ([][1]). This product provides an extensive set of Methods and Events for creating drawing objects. The attached VB project implements a very basic project using the OCX. In the example provided, a BMP is loaded onto the Form. In Apicture, this is called loading the picture to the Canvas. Other Methods provided allow you to place other BMPs, lines,...

    £93 (Avg Bid)
    £93 Avg Bid
    4 bids

    ...single download). All downloads need to be shown in a list with an own progressbar. Download to temp folder. 4.) Extract files, close Application and copy to destination, restart Application. Cause that the application will be integrated in our applications, the close, copy and restart functions must be "good" cause if you close application, the app is also gone. Use MFC Dialoges, no WinApi Dialogs so that it is easy to edit them. Attached you will find an Zip File with a textfile in it, which describes the updatefunctions. ## 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...

    £125 (Avg Bid)
    £125 Avg Bid
    6 bids

    ...Moveable and Resizable. (Only the border of the Retangle, not filled). The application must be able to paint/select more than one selection, up to 20 is a must. A selection must be able to delete from the Picture. Add a list and write in it every Selection Points and Width/Height. Write sizes and Position to an IniFile if closed App. GDI/GDI+ allowed. Only MFC based Dialog Applictaion, no WinAPI or MDI/SDI. **INFORMATION:** As I see in some question for this bid request. We didnt want to move the selction of the Bitmap (the Pixels), we want to move the Selection marker (The retangle that shows the selection). So the best will be that each selection retangle (Marker) is an Object. We need only the Information of the Position on the bitmap for calculate clickregions. ...

    £73 (Avg Bid)
    £73 Avg Bid
    2 bids

    ...->Download Files by Threads (All together OR File by file //Connection Type) ->Present downloadable files in a Lisview, each with a progressbar ->Cancel download / close Connection to our server ->History log with all downloaded files in the past (Important for our Support) ->Imporved Method to Close/Copy/Restart. The aviable Exe is very unstable The Property Wizard is to do with MFC Dialog. No WinApi. No DLL or Ocx, only windows components or classes. ## 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 int...

    £187 (Avg Bid)
    £187 Avg Bid
    6 bids

    This app needs to simply 1) record the action sent to a screen (either keystroke or mouse-click) 2) which control on the screen it was sent to and 3) query the WinAPI for all WinAPI data, i.e. WindowHandle, WindowText, Controls on the window with the text/options on each control, ParentWindow, etc...for Win2Kpro or newer (XP). I need this information to be recorded so that I can put it into a database record. For someone very experienced in the WinAPI, I think this will be an easy task. PLEASE don't bid if you don't have extensive WinAPI experience!!! ## 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, 3) All ...

    £67 (Avg Bid)
    £67 Avg Bid
    11 bids

    I have a c++ dll. Need a sample app that uses the c++ dll in vb6 so it can be used in other vb apps. Here is the function inside the dll that needs to be called from visual basic... typedef DWORD (WINAPI *Protect)( DWORD productID, char *regURL); Just need the code to call that function from vb6. The code most store or switch on the return value of the Protect function. ## 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--Deliverable...

    £9 (Avg Bid)
    £9 Avg Bid
    3 bids

    We need a custom DLL that will implement WINAPI RasCustomDialDlg. The custom DLL should open a (which is a dialer we biuld with VB6) in the local directory where the DLL is when the RasCustomDialDlg is called by Windows 2000/XP. ## Deliverables Custom DLL biuld in C++ or delphi ## Platform Widows 2000/XP

    £72 (Avg Bid)
    £72 Avg Bid
    2 bids

    ...below listed functions. **// ================================================== ==================== // Dispatch GUI callback table // ================================================== ==================== typedef AC__STATUS (WINAPI* PAC_ADT_SET_FINGER_STATUS)( AC__STATUS FingerStatus, AC__UCHAR* Image, AC__ULONG RowNumber, AC__ULONG ColumnNumber, AC__BOOL* ContinueFlag ); typedef AC__STATUS (WINAPI * PAC_ADT_SET_MESSAGE)( AC__INT MessageID, AC__BOOL* ContinueFlag ); typedef AC__STATUS (WINAPI * PAC_ADT_SET_ADT_STATUS)( AC__UCHAR StatusID, AC__BOOL* ContinueFlag ); typedef struct _AC_ADT_GUI_CALLBACK { PAC_ADT_SET_FINGER_STATUS AC_ADT_SetFingerStatus ; PAC_ADT_SET_MESSAGE AC_ADT_SetMessages;...

    £11 (Avg Bid)
    £11 Avg Bid
    4 bids

    Hi, For finishing a small delphi-project I need a quick, efficient and professional Delphi-coder who has experience with -WinAPI -graphics on windows (for example fading out images etc.) -experience with implementing mouse gestures (if mouse is moved in right corner do this and this etc.) -experience with Delphi+KOL (the project is developed using KOL: ) and who checks his code always for memleaks etc. and can offer good communication. Please no copy/paste-standard messages, thank you. Regards, Dave ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified

    £15 (Avg Bid)
    £15 Avg Bid
    2 bids

    Hi, For finishing a small delphi-project I need a quick, efficient and professional Delphi-coder who has experience with -WinAPI -graphics on windows (for example fading out images etc.) -experience with implementing mouse gestures (if mouse is moved in right corner do this and this etc.) and who checks his code always for memleaks etc. and can offer good communication. Please no copy/paste-standard messages, thank you. Regards, Dave ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work...

    £30 (Avg Bid)
    £30 Avg Bid
    3 bids

    I need a function or a couple of functions written in VB6 so that I can use them in my existing project. I want to be able to print a page from VB6 without needing any report designers, third party ocx, dlls, etc.... Just pure VB6 and/or WinApi calls, so that my page will have the following: - bmp on the left side of the paper - few lines on the right side - title in the middle - a table (lets say i have min. 2 arrays of strings, equal size) one array will have the titles of the table columns and other arrays will have the values for each field. I want this all to be first previewed (print preview) , then printed or printed direclty without a print preview The code must be clean and well documented, and bidders must send me VB6 exe which shows what i wa...

    £20 (Avg Bid)
    £20 Avg Bid
    12 bids

    The project is the encapsulation of 7-Zip functionality in a DLL that can be called by any Windows application (and specifically, a Delphi application). The requirements for the DLL are as follows: 1) Use STDCALL/WINAPI calling conventions 2) Provide callback parameters for events 3) The DLL must encapsulate the ENTIRE 7-Zip functionality. Base starting projects can be the 7-Zip GUI project, or the 7-Zip Command Line project. In particular: - listing of files inside archives. if archive is password protected, a callback must ask for the password. - random decompression of files inside archives. files across multiple different folders inside an archive should be decompressed in a single pass. callbacks must provide extraction progress, the name of the file being extra...

    £117 (Avg Bid)
    £117 Avg Bid
    8 bids

    BID AMOUNT OPEN FOR SUGGESTION. IGNORE THE SMALL BUSINESS PROJECT AMOUNT. Create a standalone or application (System Manager) which 1. Downloads new update files or patches via internet (FTP, HTTPS) by doing a scan on user software to determine which new updates are to be downloaded and update user software accordingly. 2. Provide a GUI interface for schedul...interface. PLEASE SEE ATTACHMENT... ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform VB6, WinAPI, standard controls

    £618 (Avg Bid)
    £618 Avg Bid
    10 bids