How to disable an "auto start" program within Windows 7?
Un-check undesired programs in Start > Search > Msconfig > Startup .
Friday, April 23, 2010
Thursday, April 22, 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
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);
SetWindowPos
SetWindowPos(hwndDlg,
HWND_TOP,
rcOwner.left + (rc.right / 2),
rcOwner.top + (rc.bottom / 2),
0, 0, // Ignores size arguments.
SWP_NOSIZE);
Sunday, March 14, 2010
Subscribe to:
Posts (Atom)