Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    100 user32 jobs found, pricing in INR

    ...'/user:surface-sl-05Administrator', 'cmd', '/c', 'echo', password, '|', 'powershell', '-Command', 'REG', 'ADD', 'HKCUControl PanelDesktop', '/v', 'Wallpaper', '/t', 'REG_SZ', '/d', image_path, '/f'], stdin=, stdout=) (['runas', '/user:surface-sl-05Administrator', 'cmd', '/c', 'echo', password, '|', 'powershell', '-Command', '', ',UpdatePerUserSystemParameters'], stdin=, stdout=) print("Changing desktop background image...") # Ping test response = ("ping ") if response == 0: # P...

    ₹11610 (Avg Bid)
    ₹11610 Avg Bid
    6 bids

    I need to develop a keyboard driver. This keyboard driver should do the following taks. 1) It should be developed by C/C++. And it must use ntddk, Windows Driver Kit and Windows SDK. 2) When a user presses keycode, it should be able to change to other keycode. For example, when I press "z" keycode, it should return "a" keycode. We can easily test from a web site, https://keycode.inf...gHsW4e9BxfP-VMuo 7) Source code should be provided. 8) Windows 8 and Windows 10 compatible should be considered. And should not cause any of Windows blue screen. 9) Our main software is written in C#. The keyboard driver, you write, will be a part of our main software. From C#, it should be possible to start and stop faking keyboard using your c++ code. So, I will call your native ...

    ₹20872 - ₹62615
    Sealed
    ₹20872 - ₹62615
    4 bids

    ...publishing of the app as an MSIX package with auto-update option. The project should be conducted with Visual Studio Community 2019. The resulting application should be compatible with Windows 10. *Input* WPF .NET Core 3.1 sample application (see attached .zip file) This application includes several points that could make MSIX packaging non trivial: - Reference to a NuGet package, - DLL import of ``, - Use of "embedded resource in output assembly" option for a sample file, - Use of "Copy to output folder" option for a sample file Make sure the app runs correctly before you start working on it. See attached screenshot of running application. *Expected delivery* - WPF .NET Core 3.1 sample application which is ready for MSIX publishing into a local publish folder. - C...

    ₹2505 (Avg Bid)
    ₹2505 Avg Bid
    1 bids

    Hey, i need c# dll library to move and click mouse with not using and windowsinput.dll.

    ₹2505 (Avg Bid)
    ₹2505 Avg Bid
    3 bids

    Create a C# console app in .NETAppCore that is listening for a system-wide keyboard shortcut (Ctrl + Alt + Space) and opens a Notepad. It should open even if the console window is not focused. Write it in a way that supports extending to more than 1 shortcut. Use DLLImport(“”), not 3rd party libraries. Need the source code for this sample app. Probably a good place to start:

    ₹1503 (Avg Bid)
    ₹1503 Avg Bid
    3 bids

    get my project from: run it: npm run electron notice it will list all open window handles in the system. this code was in the move this code to HomeComponent (un-comment the code in HomeComponent) you will see that it doen't compile. you need to make it compile and works the same as it works in the

    ₹501 (Avg Bid)
    ₹501 Avg Bid
    1 bids

    Basically you need to know writing COM objects - currently I need an Task scheduler custom handler written. I would ask you to kindly explain why my solution isn't working and provide a fix. Compile using: cl rmouse.c /GS- /Ox /link cl rmousehandler.c /GS- /Ox /link Rmouse will create a scheduler task named test using class which the server (rmousehandler) will register when run. You need to make the COM handler successfully report back that the task is completed which will set the last run result to task completed successfully 0x0 on the scheduler app. C knowledge is required.

    ₹9017 (Avg Bid)
    ₹9017 Avg Bid
    1 bids

    Basically you need to know writing COM objects - currently I need an Task scheduler custom handler written. I would ask you to kindly explain why my solution isn't working and provide a fix. Compile using: cl rmouse.c /GS- /Ox /link cl rmousehandler.c /GS- /Ox /link Rmouse will create a scheduler task named test using class which the server (rmousehandler) will register when run. You need to make the COM handler successfully report back that the task is completed which will update the last run time on the task scheduler.

    ₹7597 (Avg Bid)
    ₹7597 Avg Bid
    1 bids

    Visual Studio 2015 C++ Example Classes "", GetForegroundWindow,GetAsyncKeyState,fstream Captures User Statics Capture Active Application Time in Active Application # of Characters typed in active Application If Chrome, Edge, IE What is Active URL? Time in Active URL Capture Active Mouse Movement Gather System Environment Variables XP, Windows 7, Windows 10 USERNAME, USERDOMAIN Write all output to Data File Source Code and complied code delivered

    ₹15612 (Avg Bid)
    ₹15612 Avg Bid
    2 bids

    Make (open source): CLASS: User32Dll4J METHOD: void postMessage(String windowTitle, int absX, int absY) Using open source JNA library.

    ₹2117 (Avg Bid)
    ₹2117 Avg Bid
    1 bids

    Hi, I need to add a function in the "PE Bliss" library () to remove an imported library in the same section where the ...Library is located in the PE section number 5 2) In the "PE section 5" we iterate over the imported libraries and when we find the one that we want to remove, we delete it (overwriting it with the next one, or filling it with ZEROs if it's the last one) So, if the current import library contains: And we want to delete the "", the current import library will be overwritten (IN THE SAME LOCATION) as: If "" contained several function names, we fill those names with "0" If you have any questions, let me know please. Thanks!

    ₹2338 (Avg Bid)
    ₹2338 Avg Bid
    1 bids

    Hello, I need a low level programmer capable of creating a kernel HID driver that emulates mouse movement & keyboard strokes. The driver has to be kernel and not usermode, preferably written in either C/C++. I need to integrate the driver into an existing project that's written in C++. My current project uses mouse_event and SendInput() which triggers the MSLLHOOKSTRUCT st...integrate the driver into an existing project that's written in C++. My current project uses mouse_event and SendInput() which triggers the MSLLHOOKSTRUCT structure and flags it. I need a way to move the mouse without triggering any flags on Windows. I have limited research on the topic but the driver should be able to: - Serve as a mouse & keyboard filter - Not make any calls to win32...

    ₹166973 (Avg Bid)
    ₹166973 Avg Bid
    5 bids

    Hi, I need a function in C/C++ that parses a simple string with delimiters. Example input string: [,LoadLibraryA][,MessageBoxA][..., ...] I want that the function returns a vector with information about each pair. Returns: Function[0].dll = Function[0].name = LoadLibraryA Function[1].dll = Function[1].dll= MessageBoxA ... ... Function[xx] = xxx Thanks!

    ₹3757 (Avg Bid)
    ₹3757 Avg Bid
    13 bids

    When use PC Windows using virtual mouse functions to moving mouse cursor position and send virtual mouse click actions: such as mouse left-click command, But the virtual mouse click commands will not work on the Windows Desktop On-Screen Keyboard keys. Example: Have display: Windows 8.1 / 10 On-Screen Keyboard shows on Desktop view. C# WPF program has Using [DllImport(", .....)] virtual mouse functions for control virtual mouse cursor moving and mouse click actions commands To test the program: set "A" for moving Left, "S" for moving Down, "W" for moving Up, and "D" for moving Right. and "Space" for do virtual mouse Left click. But, The virtual mouse click actions will not work on the On-screen Keyboard keys....

    ₹1670 (Avg Bid)
    ₹1670 Avg Bid
    4 bids

    Per Project ID: 15794395 I have a VB6 app that maintains some information about Members. When the Member runs another app from a different company, I want to ; a) detect the Form that is currently in focus b) obtain a list of all the Input fields on that form c) be able to pass information to those fields Currently I have found some code using that returns the HWND and For Name to my app. I now want to ; enumerate the input field names and then send some information into those field names VB6 Prefer if you already have code to do this to save dev time. thanks

    ₹11438 (Avg Bid)
    ₹11438 Avg Bid
    4 bids

    I have a VB6 app that maintains some information about Members. When the Member runs another app from a different company, I want to ; a) detect the Form that is currently in focus b) obtain a list of all the Input fields on that form c) be able to pass information to those fields Currently I have found some code using that returns the HWND and For Name to my app. I now want to ; enumerate the input field names and then send some information into those field names VB6 Prefer if you already have code to do this to save dev time. thanks

    ₹11605 (Avg Bid)
    ₹11605 Avg Bid
    7 bids

    I need a powershell script to do the following 1) After X minutes of keyboard input Idle, lock screen 2) Log the lock in a text file 3) Reset the idle timer after screen has been unlocked A few things...activate (program is hanging, audio/video file is playing in background, etc) Script should not prevent standard screen saver from showing on the monitor. Script should be able to recognize when computer screen saver is already running and not do anything/ reset the idle timer script must use built in windows hooks () etc let me know if you have any questions. To confirm you read the project description and are not a bot, please include "windows hooks ()" in the top of your reply. Also include how many days you will need and when you can get started.

    ₹10352 (Avg Bid)
    ₹10352 Avg Bid
    13 bids

    **I need this following code to work correctly. It currently fails. It should be able to: 1. capture a screen shot, 2. open microsoft paint, 3. paste image of screen shot to microsoft paint, 4. save file as GIF FORMAT Use VBA found in Excel ** Option Explicit Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal _ bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Const KEYEVENTF_KEYUP = &H2 Private Const VK_SNAPSHOT = &H2C Private Const VK_MENU = &H12 Private Const VK_TAB = &H9 Private Const VK_V = &H56 Private Const VK_LCONTROL = &HA2 Sub AltPrintScreen() Dim myappid 'go back to software AIMS screen (see attached file )...

    ₹2338 (Avg Bid)
    ₹2338 Avg Bid
    7 bids

    I need some programming help to hook a specific function on my Windows 10. Required is a .dll written in Delphi Pascal that intercepts the DrawTextW function and passes its payload parameters to my main program. Can you help me?

    ₹2338 (Avg Bid)
    ₹2338 Avg Bid
    4 bids

    I am automating a notepad using window API () and I have problem to automate "Save" 1. Start notepad 2. Type sth to notepad 3. File->Save... My code stop here displaying the FileSave dialog. Any help will be appreciated. The following is the code snippet: { IntPtr hWnd1 = FindWindowByCaption(, "Untitled - Notepad"); IntPtr hMainMenu = GetMenu(hWnd1); ("window handle" + hMainMenu); IntPtr hFile = GetSubMenu(hMainMenu, 0); ("file handle" + hFile); int iSave = GetMenuItemID(hFile, 2); uint WM_COMMAND = 0x0111; SendMessage(hWnd, WM_COMMAND, iSave, ); ("nDone"); }

    ₹2087 (Avg Bid)
    ₹2087 Avg Bid
    4 bids

    ...know where begin. ================================================================== [DllImport("", SetLastError = true)] static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("", SetLastError = true)] static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow); [DllImport("")] private static extern IntPtr GetDC(IntPtr WindowHandle); [DllImport("")] private static extern void ReleaseDC(IntPtr WindowHandle, IntPtr DC); [DllImport("")] private static extern IntPtr GetWindowRect(IntPtr WindowHandle, ref Rect rect); [DllImport("", SetLastError = true)] [return: MarshalAs()] static extern bool PrintWindow(IntPtr

    ₹72383 (Avg Bid)
    ₹72383 Avg Bid
    9 bids

    I'm creating a remote administration tool in C#, and I need capture a specific window and the better solution found for this was PrintWindow api (''). The problem here is that when I go see Google Chrome window or Opera, comes a black image as I show on link below: So, I would like know if someone have the same trouble and was solved? Note: Before hires you has certain fast que you KNOW solve my problem. Fixed Price $ 500

    ₹72383 (Avg Bid)
    ₹72383 Avg Bid
    10 bids

    ...================================================================== [DllImport("", SetLastError = true)] static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("", SetLastError = true)] static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow); [DllImport("")] private static extern IntPtr GetDC(IntPtr WindowHandle); [DllImport("")] private static extern void ReleaseDC(IntPtr WindowHandle, IntPtr DC); [DllImport("")] private static extern IntPtr GetWindowRect(IntPtr WindowHandle, ref Rect rect); [DllImport("", SetLastError = true)] [ret...

    ₹2171 (Avg Bid)
    ₹2171 Avg Bid
    3 bids

    ...(keyBuffer == "RMouse") { } if (keyBuffer == "LMouse") { } else { (ki); } } } } and for import: [DllImport("")] public static extern short GetAsyncKeyState( vKey); // Keys enumeration [DllImport("")] public static extern short GetAsyncKeyState( vKey); The problem is that im gettin multiplayed keys if i press once key i key 2-3 times this key. the problem is dissapering when i use only if ((x == 1) || (x == -32767) there i get one key but i dont get keys for excel if you have ready to

    ₹1670 (Avg Bid)
    Urgent
    ₹1670 Avg Bid
    2 bids

    Hi i need help with GetAsyncKeyState i dont get key code from excel 2010 also checked in excel 2007 when you have ready to use solution for that or know how to solve this that means im looking for you here is the sample code: namespace ConsoleApplication1 { class Program { [DllImport("")] public static extern int GetAsyncKeyState(Int32 i); static void Main(string[] args) { StartLogging(); } static void StartLogging() { while (true) { //sleeping for while, this will reduce load on cpu (50); for (Int32 i = 0; i < 255; i++) { int keyState = GetAsyncKeyState(i);

    ₹14777 (Avg Bid)
    Urgent
    ₹14777 Avg Bid
    5 bids

    I need either a C#, Visual Basic or JavaScript expert to work on a small project that I want to accomplish. If you're a C# or Visual basic expert I expect you to know how to use and call to use MOUSEEVENT. Basically what I want is a program either written in C# or Visual Basic that can play chess on chess.com. I want a program that looks exactly like the one in the video below on youtube (youtube dot com/watch?v=5osrRuz4tvM). I suggest that you use an iPad to view the video because I can see every line of code in this video using an iPad but not on a laptop or desktop. If you're a JavaScript Expert I like to hire you for the same project as well. You must be a master at jQuery, AJAX, JSON and above all you need to know how to manipulate

    ₹6261 (Avg Bid)
    ₹6261 Avg Bid
    1 bids

    ...actually need help with my project, i'm working on a music player for my game server. so my game server is starting a exe and that exe have the code on it the hotkey is working perfectly, but when the game is open, it doesnt work (fullscreen issue) Code: [("")] private static extern bool RegisterHotKey(IntPtr hWnd, int id, int fsModifiers, int vk); [("")] private static extern bool UnregisterHotKey(IntPtr hWnd, int id); enum KeyModifier { None = 0, Alt = 1, Control = 2, Shift = 4, WinKey = 8 } public Form1() { InitializeComponent();

    ₹3506 (Avg Bid)
    ₹3506 Avg Bid
    7 bids

    I need a C# and JavaScript expert to work on a small project that I want to accomplish. If you're a C# expert I expect you to know how to use and call to use MOUSEEVENT. Basically what I want is a program written in C# that can play chess on chess.com. I want a program that looks exactly like the one in this video on youtube (). I suggest that you use an iPad to view the video because I can see every line of code in this video using an iPad but not on a laptop or desktop. You don't have to build a chess engine. You can use any existing chess engine such as Rybka, Houdini, Stockfish or whatever engine you choose. If you take a look of the first video. The programmer uses only 3 files of codes: , Program

    ₹19703 (Avg Bid)
    ₹19703 Avg Bid
    3 bids

    I need either a C#, Visual Basic or JavaScript expert to work on a small project that I want to accomplish. If you're a C# or Visual basic expert I expect you to know how to use and call to use MOUSEEVENT. Basically what I want is a program either written in C# or Visual Basic that can play chess on chess.com. I want a program that looks exactly like the one in the video below on youtube (youtube dot com/watch?v=5osrRuz4tvM). I suggest that you use an iPad to view the video because I can see every line of code in this video using an iPad but not on a laptop or desktop. If you're a JavaScript Expert I like to hire you for the same project as well. You must be a master at jQuery, AJAX, JSON and above all you need to know how to manipulate chess

    ₹21373 (Avg Bid)
    ₹21373 Avg Bid
    5 bids

    I need either a C#, Visual Basic or JavaScript expert to work on a small project that I want to accomplish. If you're a C# or Visual basic expert I expect you to know how to use and call to use MOUSEEVENT. Basically what I want is a program either written in C# or Visual Basic that can play chess on chess.com. I want a program that looks exactly like the one in the video below on youtube (youtube dot com/watch?v=5osrRuz4tvM). If you're a JavaScript Expert I like to hire you for the same project as well. You must be a master at jQuery, AJAX, JSON and above all you need to know how to manipulate DOM. Below is a video of the program and I want to make sure that you know how to connect to a C# or a .NET application using JavaScript.

    ₹2505 - ₹20872
    ₹2505 - ₹20872
    0 bids

    ...The EA will need to display dialog boxes (not a MessageBox) so the user can input simple text and select choices, import a history file from a certain location on the PC (the user needs to browse to the file location), and will create and write to mysql or spreadsheet files (whatever type is easier) and will place trades. I think many of the important functions can be done by using the Windows user32.dll. However, other existing DLL's can be used as well. You should have a good understanding of the Win32 API. The basic layout of the system has already been done. I have 5 text files that show the basic layout and procedure that the EA system should have. The layout is in 'pseudocode' which has detailed comments and is basically just meant to be easy to read and unde...

    ₹57773 (Avg Bid)
    ₹57773 Avg Bid
    7 bids

    ...IntPtr(), ). Without it everything works fine but excel is (of course) not embedded. We need to embed it and render windows over the Excel Window (for ex to add contextual information) Writing the next code makes it work : [DllImport("")] public static extern bool EnableWindow(IntPtr HWnd, bool Enabled); But then Excel stops with an Error with that line of code : ((int)this._ExcelHandle, User32.GWL_STYLE, new IntPtr((int)(this._ExcelHandle, User32.GWL_STYLE) | User32.WS_CHILD)); We see 4 directions to solve this: * debug with Microsoft: find the appropriate arguments to call the setParent/setWindowLong API, and probably help/push MS developers to publish a patch. * disassemble API to find a workaround. * use

    ₹2505 / hr (Avg Bid)
    ₹2505 / hr Avg Bid
    1 bids

    ...IntPtr(), ). Without it everything works fine but excel is (of course) not embedded. We need to embed it and render windows over the Excel Window (for ex to add contextual information) Writing the next code makes it work : [DllImport("")] public static extern bool EnableWindow(IntPtr HWnd, bool Enabled); But then Excel stops with an Error with that line of code : ((int)this._ExcelHandle, User32.GWL_STYLE, new IntPtr((int)(this._ExcelHandle, User32.GWL_STYLE) | User32.WS_CHILD)); We see 4 directions to solve this: * debug with Microsoft: find the appropriate arguments to call the setParent/setWindowLong API, and probably help/push MS developers to publish a patch. * disassemble API to find a workaround. * use

    ₹2505 / hr (Avg Bid)
    ₹2505 / hr Avg Bid
    1 bids

    ...6-1226 Account Name: mjackson Account Domain: DG Logon ID: 0x69f62a3c Logon GUID: {F43FC305-2474-9FBF-7EF4-86223B882783} Process Information: Process ID: 0x1c2c Process Name: C:WindowsSystem32 Network Information: Workstation Name: DG03 Source Network Address: Source Port: 51481 Detailed Authentication Information: Logon Process: User32 Authentication Package: Negotiate Transited Services: - Package Name (NTLM only): - Key Length: 0 This event is generated when a logon session is created. It is generated on the computer that was accessed. The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon

    ₹11271 (Avg Bid)
    Featured
    ₹11271 Avg Bid
    4 bids

    ...6-1226 Account Name: mjackson Account Domain: DG Logon ID: 0x69f62a3c Logon GUID: {F43FC305-2474-9FBF-7EF4-86223B882783} Process Information: Process ID: 0x1c2c Process Name: C:WindowsSystem32 Network Information: Workstation Name: DG03 Source Network Address: Source Port: 51481 Detailed Authentication Information: Logon Process: User32 Authentication Package: Negotiate Transited Services: - Package Name (NTLM only): - Key Length: 0 This event is generated when a logon session is created. It is generated on the computer that was accessed. The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon

    ₹835 - ₹2505
    ₹835 - ₹2505
    0 bids

    I'm doing a change by script to the following registry key: "HKLMSOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackgroundOEMBackground" Now the challenge is to inform "" about this change. "" is the logon screen application of "Windows 7". I discovered that the Windows API must be used with a call of WM_SETT...is to inform "" about this change. "" is the logon screen application of "Windows 7". I discovered that the Windows API must be used with a call of WM_SETTINGCHANGE, but I'm not a C++ programmer and would like to have a standalone application which I can call from the command line to perform the change. In Windows XP the following call was available: " ,UpdatePe...

    ₹9350 (Avg Bid)
    ₹9350 Avg Bid
    2 bids

    I'm doing a change by script to the following registry key: "HKLMSOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackgroundOEMBackground" Now the challenge is to inform "LogonUI.exe" about this change. "LogonUI.exe" is the logon screen application of "Windows 7". I discovered tha...exe" about this change. "LogonUI.exe" is the logon screen application of "Windows 7". I discovered that the Windows API must be used with a call of WM_SETTINGCHANGE, but I'm not a C++ programmer and would like to have a standalone application which I can call from the command line to perform the change. In Windows XP the following call was available: " ,UpdatePerUserSystemParameters"

    ₹25797 (Avg Bid)
    ₹25797 Avg Bid
    4 bids

    **I need this following code to work correctly. It currently fails. It should be able to: 1. capture a screen shot, 2. open microsoft paint, 3. paste image of screen shot to microsoft paint, 4. save file as GIF FORMAT Use VBA found in Excel ** Option Explicit Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal _ bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Const KEYEVENTF_KEYUP = &H2 Private Const VK_SNAPSHOT = &H2C Private Const VK_MENU = &H12 Private Const VK_TAB = &H9 Private Const VK_V = &H56 Private Const VK_LCONTROL = &HA2 Sub AltPrintScreen() Dim myappid 'go back to software AIMS screen (see attached file )...

    ₹1252 - ₹2087 / hr
    ₹1252 - ₹2087 / hr
    0 bids

    I need this converted to MASM, needs to be done in a few hours urgently, I might also need help implementing into my project, if so I w...InternetCloseHandle,[InternetHandle] invoke ExitProcess,0 section '.data' data readable writeable _agent db 'useragent',0 _gate db 'http://localhost/',0 InternetHandle dd ? FileHandle dd ? BytesRead dd ? FileBuffer rb 1024 section '.idata' import data readable writeable library kernel32,'', wininet,'', user32,'' import kernel32, ExitProcess,'ExitProcess', Sleep,'Sleep' import user32, MessageBox,'MessageBoxA' import wininet, InternetOpen,'InternetOpenA', InternetReadFile,'InternetRead...

    ₹4174 (Avg Bid)
    ₹4174 Avg Bid
    1 bids

    I need this converted to MASM, needs... db 'http://localhost/',0 InternetHandle dd ? FileHandle dd ? BytesRead dd ? FileBuffer rb 1024 section '.idata' import data readable writeable library kernel32,'', wininet,'', user32,'' import kernel32, ExitProcess,'ExitProcess', Sleep,'Sleep' import user32, MessageBox,'MessageBoxA' import wininet, InternetOpen,'InternetOpenA', InternetReadFile,'InternetReadFile', InternetOpenUrl,'...

    ₹2505 - ₹2505
    ₹2505 - ₹2505
    0 bids

    ...is fixed. The next "_32" could be "_64" and describes whether the code block should run because OS is 32 or 64 bit. The next version number is the Windows version number; the following and final version number is the exe file version of The purpose of the code below is to provide a targeted __fastcall (MS) equivalent of the real function which is simplified as much as possible. The way I approach this is to test: under the debugger with the MS Symbol Servers switched on (Tools->Options somewhere) I trap common function calls into and then step through the actual system code, identifying the code path normally followed. If the result is consistently that any portion (even one line of code) of the real user function never gets executed, omit it from- (and re-o...

    ₹40324 (Avg Bid)
    ₹40324 Avg Bid
    3 bids

    I require a windows service that is able to run the below API in Windows 7. I have a program (C# console application) that need to be converted to run as a Windows Service. After WindowsXP, Microsoft has made this difficult and requires knowledge beyond my own. [DllImport("")] static extern void LockWorkstation()

    ₹24712 (Avg Bid)
    Featured
    ₹24712 Avg Bid
    8 bids

    The purpose of this project is to convert a desktop application into a NT service, including the routines for installing, uninstalling, starting and stopping this service. The project include full conversion of an existing application with its entire functionality, DLLs, thre...(ISLib by SmallerAnimals dot com). There is no real UI in our applications but there are some invisible windows used. The desktop application is UNICODE. Our application is using an external DLL, which we have also developed. Bidder should have proved experience in c++ NT services. We use the following static libraries: ;;;;;;;;;;;;;;;

    ₹34647 (Avg Bid)
    ₹34647 Avg Bid
    13 bids

    See detailed reqs. ## Deliverables Hello, The idea behind this project is as follows: 1. Since DefWindowProc() which resides in is already mapped into my process's address space, it must be possible to examine, copy, relocate etc. parts of the DefWidnowProc() function. 2. Given (1) the proposal here is to write a function which - perhaps using a library such as - when DefWindowProc() is called for the first time with a given message value (DWORD_PTR) sized second param, logs every instruction (machine code level) that is executed right up to the point that DefWindowProc() returns. 2a. The actual machine code sequence is stored in VirtualAlloc()'d executable memory. 3. It should then be possible to identify where

    ₹41743 - ₹116881
    ₹41743 - ₹116881
    0 bids

    ...simple and efficient in my opnion. However, I prefer my program to be more similar to the W7 style. 4. The start button would also need the "search program files and folders" functionality similar to W7. 5. The start button should also have the shutdown functionality included as well. For example, the sleep button in W7 can be done by executing: C:WindowsSystem32 ,LockWorkStation This would include logoff, sleep, shutdown, etc. just like it is now. 6. The end user isn't expected to be technically savy, so please note that the end user shouldn't need to install things like: all .net framework4 nor the VB Power Packs, etc. In other words, the requirement to install should be "W8 32 or 64bit." 7. I need the .exe and the sourc...

    ₹62615 (Avg Bid)
    Featured Urgent
    ₹62615 Avg Bid
    3 bids

    ...simple and efficient in my opnion. However, I prefer my program to be more similar to the W7 style. 4. The start button would also need the "search program files and folders" functionality similar to W7. 5. The start button should also have the shutdown functionality included as well. For example, the sleep button in W7 can be done by executing: C:WindowsSystem32 ,LockWorkStation This would include logoff, sleep, shutdown, etc. just like it is now. 6. The end user isn't expected to be technically savy, so please note that the end user shouldn't need to install things like: all .net framework4 nor the VB Power Packs, etc. In other words, the requirement to install should be "W8 32 or 64bit." 7. I need the .exe and the sourc...

    N/A
    Featured
    N/A
    0 bids

    ...Boolean Public ErrorHandler As Label Public conString As String Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Public Declare Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long Private Declare Function GetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal sBuffer As String, lSize As Long) As Long Public Declare Function ReleaseCapture Lib "user32" () As Long Public Declare Function CreatePolygonRgn Lib "gdi32&quo...

    ₹14694 (Avg Bid)
    ₹14694 Avg Bid
    19 bids

    ...Boolean Public ErrorHandler As Label Public conString As String Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Public Declare Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long Private Declare Function GetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal sBuffer As String, lSize As Long) As Long Public Declare Function ReleaseCapture Lib "user32" () As Long Public Declare Function CreatePolygonRgn Lib "gdi32&quo...

    ₹12940 (Avg Bid)
    ₹12940 Avg Bid
    12 bids

    Windows 8 will not include a Start button. 1. I need to have a start button programmed that works on W8 32 and 64 bit. 2. The start button would also need the "search program files and folders" functionality similar to W7. 3. The start button should also have the shutdown functionality included as well. For example, the sleep button in W7 can be done by executing: C:WindowsSystem32 ,LockWorkStation While most of this is simple, there will be an opportunity to grow in functionality depending on demand of the software. In other words, there may be additional programming opportunity.

    ₹12523 (Avg Bid)
    ₹12523 Avg Bid
    1 bids