-
opengl游戏编程 非常适合初学者阅读,值得推荐一看
opengl游戏编程 非常适合初学者阅读,值得推荐一看-opengl game programming is very suitable for beginners to read, it is worth to recommend a look at
- 2022-12-03 02:05:03下载
- 积分:1
-
automatic clearance for the game code, within the rules of the game that is wort...
自动扫雷器游戏代码,内有游戏规则说明,值得一看哦
-automatic clearance for the game code, within the rules of the game that is worth looking at, oh
- 2022-01-30 18:26:20下载
- 积分:1
-
Realize the use of hook menu shadow effect may have had a lot of people like me,...
利用钩子实现菜单阴影效果
也许有很多人曾和我一样, 对Office XP里面的菜单的阴影效果羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它 们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同
-Realize the use of hook menu shadow effect may have had a lot of people like me, for Office XP menu inside the shadow of the effect of envy, it does not need in Windows XP can be displayed in the menu behind the shadow, of course, in Windows XP, has been completely support of the shadow of the menu. Although we may not be necessary to achieve their own more difficult to realize this effect. But, as has a lot of people would like to realize the kind of IE-style menu bar as, although they have not been able to bring us more useful features, but the procedure allows us to look different
- 2023-07-31 18:20:04下载
- 积分:1
-
接口钩子示例,组件引用钩子
com接口hook例子,com hook入门参考-com interface hook example, com portal reference hook
- 2022-01-25 14:28:08下载
- 积分:1
-
do with one very good game and upload onto hope and exchange, using java develop...
用java做的一款非常不错的游戏,上传上来希望和大家交流,关于用java开发游戏软件。-do with one very good game and upload onto hope and exchange, using java development of game software.
- 2022-11-18 09:30:09下载
- 积分:1
-
C# 鼠标 键盘 钩子
C#的鼠标键盘 钩子代码,可以hook到当前系统的鼠标和键盘输入,并对其键值进行修改和事件处理,这是从MSDN上找到的代码,非常给力~
- 2022-07-15 23:50:07下载
- 积分:1
-
系统注册表信息
系统注册表信息-registry information system
- 2022-03-10 05:29:04下载
- 积分:1
-
k3cbot,装备要求较高,效率很高,成功率是发家的保证
k3cbot,装备要求较高,效率很高,成功率是发家的保证-k3cbot, equipment higher, and high efficiency, the success rate is a small minority of the guarantee
- 2022-02-02 20:20:16下载
- 积分:1
-
天堂2游戏物品ID整理, 天堂2游戏物品ID整理
天堂2游戏物品ID整理, 天堂2游戏物品ID整理-Lineage 2 game ID finishing items, Lineage 2 game ID collate items
- 2022-02-20 07:40:38下载
- 积分:1
-
C#(winform) 实现hook 剪切板工具
应用背景winfrom 实现剪切板历史工具,运行exe,“win”+“·” 唤出主窗体 开始监视 ,自动记录Ctrl+C、X 剪切的所有数据, “win”+“←“调出剪切板历史记录 上下键选择要粘贴的文本 Ctrl+V 使用剪切板记录文本关键技术
//将非持久性数据置于系统剪贴板中。
Clipboard.SetDataObject("这条信息置于剪切板中,相当于Ctrl+C");
//获取剪切板中文本格式的内容,相当于Ctrl+V(不过如果剪切板中的内容不是文本格式就返回空字符串)
string message =
Convert.ToString(Clipboard.GetDataObject().GetData(DataFormats.Text));
System.Windows.Forms 命名空间
Clipboard 类
Clipboard 成员
提供将数据置于系统剪贴板中以及从中检索数据的方法。无法继承此类。
方法
名称
说明
Clear
从剪贴板中移除所有数据。
ContainsAudio
- 2023-06-12 20:05:09下载
- 积分:1