搜索资源列表
weigongkaiapispion
- 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。 1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。 2、对于某个运行中程序的窗口/控制,你可以: ——将它们Enable/Disable,Show/Hide,销毁(带自定义返回); ——修改它们的图标、口令字符、字体、背景色、位置、大小和标题; 3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等); 4、显示出所有运行的进程、
Win32++_A_Simple_Alternative_to_MFC
- Win32++ provides a framework for developing applications using the Win32 API directly. It supports all MS operating systems that run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a
testToolBarWithBox
- Win32 api Text in Toolbar
CFixedbarSrc
- Fixed ToolBar win32 Source Code
ThreadProgressBar
- A good example of progress bar implemented by pure win32 sdk,I hope it will be useful for guys here.^_^
office-style-menubar-
- 纯win32 api + c_++实现 ms office样式的菜单栏. 在rebar中嵌入toolbar,让toolbar实现系统菜单样式. 本代码重点是实现了鼠标移动到toolbar按钮上自动改变toolbar按钮的状态,并在相应位置弹出对应的菜单. 表现与系统菜单完全一致. 没有使用钩子,集成起来比使用钩子的方式简单很多.-create ms office style menubar with pure win32 api and c++. out of use hook.
notepad
- WIN32汇编拟Windows XP自带记事本,界面和功能都仿的比较像,未能实现打印功能,拖放文件功能也有待完善。 richEdit控件未实现右键菜单。基本实现所有功能,添加了工具栏和状态栏,增加颜色功能,使用 nmake 进行编译和链接,界面如上所示,仅供汇编的朋友参考学习。 -Windows XP comes with WIN32 compilation to be Notepad, interface and features are more like imitation, fail
dock2
- dock工具栏,纯win32 api编写,vs2013测试通过-dock toolbar based on win32 api, tested in vs2013