Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Windows Programming Solutions: 1 - 25 of 30
 
I've dug around and can't seem to find this... I want to be able to remove an icon in the system tray belonging to another application programmatically in C++.   I've done similar things...
Hi, I'm new in printer driver programming and want to learn through debugging through some printer sample codes in Win DDK. I crossed by BeyondWu's solution posted years ago regarding compile...
The Net is full of examples for Dot Net env. but not plain Win32 (or MFC). I have to get hold og the CPU ID working on a Win32 MFC DLL
    If I understand correctly in Microsoft Vista you can not access to open a dialog box because the activex for it was remove. I was wanting to know how or even if it is possible to create a...
I am getting the following exception in the debugger for my Windows Console application: Exception Message: An attempt was made to load a program with an incorrect format. (Exception from HRE...
First, hello all ! I need for my application to make screenshots by a local service. But as you know, in Windows Vista, the window station 0 (services) is isolated from user windows sta...
I have read that WSAStartup must be called by a process before attempting establish a connection and that WSACleanup needs to be called at the end of the process. I am not sure about what cons...
I have a batch file that creates folders from a text file of names.  It works except when the names hve spaces.  What needs to be changed to accept the names with spaces? thanks in advance ...
Hello, I have to print a page to pdf file format i am able to do it but the output is coming like when we do print screen manually i dont want the whole screen normally if we give print onlt ...
What would cause a ERROR_INTERNET_INCORRECT_HANDLE_TYPE (12018) error when using the InternetQueryOption/InternetSetOption combination under WinInet?  The handle that I'm using comes straight ...
Hi, As per the subject, how can I get number of virtual processors - and is the method given supported in both XP and Vista? Thanks, Uni
windows xp, how can i write to the memory at the address 0x7FFE0000? (c++, preferably from usermode)
Please help... i'm developing an application that enumerate all process and account names, sid for each of them... when i use OpenProcess whit SE_DEBUG_PRIVLIGE enable work fine and i can term...
Hello experts, I'm running a process under the system account, and I want it to run another process as another user (of course, supplying the username and password). I'm using the Create...
I have question here, but I have not yet Solution: http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23556487.html Thanks!
Hi Experts!  I'm just starting to use WinDbg.  I loaded the program and attached it to my .net Winform app's process.  I noticed that my app was unresponsive.  i exited Windbg and my app's pro...
Hello Experts, I am developing a system service that needs to authenticate itself to a remote service at startup.  The target is win2k hosts that are joined to a domain.  To perform authent...
I need some help in resolving some performance related issues.  I have a handful of servers that have fairly consistent issues reguarding a single process taking up huge paging areas and proce...
I am working on a printer driver that needs to launch another application after print job is complete.  All of that is working except it is launching the application in the context of the Loc...
For a small hacking project, I would like to get some input from experts.  What should I do to run an exisitng executable for which I have no source code, within a debugger (e.g. VS debugger),...
I need to get the available folder space that the current logged in user has for a specific directory if it happens to be limited by a network server or locally. If not limited then I need to ...
In my application the primary thread is written in VB6 and starts with a VB form. Then it calls an ATL-COM-DLL object which launches a secondary thread.  The secondary thread activates an exis...
I have experient in VisualC++ How to access memory of other process, to crack, change variable... ? for example: view password runtime.... Use tool or programming technical? Thanks in adv...
Hi I'm trying to use the control code IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER with is defined in Ntddstor.h from windows DDK. I've installed the DDK in my computer, and added the path to the...
In my ATL COM object I have a secondary thread wrapping a window.  Both thread handle and window handle are available globally What's the best sequence of events to close both thread and Wind...