Advertisement

900 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 38
 
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...
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...
    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...
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
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...
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 ...
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 ...
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...
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 need to build an app that logs in to a web site, inserts some data into forms and submits it. My tools are Win32 SDK/MFC/ATL/WTL (No Dot Net), although a VB solution will be acceptable as w...
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 ...
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
Hi, I'm having a hard time using the IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION to retrieve the descriptor for a mass storage device, every time I get error 122, buffer size is too smal...
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...
Hi, I am trying to get the instance id of a specific device from devices in a machine  using powershell .I am developing a software where I pass the Instance ID of a specific device (like an ...
I am looking for some help writing a script We are migrating data from one server to another. The old server will be decommissioned eventually. The server has a number of shares we need to...
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...
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...
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 ...
I'm going nuts trying to figure out where my drawing code/logic is going wrong. The code below is meant to draw a 'ruler like' line, but something's going wrong with the increment value - i...
Hi, I've been looking at MSDN and the WM_CHAR message is capable of handling UTF-16, brilliant. But there's no mention of how it handles supplementary characters. There is simply a footnote...
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),...
Hello, I'm making some kind of little antivirus which requires a DLL to be loaded into every application. I need it to work under win 2k, xp and if possible - vista. How can I inject this ...