Click here to Skip to main content
15,891,774 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: menu at Right Side...VC++ Pin
20-Sep-01 21:13
suss20-Sep-01 21:13 
GeneralRe: menu at Right Side...VC++ Pin
Michael Dunn20-Sep-01 21:58
sitebuilderMichael Dunn20-Sep-01 21:58 
GeneralReloading FTP Pin
José Luis Sogorb19-Sep-01 2:53
José Luis Sogorb19-Sep-01 2:53 
GeneralAccessing database Pin
19-Sep-01 1:37
suss19-Sep-01 1:37 
GeneralRe: Accessing database Pin
[James Pullicino]19-Sep-01 2:05
[James Pullicino]19-Sep-01 2:05 
GeneralPlay multiple mediaplayer in Win NT Pin
Dhanavanth19-Sep-01 1:04
Dhanavanth19-Sep-01 1:04 
QuestionWhat kind of VIEW is beeing used in different progs? Pin
18-Sep-01 23:34
suss18-Sep-01 23:34 
AnswerRe: What kind of VIEW is beeing used in different progs? Pin
Michael P Butler18-Sep-01 23:40
Michael P Butler18-Sep-01 23:40 
Well IE uses a HTML Window, the nearest in MFC is CHTMLView

Visual C++ uses a couple of CDialogBars and a MDI CEditView.

It all depends on the kind of app you are trying to write and what you want to achieve.

I find a CFormView is the best way to do button handling. What are you trying to achieve in a CView. You can add all the needed message handling for a button because a CView is pretty much the equivlent of a basic API Window. You might want to look at some of the API samples for this kind of info.

Michael Smile | :)
GeneralRe: What kind of VIEW is beeing used in different progs? Pin
18-Sep-01 23:51
suss18-Sep-01 23:51 
GeneralRe: What kind of VIEW is beeing used in different progs? Pin
Michael P Butler19-Sep-01 0:00
Michael P Butler19-Sep-01 0:00 
AnswerRe: What kind of VIEW is beeing used in different progs? Pin
Michael Dunn19-Sep-01 0:18
sitebuilderMichael Dunn19-Sep-01 0:18 
GeneralFinding an item in ListCtrl Pin
Özgür18-Sep-01 23:13
Özgür18-Sep-01 23:13 
GeneralRe: Finding an item in ListCtrl Pin
Tomasz Sowinski19-Sep-01 0:59
Tomasz Sowinski19-Sep-01 0:59 
GeneralQuestion about strings Pin
18-Sep-01 22:41
suss18-Sep-01 22:41 
GeneralRe: Question about strings Pin
[James Pullicino]18-Sep-01 22:58
[James Pullicino]18-Sep-01 22:58 
GeneralRe: Question about strings Pin
18-Sep-01 23:11
suss18-Sep-01 23:11 
GeneralRe: Question about strings Pin
Michael Dunn18-Sep-01 22:59
sitebuilderMichael Dunn18-Sep-01 22:59 
GeneralRe: Question about strings Pin
18-Sep-01 23:09
suss18-Sep-01 23:09 
GeneralRe: Question about strings Pin
Steen Krogsgaard18-Sep-01 23:23
Steen Krogsgaard18-Sep-01 23:23 
GeneralRe: Question about strings Pin
18-Sep-01 23:29
suss18-Sep-01 23:29 
GeneralRe: Question about strings Pin
18-Sep-01 23:31
suss18-Sep-01 23:31 
Generalwave files Pin
18-Sep-01 21:36
suss18-Sep-01 21:36 
GeneralDisabled images on buttons Pin
PJ Arends18-Sep-01 21:32
professionalPJ Arends18-Sep-01 21:32 
GeneralRe: Disabled images on buttons Pin
18-Sep-01 22:10
suss18-Sep-01 22:10 
QuestionMake an array of words from a sentence? Pin
Tryhard18-Sep-01 20:47
Tryhard18-Sep-01 20:47 

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.