- ShellExecute
- Posted on December 8th, 2003 | 6 Comments
Hello, A scrap of code: HINSTANCE hInst; hInst = ShellExecute( NULL, "open", "mailto:tumor@o2.pl", NULL, NULL, SW_SHOWNORMAL);
- Drive Low Acccess ????
- Posted on December 8th, 2003 | 5 Comments
Hi! I would like to access to hard drive in low level way. I mean, reading from drive by sectors, not like using ReadFile() by byts. Is available any function in SDK? madmax
- DeviceIoControl() --- problem
- Posted on December 8th, 2003 | 2 Comments
hi! I am trying to get drive layout under XP. I opened drive like this CreateFile(\\\\.\\PHYSICALDRIVE0, GENERIC_READ, FILE_SHARE_WRITE | FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); and read...
- WARP DRIVE DOWN TO ENGINEERING PROBLEM
- Posted on December 8th, 2003 | 0 Comments
Reply to this message to find out my theory, it is too long to explain here.
- How to make my process can't be terminated by the task manager or anything?
- Posted on December 8th, 2003 | 0 Comments
How to make my process can't be terminated by the task manager or anything? Do I need to change something like access token for my process's handle?
- Differentiate Shutdown or Reboot from WM_QUERYENDSESSION Message
- Posted on December 8th, 2003 | 2 Comments
Is it possible to determine from a service if a computer is shutting down or rebooting, or if it is suspending or hibernating? I currently have an NT service which can perform some...
- Trouble with WinInet FTP functions
- Posted on December 8th, 2003 | 1 Comments
Hi all, The following program: <code> #include <iostream> #include <tchar.h> #include <windows.h> #include <wininet.h>
- Why Populate Combo Boxes In Resource Editor?
- Posted on December 8th, 2003 | 1 Comments
Hi Experts: Ok, I'm impressed. I'm doing my first moderately complex dialogbox using the resource editor, and it's layout was ridiculously fast. I'm plumbing the data structures now. Thanks to...
- Any DDML examples using it for remote desktop applications?
- Posted on December 8th, 2003 | 0 Comments
The Microsoft 2003 Platform SDK says in part "Use the Display Driver Management Level (DDML) to Enable Multiple Display Drivers Applications such as remote control applications that try to intercept...
- question about Crypto API and Certificate purposes
- Posted on December 8th, 2003 | 0 Comments
Hi everyone, I was trying to enumerate through windows certificate stores and add some certificates of my own. The functions CertEnumCertificatesInStore() and CertAddEncodedCertificateToStore()...
- Creating a huge file
- Posted on December 8th, 2003 | 5 Comments
Hi! I'm writing a small filesharing application and naturally one of the major features is the transfer of files. Now, one given file can be downloaded from multiple sources at once (where each...
- What's Wrong With This Dialog Template?
- Posted on December 7th, 2003 | 1 Comments
Hi Experts: I'm now committed to giving the resource editor a fair shake, and my first attempt, at a very simple dialog box has gone smoothly. But I believe there is a use for my dialog...
- Retrieving Language information from a file
- Posted on December 7th, 2003 | 2 Comments
void main() { LPTSTR lpszSystemInfo; // pointer to system information string DWORD cchBuff = BUFSIZE; // size of computer or user name TCHAR tchBuffer; // buffer for string DWORD dwLen,...
- PrintDlg - Different dialogs
- Posted on December 7th, 2003 | 0 Comments
I was not setting pd.hwndOwner before my call to PrintDlg, and was getting a print dialog with a drop down list for the selection of the printer. But specifying a window handle, gives me a different...
- Retrieving the language information of a file
- Posted on December 7th, 2003 | 3 Comments
Hi!. Can anybody please tell me how I can retrieve the language information in a string for a file. Thanks in advance.
- How to report Windows header problems to Microsoft?
- Posted on December 7th, 2003 | 0 Comments
Is there a recommended way to report problems with Windows header files to Microsoft (e.g. special email address, web form, etc.)? There are several Windows header files that generate warnings or...
- Problem creating directory
- Posted on December 7th, 2003 | 2 Comments
I am trying to open a directory using: HANDLE handle = CreateFile ("C:", FILE_LIST_DIRECTORY | FILE_READ_ATTRIBUTES | FILE_READ_DATA | FILE_READ_EA | FILE_TRAVERSE...
- I compiled Crafty 19.6 successfully under Windows with GCC
- Posted on December 7th, 2003 | 0 Comments
Hello everybody, please excuse this cross-posting, but I want to let the world participate in my success: I am proud of just having succeeded in successfully compiling the chess program Crafty 19.6...
- Out with the old, in with the resource editor.
- Posted on December 7th, 2003 | 6 Comments
Hi Again Experts: I've spent the last two days trying to figure out why one of my dialog boxes, built from a dialog template, has for it's first message to it's dialogbox proc a WM_DESTROY, followed...
- Can't make layered window visible
- Posted on December 7th, 2003 | 3 Comments
I am writing a program that creates a layered window, and I am unable to make the layered window visible on the screen. If I remove the code related to layering the window shows up just fine. What...

