搜索资源列表
netsend2
- This Packege Consists of: 1. SendMessage.vbp 2. SendMessage.exe 3. users.mdb First it would ask you to add users to the s/w. after adding the s/w you can easily send the messages. it also Logs all the send messages.-This Pack
wtl4_mfc4_demo
- 《对话框与控件》 MFC 的对话框和控件的封装真得可以节省你很多时间和功夫。没有MFC对控件的封装,你要操作控件就得耐着性子填写各种结构并写很多的SendMessage调用。MFC还提供了对话框数据交换(DDX),它可以在控件和变量之间传输数据。WTL 当然也提供了这些功能,并对控件的封装做了很多改进。本文将着眼于一个基于对话框的程序演示你以前用MFC实现的功能,除此之外还有WTL消息处理的增强功能-"dialog with the controls" MFC dialo
shutdownmonitor
- 通过api SendMessage Me.hwnd, WM_SYSCOMMAND, SC_MONITORPOWER, ByVal 关闭显示器-through api SendMessage Me.hwnd. WM_SYSCOMMAND, SC_MONITORPOWER. ByVal closed Display
base64
- CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ZeroMemory
sendmessage
- powerbuilder 电子图书软件。记录了pb按钮、datawindow、数据管道和各种控件
demo
- 基于对话框的程序。 设置一个button按钮,然后设置一个事件,button按钮触发这个事件,线程中间响应,并设置了sendmessage
SendMessagezln
- 一个Sendmessage的例子-an example Sendmessage
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long,
Demo
- 最大化和最小化窗口 调用CWnd::SendMessage()发送最大化或最小化窗口消息-Maximize and minimize windows call CWnd:: SendMessage () to send the message window is maximized or minimized
psg3bk722
- using CStatic,CDialogBar,SendMessage,listctrl,wave CSliderCtrl,etc.it s especially used to primary study.
testwin
- 如何在Delphi中编写小于20K的Windows程序. 演示如何使用: CreateWindow,CreateWindowEx,SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K.
sendmessage
- 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls i
ListViewAutoAdj
- 通过sendmessage和重写窗口消息处理函数实现listview列宽自动调整-And rewritten by sendmessage window message handling functions for automatically adjusting listview column width
Some-usefull-and-important-control-skills
- 1.如何借助SkinH_VB6.dll加载皮肤 2.如何使用RES文件 来存储释放文件 3.如何拦截用户鼠标和键盘事件 4.窗口大小控制 5.SendMessage与其他程序窗口通信 6.窗口透明、置顶等(详见程序中代码,示例程序未加载该代码)-1.How to use SkinH_VB6.dll to add skins 2.How to use RES to store and release files 3.Hook- Keyboard & Mouse even
VCdesktopmin
- mfc 基于对话框程序 使桌面所有窗口最小化 -//获得任务栏窗口 CWnd* pWnd = CWnd::FindWindow(_T("Shell_TrayWnd"), NULL) //发送ID为0x1F5(Win+ M)的WM_HOTKEY消息 pWnd->SendMessage(WM_HOTKEY, 0x1F5)
Demo
- 如何关闭窗口 调用 CWnd::SendMessage函数发送WM_CLOSE消息-How to Close call CWnd:: SendMessage function sends the WM_CLOSE message
SendMessage
- 利用SendMessage函数向指定窗口发送消息-Use SendMessage function to send a message to the specified window
Button-tansparent
- Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
CUseSKin
- How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
Updatedata-in-thread-by-Sendmessage
- VS2013环境下,在线程中使用Sendmessage实现Updatedata(False)功能。并且进行多线程并行运行的演示。-Under VS2013 environment, the use Sendmessage achieve Updatedata (False) function in the thread. And multi-threaded demo run in parallel.