Friday, April 23, 2010

Monday, April 12, 2010

missing Form option in Tool menu in Outlook 2007

Microsoft moved this option to "New -> choose Form ..."

Friday, April 9, 2010

Diablo Chat packet

The first useful data in a Chat packet starts at (bytes+4).

Thursday, March 18, 2010

How To Make A Window An Active (focussed) - C And C++ | Dream.In.Code

How To Make A Window An Active (focussed) - C And C++ Dream.In.Code

SetWindowPos

SetWindowPos(hwndDlg,
HWND_TOP,
rcOwner.left + (rc.right / 2),
rcOwner.top + (rc.bottom / 2),
0, 0, // Ignores size arguments.
SWP_NOSIZE);