If you have a 24x rewritable disk write with 12x If 12x --> 10x 10x, 4x ---> 2x Don't do things that scratch the optic surface of your disks. -...
Thanks for the splendid info. Do you know if there is any Win32 API or some stuff like that that generates MD5 code. I mean, I am looking for a...
Hello, I have problem with this program. This program is supposed to copy corrupted files from a DVD or CD to any other drive. I used ReadFile()...
union { int i; char c[4]; } vars; vars.c[2] is the third byte of vars.i.
Wov, that's really interesting. In which header flush() is defined in? stdio.h or iostream.h?
1) With WS_BORDER it really looks bad. There just appears a black rectangle enclosing the Edit control. 2) I said I knew that compiler does that...
I want to donate my code and ask some questions... #define _WIN32_IE 0x0601 #define _WIN32_WINNT 0x0501 #include <windows.h> #include <shellapi.h>...
That one works, thank you. Actually, I tried the same thing, but I put the * oparetor to the wrong place : pWinPos = (* WINDOWPOS)lParam; instead...
We have a struct defined as : typedef struct tagWINDOWPOS { /* wp */ HWND hwnd; HWND hwndInsertAfter; int x; int y; int cx; int cy; UINT flags;...
One more thing... Don't forget to define #define _WIN32_WINNT 0x0501 before including "windows.h" file.
Separate names with a comma.