OS/Windows 썸네일형 리스트형 [Windows7]Windows 7 tips and tricks source : http://www.neowin.net/news/main/09/01/14/windows-7-tips-and-tricks Two Microsoft employees have posted helpful Windows 7 tips, tricks and secrets this week. Tim Sneath has posted 30 secrets/tips on his blog. Some of the highlights include the following: Get Quick Launch toolbar back Right-click the taskbar, choose Toolbars / New Toolbar In the folder selection dialog, enter the followin.. 더보기 [API] windows version Query #include #include #define BUFSIZE 80 BOOL DisplaySystemVersion() { OSVERSIONINFOEX osvi; BOOL bOsVersionInfoEx; // Try calling GetVersionEx using the OSVERSIONINFOEX structure. // If that fails, try using the OSVERSIONINFO structure. ZeroMemory(&osvi, sizeof(OSVERSIONINFOEX)); osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX); if( !(bOsVersionInfoEx = GetVersionEx ((OSVERSIONINFO *) &osvi)) ) {.. 더보기 이전 1 다음