User profile: tec23

User info
User name:tec23
History
Joined:
Number of posts:34
Latest posts:

Can't change window size in WM_NCCREATE
I 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 function
Thanks Disch now I was able to open the file

Can't open file with CreateFile function
Hi. I'm using windows xp, and I tried to open the pfirewall.log file in C:\WINDOWS directory, but it...

Filling structs question
Hi all. This is how I initialize the WNDCLASSEX struct and every other struct [code] WNDCLASSEX wc; ...

This user does not accept Private Messages

User: tec23

  • Public profile