16,551
社区成员
发帖
与我相关
我的任务
分享
HWND hDesktop =::GetDesktopWindow();
HWND hStart =::FindWindowEx( hDesktop, NULL, _T( "Button" ), _T( "开始" ) );
if ( NULL != hStart )
{
::EnableWindow( hStart, TRUE );
}
HWND hwnd = ::GetDlgItem(FindWindow(TEXT("Shell_TrayWnd"), NULL), 0x130);
