Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - subclassing
Search - subclassing - List
这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing. the same time deal with their own mouse click on the news; Mouse hook function
Update : 2008-10-13 Size : 13.79kb Publisher : c-king

Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).
Update : 2008-10-13 Size : 16.74kb Publisher : gxc

这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own mouse clicks news; The hook function mouse
Update : 2008-10-13 Size : 13.78kb Publisher : 胡东

子类化程序,显示所有的消息-Subclassing procedures, show all the news
Update : 2025-02-17 Size : 2kb Publisher : chen

这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own mouse clicks news; The hook function mouse
Update : 2025-02-17 Size : 13kb Publisher : 胡东

这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing. the same time deal with their own mouse click on the news; Mouse hook function
Update : 2025-02-17 Size : 13kb Publisher : c-king

Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).-Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control- it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).
Update : 2025-02-17 Size : 16kb Publisher : gxc

仿QQ宠的VC程序,使用CShockwaveFlash控件,用SetLayeredWindowAttributes进行透明,用HWND hWnd = m_FlashPlayer.Detach() m_FlashPlayer.SubclassWindow(hWnd) 子类化控制CShockwaveFlash控件的事件。 -QQ pet imitation of the VC process, the use of CShockwaveFlash controls, with SetLayeredWindowAttributes transparent, using HWND hWnd = m_FlashPlayer.Detach () m_FlashPlayer.SubclassWindow (hWnd) Subclassing control CShockwaveFlash control events.
Update : 2025-02-17 Size : 2.39mb Publisher : smtiger

仿QQ宠的VC程序,使用CShockwaveFlash控件,用SetLayeredWindowAttributes进行透明,用HWND hWnd = m_FlashPlayer.Detach() m_FlashPlayer.SubclassWindow(hWnd) 子类化控制CShockwaveFlash控件的事件。 -QQ pet imitation of the VC process, the use of CShockwaveFlash controls, with a transparent SetLayeredWindowAttributes with HWND hWnd = m_FlashPlayer.Detach () m_FlashPlayer.SubclassWindow (hWnd) Subclassing control CShockwaveFlash control events.
Update : 2025-02-17 Size : 1.15mb Publisher : smtiger

vc版本直接继承cwnd类(vb版本用子类化)实现单行编辑框(edit、textbox)效果,可以鼠标选择,支持中英文,可以选择,复制,剪切,粘贴。压缩包里有vc和vb版本。vb版本是翻译vc版本的代码。-vc version of the direct succession of CWnd Class (vb version Subclassing) realize single edit box (edit, textbox) the effect of the mouse can choose to support Chinese and English, you can choose, copy, cut, paste. Compression bag are vc and vb version. vb version is translated version of the code vc.
Update : 2025-02-17 Size : 78kb Publisher : 书林跋涉

使用Visual C++实现的窗口子类化演示-The use of Visual C++ Realize Subclassing window demo
Update : 2025-02-17 Size : 4kb Publisher : Metal

本人原创(QQ:20437023),曾发表于PSCode,完美的模拟了对Windows窗体和菜单,按钮的封装,全子类化实现,虚拟类模块托管HOOK过程,实现了和VB IDE中一样的事件化Windows消息.-Original I (QQ: 20437023), has been published in the PSCode, perfect simulation of the Windows Forms and menus, buttons, packaging, all Subclassing realize, virtual class module hosted HOOK process and realize the VB IDE in the same Windows of news events.
Update : 2025-02-17 Size : 35kb Publisher : cadaver

演示了如何分割视图,如何改变分割视图的边框颜色,给标准CTreeCtrl控件添加额外的显示功能.同时还有一个自己做的CTreeList类,模仿了foxmail中的邮件列表.可以给初学子类化的同志们一些例子-Demonstration of how to partition view, how to change the border color segmentation view, add controls to the standard CTreeCtrl additional display capabilities. At the same time there is a category of its own doing CTreeList, Foxmail in imitation of the mailing list. Can give beginner Subclassing comrades are some examples
Update : 2025-02-17 Size : 320kb Publisher : 耿蓓蕾

Windows MFC的窗口子类化的一个例子,写的很好,可以参考!-Windows MFC Subclassing a window for an example of good writing, you can refer to!
Update : 2025-02-17 Size : 3.47mb Publisher : junco

这是书上的代码,如何实现Windows XP环境下窗口子类化,供大家参考-This is a book of code, how to achieve the Windows XP environment Subclassing window for reference
Update : 2025-02-17 Size : 20kb Publisher : Lucy

子类化原代码,帮助你如何子类化一个窗口或控件-subclassing tech you how to sub class!
Update : 2025-02-17 Size : 45kb Publisher : gameaya

Small article with description how to make subclassing with samples in Visual Basic 6.
Update : 2025-02-17 Size : 322kb Publisher : testorgc

A description of Subclassing and Hooking techniques with Visual Basic.
Update : 2025-02-17 Size : 3.73mb Publisher : pizzafabio

windows subclassing demo program
Update : 2025-02-17 Size : 181kb Publisher : imskamal

' cSelfSubHookCallback. Class with extra code for sample project. Created from the clsSelfSubHookCallBk_Template class ' clsSelfSubHookCallBk_Template. A class combining subclassing, hooking, callbacks that can be used to create custom classes/modules ' clsAPIWindow_Template. A class designed specifically for creating custom window classes ' See top remarks in the classes
Update : 2025-02-17 Size : 76kb Publisher : Edem
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.