Question about win32 hooks.i recommend you codeproject.com for windows programming, they are alot of information about hooking ...
ODBC connection[center]How did you know it is connected or not? use this class to connect dbms I know it does ...
Dialog Font normal in XP but BOLD in VISTA.You should define the tab forms text must be normal, and 12px or something else, as default vista k...
C++ tutorsi am the tutor, how much do u want to pay per minut?
Pointer questionIt is "*" operator , [code] int x=1; printf("0x%X",&x); // address of x printf("%d",...