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#、VB.NET使用Windows API控制系统音量及静音
查了下资料,找到了这个使用API的方法,使用起来很简单,但有些参数的具体值,为什么这么取,我也没搞清楚,实用主义,先用着,呵呵实现的代码如下:一、引入API定义[DllImport("
user32.dll
zu14
·
2009-02-25 19:00
C++
.net
windows
vb
VB.NET
创建“锁定计算机”的快捷方式
创建“锁定计算机”的快捷方式在桌面上单击鼠标右键,在随后出现的快捷菜单上选择新建“快捷方式”,接着系统便会启动创建快捷方式向导,在文本框中输“rundll32.exe
user32.dll
,LockWorkStation
duansky'weblog
·
2009-02-12 16:00
WinDBG 技巧:列出模块(DLL/EXE)里面所有的符号(symbol)
比如我想列出
user32.dll
里面所有的以GetWindowT开头的符号,使用命令0:016> xuser32!GetWindowT*75f50f7bUSER32!GetWindowTe
陈本峰
·
2009-02-12 05:00
职场
模块
符号
休闲
WinDBG 技巧:列出模块(DLL/EXE)里面所有的符号(symbol)
比如我想列出
user32.dll
里面所有的以GetWindowT开头的符号,使用命令0:016> xuser32!GetWindowT*75f50f7bUSER32!GetWindowTe
陈本峰
·
2009-02-12 05:00
职场
模块
符号
休闲
WinDBG 技巧:列出模块(DLL/EXE)里面所有的符号(symbol)
比如我想列出
user32.dll
里面所有的以GetWindowT开头的符号,使用命令 0:016> xuser32!GetWindowT*75f50f7bUSER32!GetWi
WinGeek
·
2009-02-12 05:00
VS2003, listView 中,大图标时,各个图标之间间距的控制:
VS2003,c#listView中,大图标时,各个图标之间间距的控制:[DllImport("
user32.dll
",CharSet=CharSet.Auto)] public static extern
laorer
·
2009-01-06 17:00
ListView
user
c#更改标题栏颜色收藏
DEBUG [DllImport("
User32.dll
")] privatestaticexternIntPtrGetWindowDC(IntPtrhwnd); [
mubingyun
·
2008-12-24 11:00
.net
image
C#
user
X86
快速锁定桌面
接着在文本框钟输入”rundll32.exe
user32.dll
,LockWorkStation“。
闪电cto
·
2008-12-05 17:27
职场
休闲
Some common windows system DLL
windowssystemDLLsThethreemostimportantDLLsinwindows:Kernel32.dll,containsfunctionsformanagingmemory,processes,andthreads;
User32
sooner01
·
2008-11-28 15:00
windows
object
File
Security
System
dll
怎么在数据窗口中用左箭头实现shift+tab
subroutinekeybd_event(uintbVk,uintbScan,longdwFlags,longdwExtraInfo)library'
user32.dll
'定义用户事件keydown:
pb8
·
2008-11-27 11:00
function
脚本
user
Integer
library
subroutine
win32 修改窗口属性
FUNCTIONlongSetWindowLong(ulonghWnd,integernIndex,ulongdwNewLong)library"
user32.dll
"ALIASFOR"SetWindowLongA
clzdl
·
2008-11-26 11:00
C
模板实现所有API硬编码导出
好像是俄国出的东西 很强大很邪恶名字也怪叫XWMFLIB我也不知道不过效果也是哇哇的了几个系统DLL中的API如kernel32.dlladvapi32.dllntdll.dll
user32.dll
基本上被重写了
chinafe
·
2008-11-13 16:00
AVG Antivirus也遭遇误杀事件
AVG错误地把Windows系统核心文件
user32.dll
作为一个木马Trojan,直接删除,导致Windows系统崩溃。目前AVG已宣布正在修正这一Bug。 国内前段时间相继爆出诺
baiseda
·
2008-11-13 09:00
C++
c
windows
C#
如何让你的WinForm嵌入桌面窗口最底层
如何让你的WinForm嵌入桌面窗口最底层此类将窗体永远置于窗口最底层首先,调用一些
User32.dll
的WinAPI函数internal class User32 ...{ public
zfrong
·
2008-11-11 17:00
user
null
WinForm
winapi
hook 钩子程序二 kb.cs (wow自动登录)
publicclassKB { //Constructors publicKB() { } //Methods [DllImport("
user32
huwei2003
·
2008-10-24 15:00
user
byte
scroll
hook
nested
Constants
动态设置form的icon
[System.Runtime.InteropServices.DllImport("
user32.dll
", CharSet =
wwei466
·
2008-10-14 11:00
c
object
user
微软
[转]怎样将自己的DLL加载到Explorer.exe
最常见的方法是使用钩子函数(Hook),但是这种方法主要有两个缺点:第一如果某个进程没有加载
User32.dll
,那么HookDLL将永远也不会被加载。
c++初学者
·
2008-09-28 11:00
[引]C# DllImport 属性
程序使用从
User32.dll
库导入的 MessageBox 方法。
touchinsert
·
2008-09-24 09:00
import
C#调用Windows API
[DllImport("
user32.dll
")] publicstaticexternReturnTypeFunctionName(typearg1,typearg2,...
fanzhonglei
·
2008-09-10 09:00
让TextBox只允许输入数字
VisualBasicCodePrivateDeclareFunctionGetWindowLongLib"
user32.dll
"Alias"GetWindowLongA" (ByValhwndAsLong
supermanking
·
2008-08-20 01:00
在C#中如何调用dll文件
譬如,你想调用
User32.DLL
中的Messag
wxtsmart
·
2008-08-06 14:00
孙鑫教学视频笔记(19)动态链接库
其中有三个最重要的DLL,Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,
zougangx
·
2008-08-06 11:00
function
api
dll
mfc
library
reference
让不置顶的窗体不会被最小化
[DllImport("
user32.dll
", EntryPoint = "SetParent")] public static extern int SetParent(int hWndChild
·
2008-08-01 13:00
warning LNK4089: all references to "
USER32.dll
" discarded by /OPT:REF
warningLNK4089:allreferencesto"
USER32.dll
"discardedby/OPT:REF开发平台:VC出现错误:warningLNK4089:allreferencesto"
USER32
追逐梦想
·
2008-07-29 14:00
在窗体标题栏上模拟关闭按钮.
[DllImport("
User32.dll
")] privatestaticexternIntPtrGetWindowDC(IntPtrhwnd); [DllImport("
cbgn
·
2008-07-24 11:00
.net
object
user
X86
C#调用API函数
[DllImport("
user32.dll
")]publicstaticexternReturnTypeFunctionName(typearg1,typearg2,...);//
w123wxh
·
2008-07-22 10:00
api
c#
windows
interop
dll
string
给winform combox加readonly功能(用户可能复制combox中的内容)
publicpartialclassForm1:Form{[DllImport("
user32.dll
",CharSet=CharSet.Auto,ExactSpelling=true)]publicstaticexternIntPtrGetWindow
csharp_chenhl
·
2008-07-11 14:00
移动无标题(边框)窗体
今天无意间发现了一个很简单的代码,调用了系统API在Program.cs中存在如下代码: [DllImport("
user32.dll
")] public static extern bool
mgod
·
2008-06-17 21:00
C#
移动
WinForm
窗体
无标题
无边框
移动无标题(边框)窗体
今天无意间发现了一个很简单的代码,调用了系统API在Program.cs中存在如下代码: [DllImport("
user32.dll
")] public static extern bool
mgod
·
2008-06-17 21:00
C#
移动
WinForm
窗体
无标题
无边框
移动无标题(边框)窗体
今天无意间发现了一个很简单的代码,调用了系统API在Program.cs中存在如下代码:[DllImport("
user32.dll
")]publicstaticexternboolReleaseCapture
mgod
·
2008-06-17 21:00
移动
C#
窗体
C#.NET
移动无标题(边框)窗体
今天无意间发现了一个很简单的代码,调用了系统API在Program.cs中存在如下代码:[DllImport("
user32.dll
")]publicstaticexternboolReleaseCapture
mgod
·
2008-06-17 21:00
移动
C#
窗体
学习随笔
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是通过此
jinjazz
·
2008-06-12 22:00
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是
wsql
·
2008-06-12 22:00
windows
Microsoft
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是
xiaoer_1982
·
2008-06-12 22:00
windows
Microsoft
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是
izuoyan
·
2008-06-12 22:00
windows
Microsoft
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是
wsql
·
2008-06-12 22:00
windows
Microsoft
Windows API入门简介
常用三个模块是
User32.dll
,Kernel32.dll和gdi32.dll。
user32.dll
是Windows用户界面相关应用程序接口.包括窗体创建,销毁,发送消息等,还有hook也是
csstome
·
2008-06-12 22:00
windows
Microsoft
C#中调用API函数RegisterHotKey注册多个系统热键
要设置快捷键必须使用
user32.dll
下面的两个方法。
lgb571
·
2008-05-19 19:00
C#实现PC关机,注销,重启
// ExitWindowsEx 函数可以退出登陆、关机或者重新启动系统 [DllImport( "
user32.dll
",ExactSpelling=true,SetLastError=true
wudi626
·
2008-05-07 18:00
Java调用动态库最简便方法和最好用的组件
比如说要在Java中调用已有的动态库,如 Windows 的
user32.dll
的方法 MessageBoxA,具体步骤是 Java 中声明一个 native 方法,然后用 javah 命令生成JNI
EJB_wawa
·
2008-05-01 18:00
java
C++
c
jni
C#
VC#钩子实现及应用
(设立一道卡子,盘查需要的信息) [DllImport( "
user32.dll
", Calli
changjiangzhibin
·
2008-04-19 03:00
在C#中获取文本框中光标所在位置
const int EM_GETSEL = 0xB0;const int EM_LINEFROMCHAR = 0xC9;const int EM_LINEINDEX = 0xBB;[DllImport("
user32
ggw128
·
2008-04-06 16:00
object
String
C#
user
System
button
windows核心编程19
3个最重要的DLL是:Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,它包含用于画图
freedom0203
·
2008-03-15 17:00
API(3)- 在PB中如何注销当前用户、关闭计算机、重启计算机
、重启计算机通过ExitWindowsEx函数可实现这三个功能,首先作如下声明:Function Long ExitWindowsEx(Long uflag,Long nouse) Library ″
user32
rambo_china
·
2008-03-05 23:00
学习笔记:第19课 动态联接库
其中有3个最重要的DLL,Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,
Last_Impression
·
2008-01-20 17:00
api
function
dll
documentation
library
reference
C#在屏幕上画图
[DllImport("
user32.dll
")] private static extern int GetDC(int hwnd); private void button1
haoxingfeng
·
2008-01-16 12:00
C#在屏幕上画图
[DllImport("
user32.dll
")]privatestaticexternintGetDC(inthwnd);privatevoidbutton1_Click(objectsender,EventArgse
haoxingfeng
·
2008-01-16 12:00
C#
COM学习散记(3) DLL例子改进
其中有三个最重要的DLL,Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,
wenjie2005
·
2008-01-08 21:00
孙鑫VC学习笔记:第十九讲 动态链接库
其中有三个最重要的DLL,Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.dll,
huahuamoon
·
2007-12-29 13:00
function
dll
mfc
library
reference
编译器
关于病毒Hack.SuspiciousAni解决办法
该漏洞存在于系统关键文件
user32.dll
中。当用户进入带有相关恶意代码的网页时,浏览器将会把这种畸形ANI文件下载到本机临时文件夹中,并依照网页脚本执行,将其设置为浏览此页面时鼠标的光标图案。
liangjp
·
2007-12-13 16:39
职场
病毒
hack
休闲
SuspiciousAni
上一页
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
其他