E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Lparam
MFC窗口实现最小化到托盘 右键菜单和还原
h文件 void toTray();//最小化到托盘 void DeleteTray();//删除托盘图标 afx_msg LRESULT OnShowTask(WPARAM wParam,
LPARAM
·
2015-11-11 05:46
右键菜单
about CreateFileMapping on wince
HANDLE hMapFile; LPVOID lpMapAddress; //SendMessage(g_hwndScope, SCM_GETSCOPEINFO, 0, (
LPARAM
)psi); hMapFile
·
2015-11-11 05:39
mapping
枚举当前打开的所有窗口
#include <Stdio.h> #include <Windows.h> BOOL CALLBACK EnumWindowsProc(HWND hWnd,
LPARAM
·
2015-11-11 05:09
枚举
vc-api-枚举所有子窗口实例
登陆这个窗口所有的子窗口 #include <windows.h> #include <stdio.h> BOOL CALLBACK EnumChildProc(HWND,
LPARAM
·
2015-11-11 05:08
api
MFC透明对话框
= CreateDialogParam(g_hInst, MAKEINTRESOURCE(IDD_DIALOG_ATEDITCTRL), hParentWnd, pCallbackFun, (
LPARAM
·
2015-11-11 04:14
mfc
MFC 消息处理顺序
MFC 消息传递顺序 LRESULT CALLBACK AfxWndProc(HWND hWnd, UINT nMsg, WPARAM wParam,
LPARAM
lParam
)  
·
2015-11-11 03:55
mfc
WTL对话框中唯一文本框开始全选问题
文本框中的文字默认是被全部选中的用我自己的继承自CEdit的类来设置SetSel没有效果,只好发消息 LRESULT OnInitDialog(UINT uMsg, WPARAM wParam,
LPARAM
·
2015-11-11 03:33
对话框
WinAPI: 钩子回调函数之 CBTProc
CBTProc( nCode: Integer; {要处理的消息类型, 见下表} wParam: WPARAM; {消息对应的参数, 见下表}
lParam
:
LPARAM
{
·
2015-11-11 02:21
回调函数
第一个 Windows 应用程序
windows.h > // 窗口过程声明 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
·
2015-11-11 01:26
windows
《windows程序设计》学习_3.4:实现雷区翻转
windows.h> 2 #include "resource.h" 3 4 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-11 01:41
windows
《windows程序设计》学习_3.3:利用xp扫雷资源
windows.h> 2 #include "resource.h" 3 4 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-11 01:40
windows
《windows程序设计》学习_3.1:画出雷区,左键的使用
windows.h> 2 #include "resource.h" 3 4 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-11 01:40
windows
《windows程序设计》学习_3.2:左键的使用
windows.h> 2 #include "resource.h" 3 4 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-11 01:39
windows
《windows程序设计》学习_2.2:初识消息,双键的使用
*/ 2 3 #include <windows.h> 4 5 6 LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,
LPARAM
·
2015-11-11 01:38
windows
《windows程序设计》学习_2.1:初识消息
windows.h> 2 3 //#define WM_MYMSG (WM_USER +100) 4 5 LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,
LPARAM
·
2015-11-11 01:38
windows
VC远控(三)磁盘显示
服务端: 发送与接收命令 DWORD WINAPI SLisen(LPVOID
lparam
) { SOCKET client = (SOCKET)
lparam
; COMMAND
·
2015-11-11 00:27
VC
【笔记】理解Windows窗体产生的机制
LRESULT CALLBACK WinSunProc( 4 HWND hwnd, 5 UINT uMsg, 6 WPARAM wParam, 7
LPARAM
·
2015-11-11 00:56
windows
关于进程的章节 核心编程
GetModuleHandle();//获取模块的句柄,参数为NULL时,获取当前进程的文件的句柄 1 SendMessage(HWND_BROADCAST,WM_SETTINGCHANGE,0,(
LPARAM
·
2015-11-10 23:04
编程
管理员与命名空间绑定、只能运行一个事例、MFC改变图标(windows核心编程)
CMFC_CORE_1Dlg::chSETDLGICONS(HWND hWnd, int idi) { ::SendMessage(hWnd, WM_SETICON, ICON_BIG, (
LPARAM
·
2015-11-10 23:03
windows
windows mobile 键盘钩子 屏蔽按键
class KeyBoardHookClass { public delegate int HookProc(int nCode, int wParam,ref KeyMSG
lParam
·
2015-11-10 23:50
Windows Mobile
读取被选中的单选框和复选框中的内容
#include
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /*
努力喵
·
2015-11-10 22:00
设置分组框控件
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main'
努力喵
·
2015-11-10 02:00
单选按钮和复选按钮
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main'
努力喵
·
2015-11-10 01:00
设置static控件背景颜色、控件字体的背景颜色和控件字体的颜色
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-09 23:00
黑客帝国之酷炫屏保数字雨
defineID_TIMER1#defineSTRMAXLEN25//一个显示列的最大长度#defineSTRMINLEN8//一个显示列的最小长度LRESULTCALLBACKWndProc(HWND,UINT,WPARAM,
LPARAM
VictorTiper
·
2015-11-09 22:28
黑客
api
windows
C++
API
黑客帝国之酷炫屏保数字雨
defineSTRMAXLEN25//一个显示列的最大长度 #defineSTRMINLEN8//一个显示列的最小长度 LRESULTCALLBACKWndProc(HWND,UINT,WPARAM,
LPARAM
VCCTor
·
2015-11-09 22:00
windows
api
黑客
windows程序设计读书笔记2——字符显示1
<windows.h> #include "sysmets.h" LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-09 13:50
windows
windows程序设计读书笔记1——创建窗口
第一个win32程序,简单的创建窗口: #include <windows.h> LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
LPARAM
·
2015-11-09 13:49
windows
MFC下托盘图标的实现和托盘菜单
XXXDlg.h: 1.添加成员变量NOTIFYICONDATA m_nid; 2.添加tray消息响应函数的声明 afx_msg LRESULT OnTrayNotify(WPARAM wParam,
LPARAM
·
2015-11-09 13:25
mfc
windows程序设计之对话框简介1
这里先介绍下wParam和
lParam
,对于鼠标而言,LOWORD(wParam)和HIWORD(wParam)代表鼠标位置x,y坐标,对于菜单和控件而言,两者wParam的低字节都是各自的ID,即LOWORD
·
2015-11-09 12:41
windows
创建编辑框控件
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-09 00:00
捕获按钮点击事件
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-08 23:00
创建控件按钮
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-08 22:00
创建控件字体
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-08 22:00
工作总结:MFC使用Windows自带打开对话框
代码: int nStructSize = 76; //Win98 as default
LPARAM
lModuleParam = 0; TV_INSERTSTRUCT tvItem
·
2015-11-08 16:38
windows
枚举当前打开的所有窗口
BOOL CAllwindowsDlg::EnumWindowsProc(HWND hWnd,
LPARAM
lParam
) { //be sure the current window is
·
2015-11-08 14:23
枚举
消息处理函数的返回值
没想到最后的地方落了一句:在消息处理函数中,对于默认消息的处理,本应该这么写: default: return DefWindowProc(hWnd,message,wParam,
lParam
·
2015-11-08 13:20
返回值
线程函数中访问成员变量的方法
--[endif]-->全局函数:UINT threadMessageBoxAdapter( LPVOID
lParam
); <!--[if !supportLists]
·
2015-11-08 13:56
成员变量
简单的编辑器
#include<Windows.h> LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,
LPARAM
); int WINAPI WinMain(
·
2015-11-08 10:26
编辑器
九九乘法表
Windows.h> #define TextHeight 20 #define TextWdith 80 LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,
LPARAM
·
2015-11-08 10:25
表
SDK编程模板
#include<Windows.h> LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,
LPARAM
); int WINAPI WinMain(HINSTANCE
·
2015-11-08 10:24
sdk
利用COPYDATASTRUCT传递命令行参数给驻留内存的进程(SendMessage应用)
但是方法参数
lParam
是Long型,那么如果传递一个字符串(譬如命令行参数)应该怎么办呢,甚至一个对象、结构呢。
·
2015-11-08 10:04
message
VS2005自定义消息添加
跟VC6不同的地方是消息响应函数的返回值必须为LRESULT public: afx_msg LRESULT OnButtonChanged(WPARAM wparam,
LPARAM
lparam
·
2015-11-08 09:39
自定义
RO之取存储过程返回值(In、Out参数)
{ 要引用的单元uRODynamicRequest, uROClasses, uRODL } var
lParam
:TRORequestParam; lArray:DataParameterArray
·
2015-11-08 09:07
存储过程
显示鼠标单击控件次数
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-08 02:00
Windows static控件(静态文本框控件)
#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); HINSTANCE hInst; /* The 'main' function
努力喵
·
2015-11-08 02:00
画一个边缘为红色的椭圆,并用蓝色填充
#include
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); /* The 'main' function of
努力喵
·
2015-11-08 00:00
画一个圆角矩形、椭圆
#include
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); /* The 'main' function of
努力喵
·
2015-11-07 23:00
画一个矩形
#include
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM,
LPARAM
); /* The 'main' function of
努力喵
·
2015-11-07 23:00
QQ 面板实现方法(delphi)(一)
: procedure TForm1.WMMOVING(var Msg: TMessage);begin inherited; with PRect(Msg.
LParam
·
2015-11-07 15:27
Delphi
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他