Advertisement

1 - 10 of 110 containing alltags:("subclass") (0 seconds)
 I want to have the tab key move me to the next control in my non-dialog TWindow.  Using the regular API I would subclass and interpret VK_TAB to move to the next control.  Is there an easy way to...
Zones: OWLDate Answered: 10/29/1997 Grade: C Views: 0
Hi, I am trying to create an OCX, which subclasses the windows toolbar control. After realizing that the Visual C++ 5.0 Wizards doesn't give you the option of direct subclassing the toolbar contro...
Zones: Windows MFCDate Answered: 06/18/1998 Grade: A Views: 0
I would like to draw my own background in a mdi application. I have read several answers to this question and this is what I believe I have to do: 1. create the main frame window 2. create the mdi...
Zones: Windows ProgrammingDate Answered: 07/16/1998 Grade: B Views: 0
I am trying to subclass a CWnd class1,not just a control from another CWnd class2 to take over paint messages among others. First attempts failed because CWnd::SubclassWindow() requires the HWND be...
Zones: C++Date Answered: 10/14/1998 Grade: B Views: 0
How can I subclass another 32-bit program? The MSDN-Infos are not detailed enough. Please post the answer with a Code-Sample. Thanks.
Zones: Visual BasicDate Answered: 02/21/1999 Grade: B Views: 0
I have been told that there is an MSDN aticle on Subclassing a Window in another process but I cannot find it. Can anyone help?
Zones: Windows ProgrammingDate Answered: 03/25/1999 Grade: A Views: 14
I am looking for a way to set the background and text colours of a button?(CWnd?) If this involves subclassing from CButton, overloading the paint service, and using the data exchange, can someo...
Zones: Windows MFCDate Answered: 02/18/2000 Grade: A Views: 0
What is this technique of subclassing in Visual C and why and how is it used
Zones: Windows MFCDate Answered: 09/26/2003 Grade: A Views: 0
Hi, How do you create a subclass of an element (ie table, td, tr, input...)? I tried this but it didn't work: function trTest() {   this.p1 = "test"; } trTest.prototype = document.creat...
Zones: JavaScriptDate Answered: 06/11/2003 Grade: A Views: 0
Good-day, I am trying to figure out how to properly subclass the CSplitterWnd class.  When I select add class from class wizard, the base class list does not include this as one of the options; ...
Zones: Windows MFCDate Answered: 05/29/2003 Grade: A Views: 0