Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sir, Why Virtual Constructor doesn't exist ? Whereas we have virtual Destructor. Pin
Zac Howland1-Aug-06 5:11
Zac Howland1-Aug-06 5:11 
AnswerRe: Sir, Why Virtual Constructor doesn't exist ? Whereas we have virtual Destructor. Pin
Warren Stevens1-Aug-06 5:13
Warren Stevens1-Aug-06 5:13 
GeneralRe: Sir, Why Virtual Constructor doesn't exist ? Whereas we have virtual Destructor. Pin
toxcct1-Aug-06 5:19
toxcct1-Aug-06 5:19 
GeneralRe: Sir, Why Virtual Constructor doesn't exist ? Whereas we have virtual Destructor. Pin
Zac Howland1-Aug-06 5:23
Zac Howland1-Aug-06 5:23 
AnswerRe: Sir, Why Virtual Constructor doesn't exist ? Whereas we have virtual Destructor. Pin
David Crow1-Aug-06 4:56
David Crow1-Aug-06 4:56 
QuestionTab Control using 'CTabCtrl'? Pin
Andy Rama1-Aug-06 4:39
Andy Rama1-Aug-06 4:39 
AnswerRe: Tab Control using 'CTabCtrl'? Pin
Hamid_RT1-Aug-06 4:53
Hamid_RT1-Aug-06 4:53 
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Andy Rama1-Aug-06 20:32
Andy Rama1-Aug-06 20:32 
WhiteSky wrote:
Hope I understood your question


Take an example that in Dialog I have a ComboBox 'IDC_COMBO1'. Let member variable attached to it is 'm_cmbCombo1' of 'CComboBox' Class. So to add data in it we can directly use AddString(), InsertString(),..etc.

Similary can't I use a Member variable 'm_tabTab1' of 'CTabCtrl' Class( for a Tab Control) to AddPages & other operation using help of other classes like 'CPropertyPage', 'CPropertySheet',..

'CTabCtrl' has a methods, InsertItem() & other. So using that methods only, can't I use Tab Control ( OR add Dialogs to Tab Control)....instead of Inheriting a new Class from 'CTabCtrl'.
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Hamid_RT2-Aug-06 9:29
Hamid_RT2-Aug-06 9:29 
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Andy Rama2-Aug-06 21:04
Andy Rama2-Aug-06 21:04 
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Hamid_RT2-Aug-06 22:01
Hamid_RT2-Aug-06 22:01 
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Andy Rama2-Aug-06 23:11
Andy Rama2-Aug-06 23:11 
GeneralRe: Tab Control using 'CTabCtrl'? Pin
Hamid_RT3-Aug-06 0:52
Hamid_RT3-Aug-06 0:52 
Questionhow to convert a word file to text file Pin
georgekjolly1-Aug-06 4:38
georgekjolly1-Aug-06 4:38 
AnswerRe: how to convert a word file to text file Pin
toxcct1-Aug-06 4:39
toxcct1-Aug-06 4:39 
AnswerRe: how to convert a word file to text file Pin
David Crow1-Aug-06 4:51
David Crow1-Aug-06 4:51 
QuestionGet Current Logged on User Pin
Programm3r1-Aug-06 4:33
Programm3r1-Aug-06 4:33 
QuestionRe: Get Current Logged on User Pin
David Crow1-Aug-06 4:51
David Crow1-Aug-06 4:51 
AnswerRe: Get Current Logged on User Pin
Programm3r1-Aug-06 5:07
Programm3r1-Aug-06 5:07 
QuestionCButton with BS_OWNDERDRAW Pin
YaronNir1-Aug-06 4:17
YaronNir1-Aug-06 4:17 
AnswerRe: CButton with BS_OWNDERDRAW Pin
Hamid_RT1-Aug-06 4:48
Hamid_RT1-Aug-06 4:48 
GeneralRe: CButton with BS_OWNDERDRAW Pin
YaronNir1-Aug-06 21:08
YaronNir1-Aug-06 21:08 
QuestionHow to access password protected shared network drives while traversing the dialog created by using SHBrowseForFolder() Pin
ashtwin1-Aug-06 4:08
ashtwin1-Aug-06 4:08 
QuestionCTreePropSheet & Config File Interaction Pin
ichewcrayons1-Aug-06 4:08
ichewcrayons1-Aug-06 4:08 
GeneralRe: CTreePropSheet & Config File Interaction Pin
ichewcrayons2-Aug-06 4:17
ichewcrayons2-Aug-06 4:17 

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.