首页 VC一些小细节

VC一些小细节

举报
开通vip

VC一些小细节VC1vc++WM_QUERYENDSESSIONWM_ENDSESSION[xitong][xiaoxi]2VC[zhihang]DOS[mingling]system("mdc:\\12");WinExec("Cmd.exe/Cmdc:\\12",SW_HIDE);ShellExecuteShellExecute(NULL,"open”,"d:\\WINDOWS\\system32\\cmexe","/cmdd:\\zzz”,"”,SW_SHOW);CreateProcess[hanshu]DOS[mingli...

VC一些小细节
VC1vc++WM_QUERYENDSESSIONWM_ENDSESSION[xitong][xiaoxi]2VC[zhihang]DOS[mingling]system("mdc:\\12");WinExec("Cmd.exe/Cmdc:\\12",SW_HIDE);ShellExecuteShellExecute(NULL,"open”,"d:\\WINDOWS\\system32\\cmexe","/cmdd:\\zzz”,"”,SW_SHOW);CreateProcess[hanshu]DOS[mingling][zhihang]DOS[shuchu]buffer[zhongdingxiang][shuchu]BOOLCDOSDlg::ExecDosCmd(){#defineEXECDOSCMD"dirc:"//[mingling]SECURITY_ATTRIBUTESsa;HANDLEhRead,hWrite;sa.nLength=sizeof(SECURITY_ATTRIBUTES);sa.lpSecurityDescriptor=NULL;sa.bInheritHandle=TRUE;if(!CreatePipe(&hRead,&hWrite,&sa,0)){returnFALSE;}charcommand[1024];//1K[mingling][minglinghang]strcpy(command,"Cmd.exe/C");strcat(command,EXECDOSCMD);STARTUPINFOsi;PROCESS_INFORMATIONpi;si.cb=sizeof(STARTUPINFO);GetStartupInfo(&si);si.hStdError=hWrite;//[jincheng][cuowu][shuchu][zhongdingxiang][shuru]si.hStdOutput=hWrite;//[jincheng][shuchu][biaozhunshuchu][zhongdingxiang][shuru]si.wShowWindow=SW_HIDE;si.dwFlags=STARTF_USESHOWWINDOW|STARTF_USESTDHANDLES;//CreateProcess[hanshu][canshu]MSDNif(!CreateProcess(NULL,command,NULL,NULL,TRUE,NULL,NULL,NULL,&si,&pi)){CloseHandle(hWrite);CloseHandle(hRead);returnFALSE;}CloseHandle(hWrite);//4K[kongjian][xianshi][qingkuang]charbuffer[4096]={0};[shuchu][wenjian][xianshiwenjian]DWORDbytesRead;while(true)if(ReadFile(hRead,buffer,4095,&bytesRead,NULL)==NULL)break;//buffer[zhihang][wenben][shuchu]AfxMessageBox(buffer);//[duihuakuang][xianshi]}CloseHandle(hRead);returnTRUE;3[shanchu][shanchu][wenjian]BOOLDeleteDirectory(char*DirName)//[shanchu]DeleteDirectory("c:\\aaa")(CFileFindtempFind;chartempFileFind[MAX_PATH];sprintf(tempFileFind,"%s\\*.*",DirName);BOOLIsFinded=(BOOL)tempFind.FindFile(tempFileFind);while(IsFinded){IsFinded=(BOOL)tempFind.FindNextFile();if(!tempFind.IsDots()){charfoundFileName[MAX_PATH];strcpy(foundFileName,tempFind.GetFileName().GetBuffer(MAX_PATH));if(tempFind.IsDirectory()){chartempDir[MAX_PATH];sprintf(tempDir,"%s\\%s",DirName,foundFileName);DeleteDirectory(tempDir);}else(chartempFileName[MAX_PATH];sprintf(tempFileName,"%s\\%s",DirName,foundFileName);DeleteFile(tempFileName);}}}tempFind.Close();if(!RemoveDirectory(DirName))(MessageBox(0,"[shanchu]","[xinxi]",MB_OK);//[wenjian],[shanchu][shanchu]returnFALSE;}returnTRUE;[zanting][chengxuzanting]system("PAUSE");PreTranslateMessage[jianpan][shijian]if(pMsg->message==WM_KEYDOWN&&pMsg->wParam==VK_RETURN)returnTRUE;//return[xiaoxi]([daima][xiaoxi]TAB[xiaoxi])BOOLCT3Dlg::PreTranslateMessage(MSG*pMsg){if(pMsg->message==WM_KEYDOWN&&VK_RETURN==pMsg->wParam){pMsg->wParam=VK_TAB;}returnCDialog::PreTranslateMessage(pMsg);}[weizhi][hanshu]81610[wenti][erjinzhi][wenjian][erjinzhiwenjian][ruanjian][wenjian][erjinzhi][wenjian][erjinzhiwenjian]8FC2F53C0.03[chuangkou]MoveWindow:[zhuanhuan][fangfa]DWORDdw=0x3CF5C28F;floatd=*(float*)&dw;//0.03;[fangfa]HYPERLINK"http://www.zahui.Com/html/1/3630.htm"http://www.zahui.Com/html/1/3630.htm[zhuanhuan]chara[4]={0x8F,0xC2,0xF5,0x3C};floatf;memcpy(&f,a,sizeof(float));TRACE("%d”,0x3CF5C28F);9EDITEM_SETSELEM_REPLACESEL[xiaoxi]10[jincheng][jianpan][xiaoxi]SetWindowsHookEx(WH_KEYBOARD_LL,...);[zhuomian][weizhi]HDCdeskdc=::GetDC(0);CStringstext="[zhuomian]";::TextOut(deskdc,100,200,stext,stext.GetLength());::ReleaseDC(0,deskdc);HWNDthread_hwnd=Findwindow(NULL,”[jincheng][chuangti]SPY")ifthread_hwndNULLelseDWORDthread_id=GetWindowThreadProcessId(thread_hwnd,NULL)waveOutGetVolume()[boxing][zhuomian][tubiao][youjian][caidan]:HWNDHwd=::FindWindow("Progman”,NULL);if(bShowed)::ShowWindow(Hwd,SW_HIDE);else::ShowWindow(Hwd,SW_SHOW);bShowed=!bShowed;[lujing]charch[256];GetModuleFileName(NULL,ch,255);for(inti=strlen(ch);i&&ch[i]!='\\';i--);ch[i]=0;AfxMessageBox(ch);KeyboardProclParam[xinxi]31(0)01(lParam&0x80000000)[erjinzhi]''31(lParam&0x40000000)3030[zhuangtai]1lParam[in]Specifiestherepeatcount,scancode,extended-keyflag,contextcode,previouskey-stateflag,andtransition-stateflag.FormoreinformationaboutthelParamparameter,seeKeystrokeMessageFlags.Thisparametercanbeoneormoreofthefollowingvalues.0-15Specifiestherepeatcount.Thevalueisthenumberoftimesthekeystrokeisrepeatedasaresultoftheuser'sholdingdownthekey.16-23Specifiesthescancode.ThevaluedependsontheOEM.24Specifieswhetherthekeyisanextendedkey,suchasafunctionkeyorakeyonthenumerickeypad.Thevalueis1ifthekeyisanextendedkey;otherwise,itis0.25-28Reserved.29Specifiesthecontextcode.Thevalueis1iftheALTkeyisdown;otherwise,itis0.Specifiesthepreviouskeystate.Thevalueis1ifthekeyisdownbeforethemessageissent;itis0ifthekeyisup.31Specifiesthetransitionstate.Thevalueis0ifthekeyisbeingpressedand1ifitisbeingreleased.[wenjian]CopyFileCopyFileExAPI20[chuangkou][weizhi]MoveWindow/SetWindowPos21[yunhang]setcursor[shezhi][guangbiao][tubiao]setcapture[shubiao][tubiao][chuangkou][shezhi][yunhang][shubiao][moren][moren][shezhi][guangbiao]SetSystemCursor22SendMessage[hanshu][kongzhi]SendMessage(n1,WM_COMMAND,MAKELPARAM(ID,BN_CLICKED),(LPARAM)n2);n1n2[jubing][wenben]SendMessage(hWnd,WM_GETTEXT,10,(LPARAM)buf),23EDITWM_CTLCOLOR[xiangying]nCtlColor=CTLCOLOR_EDITCTLCOLOR_MSGBOX[qingkuang][cankao]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cwnd.3a3a.onctlcolor.asp24[hanshu][bu[shijian][wenben][wen[huanhang][huanhang][huanhang]CWnd::OnDeviceChangehuo]WMDEVICECHANGE[xiaoxi][zifu]"abc\n123”jian][wenjian]word[wenjian]"abc\r\n123"::SetFocus(::GetDesktopWindow());::BringWindowToTop(::GetDesktopWindow());::GetDesktopWindow()[zhuomian][chuangkou][jubing][shuzu][chushihua]//[shengming][chushi0-1inta[24][34];[shuzu]memset(a,-1,24*34);//hua]-1[chushihua]SHGetFileInfo[hanshu][wenjian][xinxi]29HWNDhEdit=CreateWindow("EDIT”,NULL,WS_CHILD|WS_VISIBLE|ES_LEFT,50,20,50,20,hwnd,NULL,hInst,NULL);//hwnd[canshu][chuangkou][jubing]VC[wenjian]HYPERLINK"http://www.pujiwang.com/twice/Article_Print.asp2ArticleID"http://www.pujiwang.com/twice/Article_Print.asp2ArticleID=550[tiaoyong][chuangkou]CreateProcess[hanshu][tiaoyong][hanshutiaoyong][chuangkou][jubing]::ShowWindow(hWnd,SW_HIDE);[duqu][wenben][wenjian]CFile[paisheng][paishenglei]CStdioFile[fangfa]CStdioFile::ReadString[shanchu][wenjian]SHFILEOPSTRUCTshfileop;shfileop.hwnd=NULL;shfileop.wFunc=FO_DELETE;shfileop.fFlags=FOF_SILENT|FOF_NOCONFIRMATION;shfileop.pFrom="c:\\temp”;//[shanchu][wenjian]shfileop.pTo="";shfileop.lpszProgressTitle="";shfileop.fAnyOperationsAborted=TRUE;intnOK=SHFileOperation(&shfileop);[hanshu]::[yunsuan]...MFC[tiaoyong]API...[hanshu]...mfc[hanshu]apiHYPERLINK"http://search.csdn.net/Expert/topic/1183/1183492.xml7tem"http://search.csdn.net/Expert/topic/1183/1183492.xml7temp=.9471247CImageListHYPERLINK"http://www.study888.com/computer/pro/vc/desktop/20050"http://www.study888.com/computer/pro/vc/desktop/200506/39027.html36HYPERLINK"http://fxstudio.nease.net/article/ocx/"http://fxstudio.nease.net/article/ocx/<==========================[wendang][kehu][weitu][yanshichengxu]:HYPERLINK"http://www.study888.com/computer/pro/vc/desktop/20050"http://www.study888.com/computer/pro/vc/desktop/200506/39028.htmlAddBackgroundBitmapVC++6.0PC[danpianji][tongxin]HYPERLINK"http://www.zahui.com/html/1/1710.htm"http://www.zahui.com/html/1/1710.htm[zifu][zifuchuan]SYSTEMTIMEsys;GetSystemTime(&sys);charstr[100];sprintf(str,"%d%d%d_%d%d%d",sys.wYear,sys.wMonth,sys.wDay,sys.wHour+8,sys.wMinute,sys.wSecond);//0:008:00CStringm_strTemp;SYSTEMTIMEsystemtime;GetLocalTime(&systemtime);//[hanshu][dangqianshijian]m_strTemp.Format("%d%d%d%d:%d:%d:%d%d",systemtime.wYear,systemtime.wMonth,systemtime.wDay,systemtime.wHour,systemtime.wMinute,systemtime.wSecond,systemtime.wMilliseconds,systemtime.wDayOfWeek);[renwu][tubiao][shanshuo]TheFlashWindowfunctionflashesthespecifiedwindowonce,whereastheFlashWindowExfunctionflashesaspecifiednumberoftimes.BOOLFlashWindow(HWNDhWnd,//handletowindowtoflashBOOLblnvert//flashstatus);//[shanshuo]FlashWindowEx()//[shanshuo][shiliujinzhi][zifu][fudianshu]HYPERLINK"http://community.csdn.net/Expert/topic/4379/4379713.xml"http://community.csdn.net/Expert/topic/4379/4379713.xml?temp=.7092096longlValue=0xB28A43;floatfValue;memcpy(&fValue,&lValue,sizeof(float));[zifu][zifuchuan],,,IsDBCSLeadByte[hanshu][zifu]_ismbslead_ismbstrail[duihuakuang][mianban][duihuakuang][tiaozheng]OnSizeMoveWindow.HYPERLINK"http://www.codeproject.com/dialog/dlgresizearticle.asp"http://www.codeproject.com/dialog/dlgresizearticle.asp44CListCtrl[shuju][hengxiang][xianshi][xiwang][hengxiang]CListCtrlReDraw()(HYPERLINK"http://community.csdn.net/Expert/topic/4383/4383963.xml"http://community.csdn.net/Expert/topic/4383/4383963.xml?temp=.3442041):■m_list.ReDraw(FALSE);m_list.ReDraw(TRUE);splashHYPERLINK"http://www.vckbase.com/document/finddoc.asp?keyword="http://www.vckbase.com/document/finddoc.asp?keyword=splashProject->AddtoProject->ComponentsandControls->Gallery\\VisualC++Components->Splashscreen[qidong]"[xianshi]/[zhuomian]"HYPERLINK"http://fxstudio.nease.net/article/form/55.txt"http://fxstudio.nease.net/article/form/55.txt[shezhi]listviewCSDNHYPERLINK"http://community.csdn.net/Expert/topic/4386/4386904.xml"http://community.csdn.net/Expert/topic/4386/4386904.xml?temp=2.422512E-03Codeguru[lianjie]HYPERLINK"http://www.codeguru.com/Cpp/controls/listview/backgroun"http://www.codeguru.com/Cpp/controls/listview/backgroundcolorandimage/article.PHP/c1093/[chuangkou]HYPERLINK"http://community.csdn.net/Expert/topic/4387/4387830.xml"http://community.csdn.net/Expert/topic/4387/4387830.xml?temp=.6934168GetSystemMetrics(SM_CYCAPTIONSM_CYSMCAPTION);SM_CYCAPTIONHeightofacaptionarea,inpixels.SM_CYSMCAPTIONHeightofasmallcaption,inpixels.GetWindowRect(&rect);rect.bottom=rect.top+GetSystemMetrics(SM_CYSIZE)+3;16byteCString:BYTEp[3];p[0]=0x01;p[1]=0x02;p[2]=0x12;CStringstr;str.Format("%02x%02x%02x”,p[0],p[1],p[2]);[chazhao][chuangkou][caidan][shubiao][chuangkou][zichuangkou][chuang
本文档为【VC一些小细节】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
个人认证用户
唐老师
暂无简介~
格式:doc
大小:22KB
软件:Word
页数:33
分类:
上传时间:2023-05-01
浏览量:1