How can i get the ProcessID of a running windows service? In my particular case, its one single executable. C++
I know how to add an array eq. array.add('SMITH'), But I am not sure how to add an array with two columns and have a multiple row, as I know its like this: eq. array.add(new twocol(getvalue(0...
I have a KeyboardHook (as a DLL) which senses all keyboard activity and it is of type WH_KEYBOARD
The keyboard hook is working well and the keyboard callback procedure is called with parame...
I can set the font I want for the items in a listview with a simple WM_SETFONT message. The row height adjusts as required to fit the text.
What I want is for the row to have an extra few p...
Hi All
Basically, in our office we have a huge 50 inch plasma which we want to use to display information obout our LAN, WAN, Email, Sap perfromance Etc. Currently we can only display one a...
I would like to create a Bat file to start and stop services for the Mcafee services on my email server. I created one successful one but the other two I created don't work. I'm using the Ne...
Hello All,
I need to create a modal dialog box using win32 APIs that must have background from bitmap/jpeg file. I shall be creating the dialog layout using resource manager in visual studio....
In a user-mode C++ program (not a driver) in Windows 2000 or later with regular user privileges, I would like to get an event when the user leaves the Ctrl-Alt-Del (a.k.a. Winlogon) screen and...
(Repost of neglected question to different topic areas and upping point value)
I'm trying to create a monochrome mask of a 32 x 32 bitmap given a transparent color. The result of the below...
http://www.rohitab.com/discuss/index.php?showtopic=17456
How would I build this in VS2008? Seems like they left a step or two out?
http://www.codeproject.com/KB/threads/taskex.aspx
Also c...
We have an in-house developed program that we use for doing timesheets electronically that sends an email to the persons supervisor once the person clicks on the "Send to Supervisor" button in...
I would like to be able to query the Bios for the Bios date, and add that information to a text file that I have which has the computer name and Dell Service Tag #. Is there a way to query thi...
Hi people...
I am trying to get the GUID of users in Windows 2003 Active Directory? Any ideas?
Thanks
Balan
I am using an MS Access 2003 DB and trying to write to a Memo field. I am able to read but unable to write to the field. Here is some of my code:
Hi
I have a memory buffer corresponding to my screen resolution (1280x800 at 24-bits-per-pixel) that contains my screen contents at 24bpp. I want to convert this to 8-bpp (ie. Halftone color ...
Hi,
I have made a non-Unicode MFC application and now I am trying to add multi-language support.
The only possible way I have found to do that, is to have resources loaded from Win32 re...
Hi,
I want to write a programme that can access the raw data on an attached hard disk drive (A slave drive not the current OS drive), basically i want the programme to read every sector of th...
Hi,
Im having a fsockopen problem and I dont understand why.. becuse if you ping
or go to webmail.americasmarketingnetwork.com everything works
Yet Im doing a test to get valid respons...
Hello
This question is for Windows Vista and up.
I need to find a folder to install an exe and a data file for all users (the exe will be modifying the data). I used to install this to ...
Hi Experts,
What is the best resources to start:
-Windows kernel programming (DDK/IFS/WDK on Windows CE/2000/2003/XP/Vista, Mobile 6)
- File System Drivers
Thanks,
B.T
Hi!
I call printer window from code, which works fine. If the user selects a printer, I take the printer name and put into a global variable. When the user opens the dialog again, I would l...
i want to get all the properties of the file (ex:a txtfile or word file or excel file any file)
properties like (time created,size of the file,etccccccccc)
how to get the owner of the ...
How can I detect which windows api's a process is using ?
I am a writing an automation program for another application. It would be very helpful for my program to see what mouse pointer the other program is using. For example, my program would know t...
Hi Experts,
I want to change the content of a file.I am using the WriteFile() function to overwrite the file, but this is very slow.So please, could you tell me another alternate ?
Thank...