Click here to Skip to main content
15,916,846 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInstalling VC7.0 Pin
Dave_7-Mar-03 1:52
Dave_7-Mar-03 1:52 
GeneralRe: Installing VC7.0 Pin
RobJones7-Mar-03 8:13
RobJones7-Mar-03 8:13 
GeneralRe: Installing VC7.0 Pin
Dave_7-Mar-03 8:19
Dave_7-Mar-03 8:19 
GeneralVC6 Debugger Problem Pin
Paul Farry7-Mar-03 0:34
professionalPaul Farry7-Mar-03 0:34 
GeneralRe: VC6 Debugger Problem Pin
Brian Shifrin7-Mar-03 6:42
Brian Shifrin7-Mar-03 6:42 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 10:54
professionalPaul Farry7-Mar-03 10:54 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 11:33
professionalPaul Farry7-Mar-03 11:33 
GeneralSocket question Pin
Mazdak7-Mar-03 0:25
Mazdak7-Mar-03 0:25 
GeneralRe: Socket question Pin
User 66587-Mar-03 1:44
User 66587-Mar-03 1:44 
GeneralRe: Socket question Pin
Mazdak7-Mar-03 4:40
Mazdak7-Mar-03 4:40 
QuestionHow to Translate a program or how can i make a program Translateble Pin
whofmans7-Mar-03 0:17
whofmans7-Mar-03 0:17 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
wimel7-Mar-03 1:18
wimel7-Mar-03 1:18 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Rage7-Mar-03 1:20
professionalRage7-Mar-03 1:20 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Cedric Moonen7-Mar-03 2:52
Cedric Moonen7-Mar-03 2:52 
AnswerThanks Pin
whofmans7-Mar-03 3:15
whofmans7-Mar-03 3:15 
GeneralRe: Thanks Pin
espelly7-Mar-03 4:01
espelly7-Mar-03 4:01 
GeneralRe: Thanks Pin
Ted Ferenc7-Mar-03 4:10
Ted Ferenc7-Mar-03 4:10 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Abbas_Riazi7-Mar-03 18:35
professionalAbbas_Riazi7-Mar-03 18:35 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Abbas_Riazi7-Mar-03 18:40
professionalAbbas_Riazi7-Mar-03 18:40 
GeneralFocus on Buttons missing using XP Pin
Sara Burns7-Mar-03 0:17
Sara Burns7-Mar-03 0:17 
GeneralRe: Focus on Buttons missing using XP Pin
Michael Dunn7-Mar-03 7:21
sitebuilderMichael Dunn7-Mar-03 7:21 
GeneralRe: Focus on Buttons missing using XP Pin
Anonymous7-Mar-03 11:50
Anonymous7-Mar-03 11:50 
QuestionIs there control or class for visual html editing? Pin
Yasen Georgiew6-Mar-03 23:15
Yasen Georgiew6-Mar-03 23:15 
AnswerRe: Is there control or class for visual html editing? Pin
Big Art7-Mar-03 7:18
Big Art7-Mar-03 7:18 
Yes, It's the CHtmlEditView class. It is new in MFC 7. You just create a SDI application and specify the base class to be derived from CHtmlEditView and build it and you are done. You type into the view window, insert and move pictures etc and HTML is created for you. You can view it by right clicking on the view and selecting View Source.

Hope this helps.

Art
QuestionTab Control Back Color and Tab Color? Pin
anju6-Mar-03 21:49
anju6-Mar-03 21:49 

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.