摘要:
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int){try{HANDLE hMutex=CreateMutex(NULL,false,"RunOnlyOneInstance"); if(hMutex==NULL||ERROR_ALREADY_EXISTS==::GetLastError()){return false;}Application->Initialize();Application->Title = "";Application->CreateForm(__classid(Tfm 阅读全文
posted @ 2011-04-12 00:35
hanny
阅读(414)
评论(0)
推荐(0)
浙公网安备 33010602011771号