What is the most simple and easy to implement method to manipulate Database under VC++6.0? (ODBC, DAO, ADO?)
And if I choose to use ADO, does it mean I have to study COM first?
Thanks!
But I am wondering whether we can use ConvertSidToStringSid in Visual Studio 6.0 just by copy the needed Sddl.h and Advapi32.lib from Visual Studio .NET?
After "#define _WIN32_WINNT 0x0500" and...
By make a call to LookupAccountName, I can get a SID in buffer, but I don't know the exact structure of SID, so I can not display it properly. Would you please give me some help? Thanks a lot!
During write IIS Filter, I want to find and send message to other windows, but I find the ::FindWindow and ::PostMessage seems does work inside IIS Filter codes. I think maybe they work in different...
PROCESSENTRY32 + ExtractIconEx also not effective all the time, since one process can open multiple windows at the same time.
I really want to know how can Task Manager -- taskmgr.exe in windows...
But ::SendMessage(hWnd, WM_GETICON, ...) doesn't work with every window. I still wonder how can taskmgr.exe retrieve the correct icons from the open windows.
Hi, I'd like to build a network scan tool, which can find out active hosts on the network, their IP addresses, TCP ports etc. But I am not sure how to implement the "ping" functionality, should I...
Thank you very much! But I want to grab the window's handle on the fly and display it, just like that in taskmgr.exe. I hope you can give me more info and help! Best regards!
By using CreateProcess, I can invoke a new application, and get the process id for the newly created process, but how can I get the handle of the application's main window?
Thanks!!!