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
User32.dll
在屏幕上画图的C#实现代码
DllImport所在的名字空间 using System.Runtime.InteropServices; [DllImport( "
User32.dll
" )] public
v5qqcom
·
2009-12-25 08:00
代码
C# Winform 窗体Form的关闭按钮变灰色
[DllImport("
USER32.DLL
")] publicstaticexternintGetSystemMenu(inthwnd,intbRevert); [DllImport("
USER32
wxm3630478
·
2009-12-23 16:00
WINDOWS核心系统文件
4、win32k.sys WINDOWS子系统的内核模式部分 5、ntdll.dll 内部支持函数以及执行体函数的系统服务分发存根 6、kernel32.dll advapi32.dll
user32
deepfuture
·
2009-12-22 11:00
windows
WINDOWS核心系统文件
4、win32k.sys WINDOWS子系统的内核模式部分 5、ntdll.dll 内部支持函数以及执行体函数的系统服务分发存根 6、kernel32.dll advapi32.dll
user32
deepfuture
·
2009-12-22 11:00
windows
reactos操作系统实现(160)
它在
User32.dll
实现代码如下:#001 HWNDWINAPI#002 CreateWindowExW(DWORDdwExStyle,#003 LPCWSTRlpClassName
caimouse
·
2009-12-15 21:00
如何隐藏已知句柄的窗口
'以隐藏计算器为例PrivateDeclareFunctionFindWindowLib"
user32.dll
"Alias"FindWindowA"(ByVallpClassNameAsString,ByVallpWindowNameAsString
asftrhgjhkjlkttttttt
·
2009-12-07 09:00
c
function
String
shell
user
command
C#调用Win32 的API函数--
User32.dll
【转】Win32的API函数是微软自己的东西,可以直接在C#中直接调用,在做WinForm时还是很有帮助的。有时候我们之直接调用Win32的API,可以很高效的实现想要的效果。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropSe
泡面 @ 幸福
·
2009-11-18 16:00
C# WInForm 无框窗体移动
[DllImport("
user32.dll
")] publicstaticexternboolReleaseCapture(); [DllImport("
user32.dll
educast
·
2009-11-13 23:00
object
C#
user
WinForm
c#调用 windows api实现WinForm中嵌入EXE程序
定义: Processprocess=null; IntPtrappWin; privatestringexeName=""; [DllImport("
user32
educast
·
2009-11-13 23:00
windows
api
String
C#
user
WinForm
最简单的重绘之TextBox边框(vb.net)
ImportsSystem.DrawingImportsSystem.Windows.FormsPublicClassTextBoxInheritsWindows.Forms.TextBoxPrivateDeclareFunctionGetWindowDCLib"
user32
迈克揉索芙特
·
2009-11-07 22:00
.net
win7上不了飞信+QQ飞车报错
飞信:无法定位程序输入点dwmhintdxupdate于动态链接库
user32.dll
上解决办法:将C:\Windows\system32\dwmapi.dll复制到飞信的安装文件夹,覆盖原文件。
Wilson_Lai
·
2009-10-21 10:49
win7
职场
飞信
休闲
QQ飞车
win7上不了飞信+QQ飞车报错
飞信:无法定位程序输入点dwmhintdxupdate于动态链接库
user32.dll
上解决办法:将C:\Windows\system32\dwmapi.dll复制到飞信的安装文件夹,覆盖原文件。
Wilson_Lai
·
2009-10-21 10:49
win7
职场
飞信
休闲
QQ飞车
.C# 获取另一程序控件,改变值,触发事件
[DllImport("
User32.dll
",EntryPoint="FindWindow")]privatestaticexternIntPtrFindWindow(stringlpClassName
flyfish
·
2009-10-13 14:00
Dll学习
其中三个最重要的DLL分别是Kernel32.dll,
User32.dll
,GDI32.dll。
春暖花开
·
2009-10-02 16:00
电脑小技巧1
1.快速锁定电脑在桌面上单击鼠标右键,在随后出现的快捷菜单上选择新建“快捷方式”,接着系统便会启动创建快捷方式向导,在文本框中输“rundll32.exe
user32.dll
,LockWorkStation
dgh00
·
2009-09-30 11:40
职场
休闲
电脑小技巧1
1.快速锁定电脑在桌面上单击鼠标右键,在随后出现的快捷菜单上选择新建“快捷方式”,接着系统便会启动创建快捷方式向导,在文本框中输“rundll32.exe
user32.dll
,LockWorkStation
dgh00
·
2009-09-30 11:40
职场
休闲
C# 使用WM_NCLBUTTONDOWN消息实现任意位置移动窗体
WM_NCLBUTTONDOWN = 0xA1; 2 public const int HT_CAPTION = 0x2; 3 4 [DllImportAttribute("
user32
Heclei
·
2009-09-24 14:00
C# 实现窗口"绑架"
所谓"绑架"就是把其他Win32程序的窗体嵌入到我们托管的WinForm中.网上已经用很多java版和Delphi版还有WPF的.我在这里补充C#版的.定义需要的Win32API[DllImport("
user32
format
·
2009-09-23 13:00
标题: C#取得当前窗体图片
其中有提到一点就是要打印当前的确窗体.想到的一个解决方案就是模拟按下ALT+PRNT的组合键,然后从CLIPBOARD中取的要打印的图形.当然,第一步是要取得你当前的窗体..实现方法如下: [DllImport("
user32
luckisok
·
2009-09-10 08:00
image
user
C#
图形
关于Winform中SendKeys不生效的替代方法
代码如下:[DllImport("
user32.dll
")]staticexternvoidkeybd_event(bytebVk,bytebScan,uintdwFlags,UIntPtrdwExtraInfo
paulin
·
2009-09-06 19:00
winform
byte
button
object
api
user
CSDN论坛答疑
快捷键锁定计算机
请先在桌面上点击鼠标右键,创建一个新的快捷方式,然后再填写项目位置的时候, 输入“rundll32.exe
user32.dll
,LockWorkStation”。
dahui12344321
·
2009-09-06 18:00
windows
XP
DLL基础——Windows核心编程学习手札之十九
DLL基础 ——Windows核心编程学习手札之十九 Windows API中的所有函数都包含在DLL中,3个最重要的DLL是Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32
wapysun
·
2009-09-05 18:00
编程
C++
c
windows
C#
DLL基础——Windows核心编程学习手札之十九
DLL基础——Windows核心编程学习手札之十九WindowsAPI中的所有函数都包含在DLL中,3个最重要的DLL是Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.
fjssharpsword
·
2009-09-05 18:00
编程
windows
File
dll
任务
编译器
C#调用Win32 的API函数--
User32.dll
Win32的API函数是微软自己的东西,可以直接在C#中直接调用,在做WinForm时还是很有帮助的。有时候我们之直接调用Win32的API,可以很高效的实现想要的效果。CodeCodehighlightingproducedbyActiproCodeHighlighter(freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSy
lovnet
·
2009-09-05 11:00
C++
c
C#
LINQ
WinForm
枚举Windows窗口
WNDENUMPROClpEnumFunc, //callbackfunction LPARAMlParam //application-definedvalue );执行EnumWindows时,
User32
cay22
·
2009-09-01 11:00
windows
shell
user
dialog
callback
文本编辑
DLL入门(一)
3个最重要的DLL是Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,它包含用于画图和显示文本的各个函数
bichenggui
·
2009-08-31 23:00
类似QQ窗体靠边隐藏原理
classWin32API{[DllImport("
user32.dll
")]publicstaticexternboolPtInRect(refRectangler,Pointp);}privatevoidtimer3
wwei466
·
2009-08-22 13:00
timer
qq
api
object
存储
Class
如何调试动态链接库
Project-setting-debug-excutablefordebugsession中添加调用程序的路径,然后调试(只可以调试一个动态链接库);3.在初始化或者Oncreate的时候使用LoadLibrary("
User32
bao_qibiao
·
2009-07-27 20:00
session
user
Google
活动
dll
[C#]C#如何获取键盘状态
[DllImport("
user32.dll
",EntryPoint="GetKeyboardState")] publicstaticexternintGetKeyboardState(byte[]
shaily
·
2009-07-27 11:00
.C# 获取另一程序控件,改变值,触发事件
id=1625[DllImport("
User32.dll
",EntryPoint="FindWindow")]privatestaticexternIntPtrFindWindow(stringlpClassName
seamonkey
·
2009-07-27 10:00
object
String
user
null
domain
button
用Mouse_event和Keybd_event来控制鼠标和键盘
原文URL:http://hi.baidu.com/wxvp/blog/item/37e3d44e5baea80fb2de05d1.html 这个函数在
user32.dll
这个库文件里面。
jqj031
·
2009-07-17 17:00
C++
c
windows
C#
XP
链接器中三个最重要的动态链接库kernel32.dll、
user32.dll
、gdi32.dll的作用
user32.dll
是Windows用户界面相关应用程序接口,用于包括Windows处理,基本用户界面等特性,如创建窗口和发送消息。
lingdxuyan
·
2009-07-14 22:00
windows
user
图形
C#读取Win32标准DLL文件中的字符串资源
在C#中,通过WindowsAPI函数读取标准的Win32DLL文件中的字符串资源下面的代码以读取
user32.dll
文件中的ID号为712的字符串资源。
ex_net
·
2009-07-03 23:00
windows
windows
windows
windows
windows
String
String
C#
C#
dll
dll
dll
byte
byte
C#读取Win32标准DLL文件中的字符串资源
在C#中,通过Windows API函数读取标准的Win32 DLL文件中的字符串资源 下面的代码以读取
user32.dll
文件中的ID号为712的字符串资源。
insertyou
·
2009-07-03 23:00
Win32
c#中设置快捷键
c#中设置快捷键 转载自:http://blog.csdn.net/zlz_212/archive/2006/06/15/798603.aspx要设置快捷键必须使用
user32.dll
下面的两个方法
congfeng02
·
2009-06-19 16:00
C++
c
windows
.net
C#
用C# 屏蔽系统热键(包括禁止使用任务管理器)
首先要调用操作系统的dll文件,先引入命名空间usingSystem.Runtime.InteropServices;调用操作系统动态链接库的方法[DllImport("
user32.dll
",CharSet
maidou0921
·
2009-06-18 13:00
struct
C#
byte
任务
hook
keyboard
无窗口拖动问题
这里的代码是某位大大写的,具体记不清楚了,不好意思如果有问题请留言我会纠正 无窗体拖动代码 [DllImport("
user32.dll
")] public static extern
·
2009-06-10 08:00
问题
利用Visual C#编程模拟鼠标操作
其中一个是:[DllImport("
user32.dll
")]stati
yunhaiC
·
2009-06-05 17:00
编程
.net
windows
C#
user
library
运行时改变无边框窗体的大小
PublicClassForm1DeclareSubReleaseCaptureLib"
User32.dll
"()PrivateDeclareFunctionSendMessageLib"
user32.
wzuomin
·
2009-06-03 13:00
function
object
user
Integer
Class
C#获取系统鼠标指针
系统设置了鼠标指针的样式可以通过下面的方法设置程序的鼠标指针样式 [DllImport("
user32.dll
",EntryPoint="SetCursor")]publicstaticexternIntPtrSetCursor
zgke
·
2009-05-08 16:00
object
C#
user
C#隐藏滚动条.
使用方法 SetScrollBar(this.Handle,1,0); 下面是全部代码 [DllImport("
user32.dll
",CharSet=CharSet.Auto)]publicstaticexternintShowScrollBar
zgke
·
2009-05-07 18:00
qq
C#
user
Class
使用C#注册全局快捷键
注册/注销全局快捷键需要用
user32.dll
中的这两个api: RegisterHotKey UnregisterHotKey 所以使用C#注册全局快捷键就是要用C#调用
user32
wjason
·
2009-05-07 14:00
C++
c
.net
Blog
C#
DllImport C#
经常在网上看一些代码,能看到很多像这样的代码[DllImport("
user32.dll
")].然后下面就是一些复杂的函数,有的看不懂.经查资料后才知道,原来这些代码是在调用外部函数,而
user32.dll
yunhaiC
·
2009-04-24 09:00
api
object
String
user
C#
dll
Powerbuilder系列精彩问答
在Windows的API中,可以实现字符的透明输出,因此用API可以实现,下面是例子://API函数声明:FunctionulongGetDC(ulonghWnd)Library"
USER32.DLL
"FunctionlongReleaseDC
lidengzhi0000
·
2009-04-13 14:00
数据库
function
Integer
Sybase
library
PowerBuilder
一段弹出框小脚本的调试
原始脚本:#include"web_api.h"Action(){lr_load_dll("
user32.dll
");messageboxa(null,"MyenglishnameisRomleo!"
rital
·
2009-04-11 21:00
Web
脚本
user
null
dll
action
窗体透明效果
不过此函数在w2k的
user32.dll
里有实现,所以如果你不希望下载巨大的sdk的话,可以直接使用GetProcAddress获取该函数的指针。
eaglewood2005
·
2009-04-05 19:00
windows
user
byte
Blend
fun
winapi
C#获取桌面壁纸图片的路径(Desktop Wallpaper)
usingSystem.Runtime.InteropServices;[DllImport("
user32.dll
",CharSet=CharSet.Auto,SetLastError=true)]
zu14
·
2009-03-20 11:00
C++
c
windows
C#
用Mouse_event和Keybd_event来控制鼠标和键盘
原文URL:http://hi.baidu.com/wxvp/blog/item/37e3d44e5baea80fb2de05d1.html 这个函数在
user32.dll
这个库文件里面。
sunnymelon
·
2009-03-13 10:00
C++
c
windows
XP
C#
DLL学习笔记1
有3个最重要的DLL是Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界
白驹过隙
·
2009-03-06 00:00
C#、VB.NET使用Windows API控制系统音量及静音
查了下资料,找到了这个使用API的方法,使用起来很简单,但有些参数的具体值,为什么这么取,我也没搞清楚,实用主义,先用着,呵呵 实现的代码如下:一、引入API定义[DllImport ("
user32.
zu14
·
2009-02-25 19:00
c
windows
.net
vb
VB.NET
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他