Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:21
acerunner31620-Dec-06 12:21 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:29
Mark Salsbery20-Dec-06 12:29 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:51
acerunner31620-Dec-06 12:51 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:56
Mark Salsbery20-Dec-06 12:56 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 10:54
acerunner31620-Dec-06 10:54 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 11:23
Mark Salsbery20-Dec-06 11:23 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:39
acerunner31620-Dec-06 12:39 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:47
Mark Salsbery20-Dec-06 12:47 
acerunner316 wrote:
Is this the correct way to do it?


Yeah I didn't think about how the class wizard would react Smile | :) I guess some hand-coding/rearranging
will be necessary.


acerunner316 wrote:
I would have to remap all the controls from the existing tab window though


If you choose to go that route, use the class with the most code already in it. Copy the
cpp and h files and rename to the base class name or whatever. In the files find/replace all
instances of the old class name with the new name.
That'll save much work.
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 13:08
acerunner31620-Dec-06 13:08 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 13:19
Mark Salsbery20-Dec-06 13:19 
QuestionHas anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 10:59
professionalRichard Andrew x6418-Dec-06 10:59 
AnswerRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 11:43
led mike18-Dec-06 11:43 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 11:48
professionalRichard Andrew x6418-Dec-06 11:48 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 12:06
led mike18-Dec-06 12:06 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 12:53
professionalRichard Andrew x6418-Dec-06 12:53 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 13:05
Mark Salsbery18-Dec-06 13:05 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:16
professionalRichard Andrew x6418-Dec-06 13:16 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 13:22
Mark Salsbery18-Dec-06 13:22 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:46
professionalRichard Andrew x6418-Dec-06 13:46 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 14:40
Mark Salsbery18-Dec-06 14:40 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 13:36
led mike18-Dec-06 13:36 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 13:28
led mike18-Dec-06 13:28 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:44
professionalRichard Andrew x6418-Dec-06 13:44 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike19-Dec-06 4:37
led mike19-Dec-06 4:37 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6419-Dec-06 4:41
professionalRichard Andrew x6419-Dec-06 4:41 

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.