Location:
Search - msg
Search list
Description: 获取Win9X/NT/2K/XP中IE,OUTLOOK,MSG等多个用户密码的工具,利用PSTORE API函数实现。在C++BUILDER上编译通过。-Win9X/NT/2K/XP had access to Internet Explorer, Outlook, MSG and other user passwords, using the PSTORE API functions. In C++ Compiler on BUILDER through.
Platform: |
Size: 946176 |
Author: 牛本 |
Hits:
Description: 一个利用WINDOWS自带的命令笔NET SEND发送消息的程序,将命令行界面化,如果有兴趣的话,可以研究研究-A program sending message using NET SEND of Windows. It use graphic interface instead of command.
Platform: |
Size: 50176 |
Author: 耿海瑞 |
Hits:
Description: 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗?
2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINSTANCE 声明为一个 IntPtr,但我的基于 .NET 的客户端如何让应用程序的 HINSTANCE 传递给我的函数?在 C# 中是如何做的?
3、我要如何将 MFC CString 转换为托管 C++ 中的 String?我有一个函数是这样的:
int ErrMsg::ErrorMessage(CString& msg) const
{
msg.LoadString(m_nErrId)
msg += _T("::Error")
return -1
}
我如何用托管 C++ 重写这个函数,并用 String 替换参数中的 CString?我不知道如何声明参数,如何处理 const,以及如何从资源文件中加载托管 String。我看了文档说 String 是不能被修改的,因为它们是不可变的,但我有想修改传递的字符串。
-one, I would like to call to set up WH_CBT SetWindowsHookEx hook, but I also understand that MFC installation of the hook, which is in a thread installed two WH_CBT. do exercise? Two, I was one of the existing C libraries into custody expansion, in order to be able.NET framework of the client to use them. I called the code API function, these functions need to run the current module HINSTANCE. I do not want to use my HINSTANCE DLL; I want to call to provide the HINSTANCE EXE, I called the EXE DLL. I can HINSTANCE statement for a IntPtr. but I based.NET client applications how the HINSTANCE passed to the function? In C# and how is it done? Three, I want to redeem MFC how to care for the conversion of C String? I have a function like this : int ErrMsg : : ErrorMessage (redeem
Platform: |
Size: 101376 |
Author: 阳广元 |
Hits:
Description: 使用udp协议的网络聊天程序.
该聊天室包括服务端(Server)和客户端(Client)两部分,是通信基于UDP
实现的。包括以下这些功能。
服务端:
1. /openchannel channelName
开通新的聊天室
2. /channels
列出服务方所有开通的聊天室。
3. /enterchannel channelName
进入到某个聊天室channel中。这时可以用list,kickout userid命令。直
到使用leave命令离开该聊天室。
4. /list
列出用户当前所在聊天室的所有用户列表。
5. /kickout userid
将当前所在聊天室的某个活跃用户踢出该聊天室,并且向该聊天室中的所有
活跃用户发送将某个用户踢出该聊天室的消息。
6. /leave
离开聊天室。
7. /closechannel channelname
关闭某个的聊天室,并且向该聊天室中的所有活跃用户发送关闭该聊天室的
消息。
客户端:
1. /channels
列出服务方当前活跃的聊天室。
2. /join channel username
以username为名加入到聊天室channel中。
3. /list
列出用户当前所在聊天室的所有用户列表。
4. /msg userid your_message_here
给用户发送私人聊天的信息(其他用户不会收到)。
5./msg your_message_here
给所有该channel的用户发送信息。
6./leave
离开聊天室。
Platform: |
Size: 192512 |
Author: 黄思嘉 |
Hits:
Description: 方便存取个人电脑上的零散文件,方便存取个人电脑上的零散文件-Convenient access to personal computers scattered on paper to facilitate access to personal computers on the fragmentation of files
Platform: |
Size: 9216 |
Author: 周灿 |
Hits:
Description: GSM的VB实现代码,串口接移动电话设备-GSM realize the VB code, serial port access for mobile telephone equipment
Platform: |
Size: 49152 |
Author: 黄荣舜 |
Hits:
Description: java平台短信开发,短信对象封装类。主要实现短信内容个格式化导入导出-java platform, message development, message type of the object package. The main achievement of the content of a message format import and export
Platform: |
Size: 2048 |
Author: Sol Zhang |
Hits:
Description: qq 监控软件 用于记录 聊天记录 图片 可以监控 小孩 但是不可以用于非法-qq monitoring software for recording picture can monitor chats children but can not be used in the illicit
Platform: |
Size: 868352 |
Author: 叫时间 |
Hits:
Description:
Platform: |
Size: 616448 |
Author: yeliu |
Hits:
Description: js消息提示窗口 提示窗口 窗口 js 消息提示窗口-js message prompt window js prompt window window
Platform: |
Size: 97280 |
Author: tys |
Hits:
Description: A bluetooth SMS patcher Java ME application I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA).
The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone
Platform: |
Size: 480256 |
Author: thirdy |
Hits:
Description: 在windows中显示一个滚动消息,其中,滚动消息由网页提供-In the windows display a scrolling message, in which scrolling message from the web site provides
Platform: |
Size: 179200 |
Author: 罗费 |
Hits:
Description: msg and window control in visual basic
Platform: |
Size: 7168 |
Author: armin |
Hits:
Description: windows msg programming example
Platform: |
Size: 166912 |
Author: czonghui |
Hits:
Description: MSG信息制作工具,可以用中文输入信息后制作!-the program is good
Platform: |
Size: 1024 |
Author: 礼盒的 |
Hits:
Description: java语言 三种向WebSphere+MQ队列发送消息的方法-There are 3 methods to put msg to MQ queue using java language.
Platform: |
Size: 5120 |
Author: 冷福平 |
Hits:
Description: java客户端从MQ队列接收消息的三种方法-3 methods to get msg from MQ queue using java language.
Platform: |
Size: 6144 |
Author: 冷福平 |
Hits:
Description: Android短信程序,在Android系统中制作发送短信的软件。-Android msg
Platform: |
Size: 29696 |
Author: chukn |
Hits:
Description: 魔力宝贝完整汉化的MSG文件。注意使用的时候不要直接覆盖,用TXT和EXCEL配合编辑,将相同编号的对话用新文件里的内容覆盖。不然对话会乱。-the MSG file in crossgate
Platform: |
Size: 956416 |
Author: hello |
Hits:
Description: 纯PB实现的MSG balloo源代码,页面漂亮,功能强大。极具学习价值。(Pure PB implementation of the MSG balloo source code, the page beautiful, powerful. Learning value.)
Platform: |
Size: 31744 |
Author: 没什么大不了
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
19
»