搜索结果

找到约 5 项符合 MsgBox 的查询结果

操作系统开发 此源码简单详细的介绍了msgbox的全部功能和具体操作

此源码简单详细的介绍了msgbox的全部功能和具体操作,真实非常详细呀
https://www.eeworm.com/dl/531/203977.html
下载: 128
查看: 1053

中间件编程 You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, b

You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, but adds the frm, Left, and Top parameters.
https://www.eeworm.com/dl/682/205267.html
下载: 66
查看: 1029

书籍源码 用GetObject显示CPU编号,仅有一个MsgBox提示

用GetObject显示CPU编号,仅有一个MsgBox提示
https://www.eeworm.com/dl/532/388021.html
下载: 116
查看: 1018

网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1126

文章/文档 DLL注入

DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注 ...
https://www.eeworm.com/dl/652/338184.html
下载: 120
查看: 1020