Can't change window size in WM_NCCREATEI tried this code in WM_NCCREATE [code] case WM_NCCREATE: { LPCREATESTRUCT lpCs = (LPCREATESTRUCT)lP...
How to make static variables not get automatically initialized with 0?I know that if you declare something like this [code] static int number; [/code] number will be ...
Can't open file with CreateFile functionThanks Disch now I was able to open the file
Can't open file with CreateFile functionHi. I'm using windows xp, and I tried to open the pfirewall.log file in C:\WINDOWS directory, but it...
Filling structs questionHi all. This is how I initialize the WNDCLASSEX struct and every other struct [code] WNDCLASSEX wc; ...
This user does not accept Private Messages