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
LWA_COLORKEY undeclared identifier 的解决办法
GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000); HINSTANCEhInst=LoadLibrary("
User32
testcs_dn
·
2012-07-05 09:00
c
user
null
byte
fun
winapi
4.OD-调试示例1
TraceMe,再按F9运行起来,如图所示 设置一个断点:Ctrl+G打开跟随表达式窗口OllyDbg里对API的大小写敏感,输入的函数名大小写必须正确,比如以下两种写法都是不正确的:点击OK后,会跳到系统
User32
hgy413
·
2012-07-02 19:00
瘦客户端常见问题分析NCT-2000-XP
请确认:XP系统如果安装了KB958690和KB956572这两个系统补丁这,会出现“
USER32.DLL
shanblue
·
2012-06-22 00:00
常见问题
Windows非公开API函数的调用办法
此时,我们可以通过显式的Load系统的
user32.dll
库,获得对应的函数接口指针,通过函数指针去调用对应的函数。下面通过两个实例来说明一下。
xingpacer
·
2012-06-12 22:06
UI界面
Windows非公开API函数的调用办法
此时,我们可以通过显式的Load系统的
user32.dll
库,获得对应的函数接口指针,通过函数指针去调用对应的函数。下面通过两个实例来说明一下。
chenlycly
·
2012-06-12 22:00
windows
api
null
编译器
winapi
c# 进程窗口显示并前置
[DllImport("
user32.dll
")] privatestaticexternboolSetForegroundWindow(IntPtrhWnd); [DllImport("
user32.
liufeng520
·
2012-06-04 16:00
C# 中[DllImport("
user32.dll
")]和extern用法和示例
综述:extern修饰符用于声明在外部实现的方法。extern修饰符的常见用法是在使用Interop服务调入非托管代码时与DllImport特性一起使用。在这种情况下,还必须将方法声明为static,如下示例所示:[DllImport("user32.dll.dll")]privatestaticexternvoidIsWindowVisible();extern关键字还可以定义外部程序集别名,使
xiaohuizi2009
·
2012-06-04 10:00
关于dll加载的一些理解
一、程序加载dll的两种情况:比如对于
user32.dll
,我们在程序中包含了头文件:1.如果没有
无名
·
2012-05-22 15:00
孙鑫-MFC笔记十一--动态链接库
Windows三个重要的动态链接库Kernel32.dll,它包含用于管理内存、进程和线程的各个函数;
User32.dll
,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函数;GDI32.
App_12062011
·
2012-05-15 09:00
api
Microsoft
mfc
dll
reference
output
1.OD-破解MTS DashBoard
看了下,UNICODE,所以猜GetWindowTextW,之类spy++看EIDT的ID:FA2OD看所有存在window:记下句柄0011154cCTRL+G输入GetWindowTextW,跳转到
User32
hgy413
·
2012-04-26 17:00
c
算法
user
Class
Windows7中飞信无法启动的原因和解决方法
:在windows7系统下安装了最新版本的飞信2010后,遇到这样的问题:初次启动飞信一切正常,而关闭后再次启动飞信时始终无法运行,总是提示无法定位程序输入点DwmHintDxUpdate于动态链接库
USER32
佚名
·
2012-04-25 17:59
用MFC实现窗体透明
不过此函数在w2k的
user32.dll
里有实现,所以如果你不希望下载巨大的sdk的话,可以直接使用GetProcAddress获取该函数的指针。以下是MSDN上的原内容,我会加以解释。
windows_nt
·
2012-04-24 22:00
function
mfc
byte
fun
structure
winapi
C#中keybd_event 用法及键码参照
[DllImport("
user32.dll
",EntryPoint="keybd_event")]publicstaticexternvoidkeybd_event(bytebVk,//虚拟键值bytebScan
gkq8124372
·
2012-04-24 16:00
windows
api
C#
delete
insert
byte
禁用窗体的关闭按钮
阅读更多[DllImport("
USER32.DLL
")]publicstaticexternintGetSystemMenu(inthwnd,intbRevert);[DllImport("
USER32
devilhand
·
2012-04-23 16:00
阻止屏保运行、显示器和系统待机
代码如下:[c-sharp]viewplaincopy//定义API函数 [DllImport("
user32.dll
")] static extern bool SystemParametersInfo
zztoll
·
2012-04-23 09:00
windows
api
C#
user
System
hook
wpf 判断鼠标在一段时间内是否移动
publicstructPOINT { publicintX; publicintY; publicPOINT(intx,inty) { this.X=x; this.Y=y; } } [DllImport("
user32
config_man
·
2012-04-21 15:00
timer
windows
object
struct
Class
WPF
C#调用其他程序,比如控制别的程序上的按钮
[DllImport("
user32.dll
",EntryPoint="FindWindow",SetLastError=true)] privatestaticexternIntPtrFindWindow
config_man
·
2012-04-19 16:00
object
String
C#
user
null
button
google earth参考代码
//--------------------------------- [DllImport("
user32.dll
",CharSet=CharSet.Auto)] publicexternstaticboolSetWindowPos
liqing19850102
·
2012-04-18 22:00
user
Google
null
WinForm
修改导入表HOOK API(ring3_iat_exe_hook_Messagebox)<转>
函数,但这些函数不一定都在EXE本身中,例如你调用Messagebox来显示一个对话框时,你只需要调用它,你并没有编写Messagebox的函数的实现过程,Messagebox的函数的实现过程实际上是在
user32
gaoxin1076
·
2012-04-15 18:00
api
function
image
exe
import
hook
Windows Message Codes
[DllImport("
user32.dll
")] publicstaticexternintSendMessage(IntPtrhWnd,intMsg,intwParam,intlParam); /
alisa525
·
2012-04-05 14:00
timer
windows
command
user
360
DWM
C#中让控件全屏显示的实现代码(WinForm)
1.使用winapi“SetParent”接口:复制代码代码如下:[DllImport("
user32.dll
",SetLastError=true)]staticexternIntPtrSetParent
·
2012-04-04 17:55
C# API 函数
[DllImport("
user32.dll
")]publicstaticexternReturnTypeFunctionName(typearg1,typearg2,...);//
lllljz
·
2012-03-31 00:00
windows
api
String
C#
dll
Interop
C# 让控件全屏显示(WinForm)
1.使用winapi“SetParent”接口:[DllImport("
user32.dll
",SetLastError=true)]staticexternIntPtrSetParent(IntPtrhWndChild
里沃特-技术博客
·
2012-03-30 15:00
WinForm禁用横向/纵向滚动条
[DllImport("
user32.dll
")][return:MarshalAs(UnmanagedType.Bool)]privatestaticexternboolShowScrollBar(IntPtrhWnd
yaraja
·
2012-03-30 15:00
C# WinForm获取当前拥有焦点的控件
C#WinForm获取当前拥有焦点的控件2010-04-1210:43//API声明:获取当前焦点控件句柄 [DllImport("
user32.dll
",CharSet=CharSet.Auto
alisa525
·
2012-03-28 11:00
user
C#
null
WinForm
2010
c# 调用windows API(
user32.dll
)
windows为程序设计者提供了用户api,但是c#怎么调用API呢?我是代码君,下面代码实现了一个调用设置鼠标位置(setCursorPos())的接口,请看代码:usingSystem; usingSystem.Runtime.InteropServices; usingSystem.Threading; namespacesetCursor { classProgram { [DllImp
Sniffer_Wang
·
2012-03-24 22:00
windows
api
String
user
C#
byte
C# 判断大小写是否按下
[DllImport("
user32.dll
",EntryPoint="GetKeyboardState")] publicstaticexternintGetKeyboardState(byte
z397164725
·
2012-03-21 14:00
c#实现定时任务(Timer)
usingSystem.Threading;usingSystem.Runtime.InteropServices;namespaceAutoCreateTaskApp{classProgram{[DllImport("
user32
arvinstudy
·
2012-03-20 17:02
█小小代码
使C# 窗体的关闭按钮、最小化、最大化按钮不可用
[DllImport("
USER32.DLL
")] publicstaticexternintGetSystemMenu(inthwnd,intbRevert); [DllImport("
USER32
xuehuic
·
2012-03-20 14:00
C#中调用API函数RegisterHotKey注册多个系统热键
要设置快捷键必须使用
user32.dll
下面的两个方法。
HelloJimmy520
·
2012-03-19 16:00
windows
api
C#
user
dll
平台
动态链接库编程 ( DLL ) 浅见
首先我们明白“DLL”编程是很重要的:在windowsAPI中有3个重要的DLL Kernel32.dll:它包含用于管理内存、进程和线程的各个函数;
User32.dll
:它包含用于执行用户界面任务(如窗口的创建和消息的传送
shanshanpt
·
2012-03-16 16:00
c#中用声音提示报警
MessageBeep(unituType):需添加usingSystem.Runtime.InteropServices;publicconstintMB_ICONEXCLAMATION=48;[DllImport("
user32
devilhand
·
2012-03-14 09:00
windows xp sp3 系统
user32.dll
所有导出的API函数列表大全(整理在此,方便查阅,学习)
user32.dll
是Windows用户界面相关应用程序接口,用于包括Windows处理,基本用户界面等特性,如创建窗口和发送消息。
bjtbjt
·
2012-03-13 16:00
c
windows
api
user
XP
Deb
如何在PB中切换中英文输入法数
functionbooleanImmSimulateHotKey(ULonghWnd,ULongdwHotKeyID)library"IMM32.dll"functionulongGetKeyboardLayout(ulongdwLayout)LIBRARY"
user32
sdlcgxcqx
·
2012-03-03 03:00
windows
function
String
user
输入法
library
C# WinForm 显示 隐藏 鼠标
usingSystem.Runtime.InteropServices; [DllImport("
user32.dll
",EntryPoint="ShowCursor",CharSet=CharSet.Auto
ranbolwb
·
2012-02-18 11:00
百度
user
C#
WinForm
Java调用动态库(dll)最简便方法和最好用的组件
比如说要在Java中调用已有的动态库,如 Windows 的
user32.dll
的方法 MessageBoxA,具体步骤是 Java 中声明一个 native 方法,然后用 javah 命令生成JNI
iaiai
·
2012-02-09 08:00
java
防范API被下断点(以MessageBoxA为例)
对MessageBoxA函数进行的断点检测:FARPROCUaddr;BYTEMark=0;(FARPROC&)Uaddr=GetprocAddress(LoadLibrary("
user32.dll
"
canaan
·
2012-02-04 22:00
API函数 GetScrollPos 获取滚动条位置的妙用
函数定义格式:[DllImport("
user32.dll
",EntryPoint="GetScrollPos")]publicstaticexternintGetScrollPos( inthwnd
biyusr
·
2012-01-31 09:00
api
user
RadioButton
C#中实现模拟鼠标事件
其实主要是展示一下[DllImport("
user32.dll
")]staticexternvoidmouse_event(MouseEventFlagflags,intdx,intdy,uintdata
yysyangyangyangshan
·
2012-01-02 20:00
object
C#
user
测试
Class
button
C#中实现模拟鼠标事件
其实主要是展示一下[DllImport("
user32.dll
")]staticexternvoidmouse_event(MouseEventFlagflags,intdx,intdy,uintdata
yangyoushan
·
2012-01-02 20:00
object
测试
user
C#
Class
button
Silverlight5通过P/Invoke调用系统win32的三个示例
调用Win32函数publicpartialclassMainPage:UserControl { [DllImportAttribute("
user32.dll
",EntryPoint="MessageBoxW
chuncn
·
2011-12-30 16:00
深入Windows原理杂记
Hal.dll:硬件抽象层4.Win32k.sys:Windows子系统的内核模式部分5.Ntdll.dll内部支持函数,以及执行体函数的系统服务分发存根6.Kernel32.dll,Advapi32.dll,
User32
ProjectOOCloud
·
2011-12-30 14:52
windows
职场
硬件
休闲
物理
MSDN未公开函数文档
函数自kernel32.dll,ntdll.dll,shell32.dll,
user32.dll
和shlwapi.dll。
wordman
·
2011-12-27 21:36
windows
二进制
职场
休闲
Windows窗体抖动小游戏
由于.net的语法想实现控制其他窗体,不用WindowsAPI是无法实现的,所以需要用到如下API:[DllImport("
user32.dll
")] privatestaticexternIntPtrGetForegroundWindow
llftc
·
2011-12-27 08:00
游戏
windows
timer
object
Random
button
C#调用API函数给Winform窗体添加动态特效
这里要介绍的是调用
user32.dll
中的API函数来给Winform界面添加动态特效。
zhenyuanjie
·
2011-12-21 14:00
Windows API
User32.dll
如果你不想自己的程序被从Ctrl+Alt+Del弹出的窗口中强行关闭,介绍一个Windows未公布的API函数给你: RegisterServiceProcess(ProcessID:Long,Type:Long)该函数存在于Kernal32.dll中.Process指向进程的ID,Type表示是否向系统注册该进程,是1,否0. GetClientRect函数功能:该函数获取窗口客户区的坐标。
zhenyuanjie
·
2011-12-21 13:00
.NET C#调用Windows API的开发方法。
我们常用到的dll文件是
user32.dll
和kernel32.dll两个文件.用.NET平台上的C#语言来调用Win32平台上的dll文件。必须使用DllImport特性。C#里
cnn237111
·
2011-12-13 21:06
windows
职场
硬盘
休闲
DllImport
常用的三大模块:
user32.dll
是Windows用户界面相关应用程序接口,用于包括Windows处理,基本用户界面等特性,如创建窗口和发送消息gdi32.dllgdi32.dll是WindowsGDI
flydragon0815
·
2011-12-09 17:45
职场
休闲
dllimport
动态链接库dll详解
User32.dll
包含哪些用于执行用户界面的函数GDI32.dll包含哪些用于画图和显示文本的函数使用动态链接库的好处:1. 可以跨语言调用如你用c语言编写的dll可以
skilledprogrammer
·
2011-12-01 21:00
api
测试
dll
语言
工具
Delphi
《windows核心编程系列》十七谈谈dll
三个最重要的DLL是Kernel32.dll,
User32.dll
,GDI32.dll。 使用dll的好处: 1:扩展了应用程序的特性。 2:简化了项目管理 可以让不
xitong
·
2011-11-28 22:00
windows
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他