Welcome![Sign In][Sign Up]
Location:
Search - messagebox

Search list

[Dialog_Windowmessageboxx

Description: 对Messagebox的封装,实现了timeout功能,和各种自定义控件。-Messagebox package to achieve a timeout function, and a variety of custom control.
Platform: | Size: 39936 | Author: 刘星 | Hits:

[WEB Codeasp.net__liang

Description: asp.net C# asp.net技术方案 MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivilegeValue AdjustTokenPrivileges InitiateSystemShutdown KillTimer-asp.net C# asp.net technology programs MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivilegeValue AdjustTokenPrivileges InitiateSystemShutdown KillTimer
Platform: | Size: 1325056 | Author: leech | Hits:

[GUI DevelopSimpleMessageBox

Description: windows的标准MessageBox界面很难看,这里用c# 实现了漂亮的MessageBox.-MessageBox standard windows interface is difficult to see, here c# realize the beautiful MessageBox.
Platform: | Size: 44032 | Author: 马阳 | Hits:

[Hook apiHOOK

Description: HOOK 学习指南,可以利用HOOK实现换肤,软件操作记录等功能-HOOK study guide can be used to achieve skin HOOK, software features such as operational records
Platform: | Size: 262144 | Author: sun | Hits:

[Embeded Linuxtongxunlu

Description: 基于LINUX和MINIGUI的通讯录.实现了添加删除修改查看查找等功能-LINUX-based address book and MiniGUI. Realized add delete modify search features such as view
Platform: | Size: 18432 | Author: 刘舒 | Hits:

[Dialog_WindowMessageboxdll

Description: 一个可以替换Messagebox的对话框。可应用于Delphi、VB等。-One can replace the Messagebox dialog box. Can be used in Delphi, VB, etc..
Platform: | Size: 898048 | Author: sillybird_cn | Hits:

[OtherHello

Description: 查找dll基址MessageBox调用法-Dll-based search site MessageBox call law
Platform: | Size: 1024 | Author: 高衣 | Hits:

[Documentsvc21487899244

Description: 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.Close() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(" ")) //MessageBox(strExt) CString strFileName ="eee."+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }-Main source: void CFDlg:: OnChangeEdit1 () (UpdateData () m_strExt.MakeUpper () m_list.ResetContent () if (m_strExt.GetLength () == 0) return CStdioFile sf if (sf.Open (FileExt.txt, Cfile :: modeRead)) (CString strTemp, strOut while (sf.ReadString (strTemp)) (if (strTemp.Left (m_strExt.GetLength ()) == m_strExt) (m_list.AddString (strTemp)))) sf.Close ( ) m_list.SetCurSel (0) this-
Platform: | Size: 40960 | Author: HUGH RENNY | Hits:

[GUI DevelopInterests

Description: 编写完成一个兴趣调查程序。使用基于对话框的MFC程序模板,提出三个问题,每个问题都有四个选项,除最后一个问题是多项选择外,其余都是单向选择。可以在此基础上增加问题数量和提问形式。最后将调查结果以MessageBox的形式弹出来。-An interest in the preparation of the completion of investigation procedures. MFC dialog-based process templates, asked three questions, each question has four options, with the exception of the last question is a number of options, the rest are one-way choice. On this basis can increase the number and question forms. Finally, the outcome of the investigation in the form of pop-up to MessageBox.
Platform: | Size: 241664 | Author: 吴sir | Hits:

[Documents11

Description: DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。-DLL injection, so what enumeration process, the search window and the process of setting privileges things that saved the West. Annex with a testDll.dll, I wrote a test DLL, because the DLL may be injected into the reaction, so I wrote a DLL, in which added a MessageBox, can pop up years, so know DLL Run no. DLL is VC++ Write, because I use the mini version of VB, only to write ActiveX DLL, and this DLL can not be used to inject (I wrote a month, in the Main function in writing a MsgBox, restart the object located for the Sub Main, discovery can be injected, but did not appear MsgBox), if the DLL source who said on Posted, me up.
Platform: | Size: 84992 | Author: 风尘小子 | Hits:

[Hook apiSetHookTest

Description: 在控制台下截获api的例子.本例是截获messagebox函数-In the console under the intercepted api example. MessageBox in this case is intercepted function
Platform: | Size: 4098048 | Author: 徐兆吉 | Hits:

[GUI Developxtaskdialog

Description: 一个windows vista 的task dialog的彷真可以在98/2000/xp下使用 代替messagebox api-Windows vista a simulation of the task dialog can 98/2000/XP used in place of messagebox api
Platform: | Size: 349184 | Author: hyz | Hits:

[Windows DevelopSysDisk_test

Description: 本程序是对Windows系统盘的增减情况做出判断。程序内容如下:每一定的时间间隔对系统的盘符信息读取一次,当前的盘符数和之前一次的盘符数进行对比,当盘符增加或者减少则弹出MessageBox进行提示。尤其是当移动存储设备例如u盘的插入,可以进行判断。-This procedure is the Windows system tray to determine changes in circumstances. Procedures are as follows: each time interval of the system to read a letter of information, the current number and before the first letter of the letter a few comparisons, when the drive to increase or reduce the MessageBox to pop-up prompts. Especially when the mobile storage devices such as the u disk insertion, can be judged.
Platform: | Size: 46080 | Author: Adriano | Hits:

[Dialog_Windowmessagebox

Description: 消息框实例,涉及消息框类的定义和相关函数的使用方法,对于初学者来说很好-Examples of message box, message box type involved in the definition and use of correlation function, for a good beginners
Platform: | Size: 1602560 | Author: dingding | Hits:

[OtherMessageBoxWithTimeout

Description: 类似MessageBox的小程序,弹出窗口在规定的时间内自动消失,可以自定义消失的时间。-MessageBox similar small procedures, pop-up window at the required time, go away, you can customize the time disappear.
Platform: | Size: 10240 | Author: tiansun | Hits:

[ComboBoxPathList

Description: 通过comboBoxEx控件实现类似资源管理器的程序,可以在下拉列表中选择一个文件夹或硬盘,通过MessageBox显示选择的路径。-ComboBoxEx control through the implementation of similar procedures Explorer, you can drop-down list, select a folder or hard drive, through the MessageBox shows the path of choice.
Platform: | Size: 64512 | Author: 郎志超 | Hits:

[Windows DevelopHelloMsg

Description: HelloWorld程序,使您了解windows下的MessageBox函数的应用。-HelloWorld
Platform: | Size: 46080 | Author: winison | Hits:

[ActiveX/DCOM/ATLmscomabc

Description: VS2005下开发的串口程序,功能比较健全-CWinApp CWnd CDialog LoadIcon CDataExchange CString IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText SetWindowText MessageBox
Platform: | Size: 107520 | Author: rrr | Hits:

[Dialog_WindowErrorControls

Description: 改进后的错误消息弹出对话框,新增加了一些功能,对标准对话框进行了扩展-Extended Error Provider, ToolStripErrorDropDown, and a replacement for MessageBox.
Platform: | Size: 1048576 | Author: qinglong | Hits:

[ISAPI-IEproxy32

Description: 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile OpenSCManager CreateService CloseServiceHandle OpenService CWinApp CWinThread CreateThread MessageBox CreateEvent CString OutputDebugString WaitForSingleObject CloseHandle SetEvent GetLastError
Platform: | Size: 252928 | Author: abner | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »

CodeBus www.codebus.net