Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Knowing with Network Interface will be used Pin
Roger Wright20-Mar-04 6:57
professionalRoger Wright20-Mar-04 6:57 
QuestionHow could I make folder as Public Share in windows98 system? Pin
.NetRams19-Mar-04 18:50
.NetRams19-Mar-04 18:50 
GeneralMFC Edit Controls. Pin
Ichiban_Addict19-Mar-04 17:11
Ichiban_Addict19-Mar-04 17:11 
GeneralRe: MFC Edit Controls. Pin
l a u r e n19-Mar-04 17:27
l a u r e n19-Mar-04 17:27 
GeneralRe: MFC Edit Controls. Pin
Ravi Bhavnani20-Mar-04 7:32
professionalRavi Bhavnani20-Mar-04 7:32 
GeneralRe: MFC Edit Controls. Pin
MeterMan21-Mar-04 15:54
MeterMan21-Mar-04 15:54 
GeneralRe: MFC Edit Controls. Pin
Ichiban_Addict21-Mar-04 16:08
Ichiban_Addict21-Mar-04 16:08 
GeneralRe: MFC Edit Controls. Pin
MeterMan21-Mar-04 18:07
MeterMan21-Mar-04 18:07 
In an example that i seen that used a derived class. The example i seen was a class derived from CStatic that deals with Labels. You can find it on here.
http://www.codetools.com/staticctrl/clabel.asp#xx562545xx

In any case, after you derive the class and you want it to be listed so you can select it from the class wizard you have to go to your project directory and delete the .clw file. Then inside while your source code is up and running hit control W. This will prompt you for a rebuild. Hit OK and it will rebuild it. then when you look in class wizard you will see the new class as a control. In the example i gave above You had class CLabel derived from CStatic. Only CStatic will show until you do like i said. Then after doing that you will then see under control CLabel.

I hope this helps you out. I'm new at this myself just passing on my findings.



Win32newb
"Making windows programs worse than they already are"
GeneralStatus bar gripper Pin
sschilachi19-Mar-04 13:36
sschilachi19-Mar-04 13:36 
GeneralRe: Status bar gripper Pin
_moved20-Mar-04 12:39
_moved20-Mar-04 12:39 
Generalhook Pin
Anonymous19-Mar-04 13:34
Anonymous19-Mar-04 13:34 
GeneralRe: hook Pin
Jörgen Sigvardsson19-Mar-04 14:07
Jörgen Sigvardsson19-Mar-04 14:07 
GeneralRe: hook Pin
Ravi Bhavnani20-Mar-04 7:36
professionalRavi Bhavnani20-Mar-04 7:36 
GeneralSQLBrowseConnect Pin
halblonious19-Mar-04 12:44
halblonious19-Mar-04 12:44 
GeneralRe: SQLBrowseConnect Pin
JWood20-Mar-04 17:28
JWood20-Mar-04 17:28 
Generalvariable loop Pin
Oriented19-Mar-04 10:52
Oriented19-Mar-04 10:52 
GeneralRe: variable loop Pin
Alvaro Mendez19-Mar-04 11:03
Alvaro Mendez19-Mar-04 11:03 
GeneralRe: variable loop Pin
Tom Larsen19-Mar-04 11:46
Tom Larsen19-Mar-04 11:46 
Generalwriting to an EDIT box Pin
Oriented19-Mar-04 10:44
Oriented19-Mar-04 10:44 
GeneralRe: writing to an EDIT box Pin
Alvaro Mendez19-Mar-04 11:05
Alvaro Mendez19-Mar-04 11:05 
GeneralRe: writing to an EDIT box Pin
l a u r e n19-Mar-04 17:30
l a u r e n19-Mar-04 17:30 
GeneralUnresolved external symbol Pin
BlackDice19-Mar-04 10:10
BlackDice19-Mar-04 10:10 
GeneralRe: Unresolved external symbol Pin
JWood19-Mar-04 11:37
JWood19-Mar-04 11:37 
GeneralRe: Unresolved external symbol Pin
manivannan8k19-Mar-04 17:40
manivannan8k19-Mar-04 17:40 
Generaldialog works in winXP but crashes in win98 Pin
iwx19-Mar-04 9:56
iwx19-Mar-04 9:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.