搜索资源列表
SGIP1.2.0.10.DEMO
- 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage Get
DosEditor
- DOS下Editor的源代码,写得很不错,其中包含了模拟Windows下SendMessage和PostMessage的实现,包含了基础控件的抽象和实现(主要是用DOS的制表符来描画控件),还包含了一些很好的设计思想在里面。-Editor under DOS source code, written very well, which includes a simulation under Windows implementation of SendMessage and PostMessage
PB_send_message
- PB开发的发短信的功能,可以实现快速方便的信发送功能.-PB developed the function of text messaging
SendMessage
- 往ibm sametime发送即时消息的java代码-send mes to ibm sametime
WinHandler
- WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls. It is a good demonstration (in my opinion) of Enumeration functions, SendMes
SendMessage_to_window
- 向指定的窗口发送消息。http://sendmessage.googlecode.com/svn-Send a message to the specified window. http://sendmessage.googlecode.com/svn
sendmessage
- 给另一窗口文本框发信息,代码简单,仅献给VB初学者!-Text box to another window, send messages, the code is simple, just dedicated to VB for beginners!
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
5
- SendMessage实现关闭显示器,很不错的易语言源码,适合易语言爱好者学习。-The SendMessage turn off the monitor, very good and easy language source code for easy language enthusiasts to learn.
howto_kill_application
- Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s title. When it finds the target window, the programn uses SendMessage to make the target close itself.
progress-bar-control
- 当我们在处理大程序时,常常需要耗很长时间,为了不让用户错误的认为系统已经死机,我们要给程序添加进度条,但是大家知道如果就直接添加进度条,并在程序里面控制它的进度,往往得到的结果是程序仍然像死机状态,直到处理完毕才显示进度条进度为100 ,中间的过程看不到了,那么怎么办呢,是为什么呢? 原因是我们处理大程序和进度条显示是在同一个线程中进行的,这样往往因为处理大程序导致界面无法实时更新。解决办法就是把处理大程序的这段逻辑让一个单独的线程在处理,并利用postmessage或sendmessa
sendmessage
- php批量发送qq邮件,只需输入QQ号,环境apache+php-and php send bulk qq mail
SendMessage
- Eclipse开发 android 手机发短信-Eclipse development Android mobile phone text messaging
vc-SendMessage
- vc中怎么使用SendMessage自定义消息函数,vc中怎么使用SendMessage自定义消息函数-How to use the SendMessage custom message function in VC
CatchIt
- PostMessage和SendMessage发出的消息在处理的时候在各级的情况。包括OnMessage、WndProc、Message Procedure和DefaultHandler。-How VCL do with PostMessage() and SendMessage() message. include OnMessage、WndProc、Message Procedure和DefaultHandler。
spylite24-(1)
- Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)-Spy++ Lite 2.4 Build 20080512 FindWindowEx、SendMessage、GetClassName、GetWindowText
KILLAPP
- vb应用程序终止另一个程序源代码实例程序-Dim buf As String* 256 Dim title As String Dim length As Long Get the window s title. length = GetWindowText(app_hWnd, buf, Len(buf)) title = Left$(buf, length) See if this is the target wind
SendMessage使用
- 使用sendmessage发生消息,发生字符串。。。。(A message occurs with SendMessage, and the string occurs....)