摘要:This problem is important when we want create a NOTEBOOK like Microsoft,some times we must use this teck to use as logs , and also some other,now it is a usefull solution that have spent much time to ...
阅读全文
摘要:Create a Dlg's Thread is specail when u want to update the dlg's show in time with the program's running.So,we need create it.here is step:1:create a static function.//likeUINT WINAPI ThreadDlg::MyOwn...
阅读全文
摘要:Thread is very important for us to program.You can take some steps to create it and use it and terminite it.1:create,MUST create a global ThreadProc that run the things you want.like:CTestPint2App th...
阅读全文
摘要:Becuse the SQL CString are used by SQL server that will cloch it and use,if you want to read,not permit;only copy it to avoid it! This have waste my Half a day to find it!by using :updateStr+=" where ...
阅读全文
摘要://get every word in name and then //get every CHINESE's zimu. //to be quickly must at one time get 3 CHINESE's //zimu at one run. //XXX or XX, or X X. //first kill all blunk //this symbo is what? nam...
阅读全文
摘要:1:get the file :imegen.exe in computer,and open and create a txt file:WINPY.txt2:use next code to seek and get.CString desStr="素";char pszPathName[]="WINPY.TXT"; CFile File; CStdioFile sFile;if (!File...
阅读全文
摘要:Peering Inside the PE: A Tour of the Win32 Portable Executable File Format Matt Pietrek March 1994 Matt Pietrek is the author of Windows Internals (Addison-Wesley, 1993). He works at Nu-Mega Techn...
阅读全文
摘要:i have search for many time about this aspect,but there is little about it,not let us share my work about do it.the theory about dll is simple ,but to do it by hand it 's not so easy.1 first,the file:...
阅读全文