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#切换成英文输入法
WinAPI.cspublicclassWinAPI{[DllImport("
user32.dll
")]publicstaticexternboolPostMessage(inthhwnd,uintmsg
wiseyao1219
·
2024-09-14 06:04
c#
开发语言
c#安全-nativeAOT
测试首先编译一段普通代码usingSystem;usingSystem.Runtime.InteropServices;namespacecoleak{classwinfun{[DllImport("
User32
coleak
·
2024-02-10 07:36
#
渗透测试
c#
开发语言
常用配置 设置保持winform显示,不会因为分辨率和屏幕大小而变化
在winform的Program.cs文件中设置如下代码:staticclassProgram{[System.Runtime.InteropServices.DllImport("
user32.dll
搬砖的诗人Z
·
2024-02-08 16:21
C#
winform
开发语言
c#
C# GetPixel and SetPixel
usingSystem.Drawing;usingSystem.Runtime.InteropServices;usingSystem.Windows.Forms;[DllImport("
user32.
huajian2008
·
2024-02-08 15:22
C#
c#
null
user
C# 更改系统的屏保设置
以下演示如何设置屏幕保护程序的等待时间(也就是启动屏保前无操作的时间间隔),示例代码:usingSystem;usingSystem.Runtime.InteropServices;classProgram{[DllImport("
user32
wangnaisheng
·
2024-02-04 06:38
C#
c#
c#的反汇编对抗
,同时用csc生成exeusingSystem;usingSystem.Runtime.InteropServices;namespacecoleak{classwinfun{[DllImport("
User32
coleak
·
2024-02-03 09:23
#
渗透测试
网络安全
安全
c#
C#实现带光标的截图
[DllImport("
user32.dll
",SetLastError=true)]publicstaticexternboolRegisterHotKey(IntPtrhWnd,intid,KeyModifiersfsModifiers
lingxiao16888
·
2024-01-28 12:15
c#
开发语言
深度学习平台demo(三)- C#共享内存方式读写数据及图像
所实验的界面长如下样子(右边是panel控件里放入了一个picturebox控件):成员按变量有如下:[DllImport("
user32.dll
",CharSet=CharSet.Auto
竹叶青lvye
·
2024-01-20 03:40
深度学习平台demo
sharememory
共享内存
c#
图像
C# WinFrom重写Combobox边框颜色
classCustomeComboBox:System.Windows.Forms.ComboBox{//导入API函数[System.Runtime.InteropServices.DllImport("
user32
小仙女&&
·
2024-01-19 22:22
C#使用FindWindow和FindWindowEx查找窗体和控件,以及如何查找标题带下划线的控件
win32函数需要需要导入usingSystem.Runtime.InteropServices;//////获取窗体的句柄函数//////窗口类名///窗口标题名///返回句柄[DllImport("
user32
白杨攻城狮
·
2024-01-18 14:54
C#
c#
开发语言
海康visionmaster-VM 嵌入:嵌入用户软件界面的方法
解答将VM软件整体嵌入到客户软件中,需要利用Panel控件,并且需要先启动VM软件,具体代码如下:C#[DllImport(“
User32.dll
”,EntryPoint=“SetParent”)]publicstaticexternintSetParent
视觉人机器视觉
·
2024-01-16 15:54
开发语言
计算机视觉
人工智能
数据库
视觉检测
Win32学习笔记(2)API中的宽字符
User32.dll
:是Windows用户界面相关应用程序接口,如创建窗口和发送消息等。
wzprabbit
·
2024-01-05 05:38
Win32
windows
2021-03-02
usingSystem.Runtime.InteropServices;usingSystem.Diagnostics;usingUnityEngine;publicclassWindowAPI:MonoBehaviour{[DllImport("
user32
舌尖上的中国001
·
2024-01-01 21:51
unity3d
Unity3D Windows平台窗口置顶全屏
二、思路主要是对Window编程,引入
user32.dll
调用window的API对窗口进行操作三、实现usingSystem;usingSystem.Collections;usingSystem.Runtime.InteropServices
A歪
·
2024-01-01 21:19
Unity3D
MFC消息机制详细剖析
去编辑MFC的.rc资源文件来DIY窗体静态编译的,把很多静态库的代码都添加进去了,所以速度很慢消息机制针对的是GUI程序(比如窗口程序),你点击关闭按钮,会产生一个消息,首先OS捕获这个消息,然后通过
user32
Tandy12356_
·
2024-01-01 09:34
mfc
c++
c语言
windows
切换不同应用模块并且修改UG标题栏文字
usingSystem;usingNXOpen;publicclassNXJournal{[System.Runtime.InteropServices.DllImport("
user32.DLL
",EntryPoint
白雪公主的后妈
·
2023-12-29 00:26
ug二次开发
NX二次开发
不同模块切换
C#/WPF 只允许一个实例程序运行并将已运行程序置顶
实例代码://////App.xaml的交互逻辑///publicpartialclassApp:Application{[DllImport("
user32.dll
")]//设置窗体置顶privatest
无熵~
·
2023-12-28 11:28
WPF
C#
c#
开发语言
C# 虚拟按键和模拟鼠标
虚拟按键可通过Keybd_event实现publicclassKey{[DllImport("
user32.dll
")]publicstaticexternvoidkeybd_event(byteb
无熵~
·
2023-12-26 16:07
WPF
C#
c#
开发语言
WPF窗体去掉最大化,最小化按钮。
[DllImport("
user32.dll
",EntryPoint="GetWindowLong")]publicstaticexternintGetWindowLong(IntPtrhwnd,intnIndex
阿达King哥
·
2023-12-20 17:32
.NET技术
wpf
user
object
windows11直接关闭显示器快捷键
Windows\System32\WindowsPowerShell\v1.0\powershell.exe-WindowStyleHidden-Command"(Add-Type'[DllImport(\"
user32
李浩洋93
·
2023-12-20 06:07
临时记录
关闭显示器
快捷键关闭显示器
windows关闭显示器
简单演示python 如何使用Windows动态链接库文件
user32.dll
动态链接库中函数方便增强我们编程的灵活性由于语法的不同我们得注意一些细节上的差别,我不给出太长的代码段,以免分散注意力,希望对初学者有一定的帮助:#第一步引入库importctypes#现在我们想使用
user32
pengg123h
·
2023-12-18 10:35
python
windows
开发语言
C# 获取Windows所有窗口句柄
参考代码publicclassWindowApi{//寻找目标进程窗口[DllImport("
USER32.DLL
")]publicstaticexternIntPtrFindWindow(stringlpClassName
rjcql
·
2023-12-17 11:46
C#
c#
windows
开发语言
C#鼠标穿透功能(WinForm)
User32.Dll
函数要想实现鼠标穿透功能,需要用到
User32.Dll
的几个函数:SetWindowLong、GetWindowLong、SetLayeredWindowAttributes。
yue008
·
2023-11-29 08:39
c#
windows
鼠标穿透
C#调用Windows系统自带虚拟键盘的方法
1、添加外部引用privateconstInt32WM_SYSCOMMAND=274;privateconstUInt32SC_CLOSE=61536;[DllImport("
user32.dll
",SetLastError
mr_five567
·
2023-11-21 17:44
c#
windows
unity
WindowsHelper
WindowsHelpernamespaceZL_WorkPlatform{publicclassWindowsHelper{[DllImport("
user32.dll
")][return:MarshalAs
kalvin_y_liu
·
2023-11-16 23:08
C#
中级知识汇总
单片机
stm32
嵌入式硬件
C#_模拟鼠标操作
一、classclassMouseHelper{[DllImport("
user32.dll
")]publicstaticexternboolSetCursorPos(intX,intY);[System.Runtime.InteropServices.DllImport
momo_al
·
2023-11-16 05:17
C#
c#
计算机外设
开发语言
获取窗口【C#】
获取第三方正在运行的窗口的数据的示例代码:usingSystem;usingSystem.Diagnostics;usingSystem.Runtime.InteropServices;classProgram{[DllImport("
user32
cfqq1989
·
2023-11-14 09:23
visual
studio
c#
开发语言
c# 注册全局热键
//引入系统API[DllImport("
user32.dll
")]staticexternboolRegisterHotKey(IntPtrhWnd,intid,intmodifiers,Keysvk
weixin_30639719
·
2023-11-08 16:32
C#注册全局热键
一、声明注册热键方法[DllImport("
user32.dll
")]privatestaticexternintRegisterHotKey(IntPtrhwnd,intid,intfsModifiers
anyu3168
·
2023-11-08 16:27
c#
windows三大链接库
lib=
user32.dll
阿猹在路上
·
2023-11-05 22:40
c#调用GetWindowText函数
[DllImport("
user32.dll
")]publicstaticexternintGetWindowTextLength(IntPtrhWnd);[DllImport("
User32.dll
"
赫__________________
·
2023-11-05 04:16
windows
c#
richtextbox中取消光标闪烁
创建CustomRichTextBox.csclassCustomRichTextBox:RichTextBox{[DllImport("
user32.dll
")]staticexternboolHideCaret
Aries_wan
·
2023-11-03 04:37
C# API之常用操作窗口类函数详解[查找所有窗口、获取目标句柄的类名、获取窗口文本、获取当前活动窗口、通过窗口句柄获取线程ID、获取指定窗口位置]
//查找所有窗口(只要是在进程里面的)///如果不限制类名或者标题使用null代替//////窗口类名,不限制使用null///窗口标题,不限制使用null///找到的窗口句柄[DllImport("
user32
工控闪剑
·
2023-11-01 17:47
C#代码分享
c#
开发语言
C#操作窗口句柄
获取窗口大小及位置//需在开头引入命名空间usingSystem.Runtime.InteropServices;//1.获取当前窗口句柄:GetForegroundWindow()[DllImport("
user32
尽在云中
·
2023-11-01 16:40
C#
窗口句柄
应用程序单实例运行
窗口激活显示
(2)微信UI自动化-微信窗体管理(C#)
//根据名称获取窗体句柄[DllImport("
user32.dll
",EntryPoint="FindWindow")]privateexternstaticIn
小耕家的喵大仙
·
2023-10-31 16:20
微信自动化
.net
微信
ui
自动化
C#:EXCEL退出会,进程/线程残留问题
usingSystem.Runtime.InteropServices;[DllImport("
User32.dll
",CharSet=CharSet.Auto)]publicstaticexternintGetWindowThreadProcessId
小鸿叔
·
2023-10-25 12:31
C#
C#
EXCEL
残留
进程
线程
Windows鼠标API——模拟鼠标输入信息
usingSystem;publicclassMouseInputSimulater{#regionDLLs[System.Runtime.InteropServices.DllImport("
user32
suixinger_lmh
·
2023-10-22 10:51
业务处理
unity
【C++】从零开始,只使用FFmpeg,Win32 API,实现一个播放器(一)
创建窗口的核心函数,是CreateWindow(准确的说:是CreateWindowA或者CreateWindowW,这两个才是
User32.dll
的导出
福伴
·
2023-10-16 13:31
C# 窗口置顶
新建一个WinForm项目,在项目的.cs文件中加入以下代码:1、引入命名空间:usingSystem.Runtime.InteropServices;2、在窗口类中加入:[DllImport("
user32
csdn_dx
·
2023-10-04 08:35
C#
c#
java
开发语言
Unity调用API函数对系统桌面和窗口截图
usingSystem;usingSystem.Collections;usingSystem.Runtime.InteropServices;usingSystem.Drawing;[DllImport("
user32
foenix66
·
2023-09-30 07:27
unity
windows
c#
unity 桌面程序
;usingSystem.Runtime.InteropServices;usingUnityEngine;publicclasschuantou:MonoBehaviour{[DllImport(“
user32
憨豆人生
·
2023-09-25 07:34
unity
游戏引擎
C# Winform无边框窗体实现界面拖动
C#Winform无边框窗体实现界面拖动[DllImport("
user32.dll
")]publicstaticexternboolReleaseCapture();[DllImport("
user32
C# 学习者
·
2023-09-20 13:46
c#
开发语言
microsoft
winform的RichTextBox设置行距
关于richtextbox设置指定行距的问题,在网上搜索了很多,大部分比较正确的答案是通过引用
user32.dll
,搜索到的内容比较多,我就放了其中一个参照的链接:https://www.cnblogs.com
花明C
·
2023-08-26 07:17
WinForm
文本行高
C#——快速使用Win32API的方法
[DllImport("
user32.dll
")]staticexternintGetWindowTextLength(IntPtrhWnd);功能介绍推荐一款类库Microsoft.Windows.CsWin32
一者仁心
·
2023-08-23 01:25
C#
c#
windows
开发语言
C# 应用程序强制获取焦点
Windorm和WPF等应用程序想自己获取焦点焦点那是不可能的,只能通过系统的API来实现[System.Runtime.InteropServices.DllImport("
user32.dll
",CharSet
baoolong
·
2023-08-19 08:00
C#
c#
焦点
获取
Windows
控件
winform中消息提示框延时自动关闭
https://www.cnblogs.com/dangpengfei/p/12766281.html[DllImport("
user32.dll
")]publicstaticexternintMessageBoxTimeoutA
简单的绿竹
·
2023-08-06 21:29
.net(C#)
Winform
c#
开发语言
后端
C# Winform 多进程窗体间传值->SendMessage()
首先,你需要添加对WindowsAPI的引用:[DllImport("
user32.dll
",CharSet=CharSet.Au
_oP_i
·
2023-08-01 04:10
winform
c#
winform
MFC 透明窗体
不过此函数在w2k的
user32.dll
里有实现,所以如果你不希望下载巨大的sdk的话,可以直接使用GetProcAddress获取该函数的指针。
圣☞摧枯拉朽
·
2023-07-31 16:32
mfc
使用Windows API控制系统音量及静音
今日查找控制其它exe静音的方法,发现下文:原文DllImport("
user32.dll
",CharSet=CharSet.Auto,SetLastError=true)]staticexternIntPtrSendMessage
beiger
·
2023-07-27 06:03
笔记
多媒体
程序开发
c#
winapi
C# 线程间不能调用剪切板的解决方法
在做外部程序窗口截图时候,用C#g.CopyFromScreen(newPoint(x,y),newPoint(0,0),bmp.Size);方法或WinAPI[DllImport("
user32.dll
rogerfang
·
2023-07-27 03:38
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他