Click here to Skip to main content
15,906,558 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Change Controls Size?! Pin
Andres Manggini6-Mar-02 9:38
Andres Manggini6-Mar-02 9:38 
GeneralRe: Change Controls Size?! Pin
Carlos Antollini6-Mar-02 9:55
Carlos Antollini6-Mar-02 9:55 
GeneralRe: Change Controls Size?! Pin
moliate6-Mar-02 10:29
moliate6-Mar-02 10:29 
GeneralRe: Change Controls Size?! Pin
7-Mar-02 2:34
suss7-Mar-02 2:34 
GeneralExternal Control of VC++ Interface Pin
Blade[DMS]6-Mar-02 6:10
Blade[DMS]6-Mar-02 6:10 
Generalagain anchor property Pin
Mazdak6-Mar-02 6:05
Mazdak6-Mar-02 6:05 
QuestionHow do I pass arguments to a view? Pin
6-Mar-02 5:03
suss6-Mar-02 5:03 
AnswerRe: How do I pass arguments to a view? Pin
Tomasz Sowinski6-Mar-02 5:53
Tomasz Sowinski6-Mar-02 5:53 
Probably the easiest way is to store additional information in your app object before calling OpenDocumentFile. View could access this using AfxGetApp (with proper static_cast) during OnInitialUpdate.

Other possible location for this sort of data is static member of CYourView.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: How do I pass arguments to a view? Pin
6-Mar-02 6:26
suss6-Mar-02 6:26 
AnswerRe: How do I pass arguments to a view? Pin
Joaquín M López Muñoz6-Mar-02 5:57
Joaquín M López Muñoz6-Mar-02 5:57 
GeneralRe: How do I pass arguments to a view? Pin
6-Mar-02 7:13
suss6-Mar-02 7:13 
GeneralRe: How do I pass arguments to a view? Pin
Joaquín M López Muñoz6-Mar-02 9:00
Joaquín M López Muñoz6-Mar-02 9:00 
AnswerRe: How do I pass arguments to a view? Pin
Jonathan Craig6-Mar-02 8:49
Jonathan Craig6-Mar-02 8:49 
GeneralDoc/View borders Pin
Derek Lakin6-Mar-02 4:16
Derek Lakin6-Mar-02 4:16 
GeneralRe: Doc/View borders Pin
Joaquín M López Muñoz6-Mar-02 5:46
Joaquín M López Muñoz6-Mar-02 5:46 
GeneralRe: Doc/View borders Pin
Derek Lakin6-Mar-02 7:06
Derek Lakin6-Mar-02 7:06 
GeneralRe: Doc/View borders Pin
Nish Nishant6-Mar-02 8:19
sitebuilderNish Nishant6-Mar-02 8:19 
GeneralRe: Doc/View borders Pin
Joaquín M López Muñoz6-Mar-02 8:37
Joaquín M López Muñoz6-Mar-02 8:37 
Generaluse right(string,2) in c++ Pin
tbbooher6-Mar-02 3:23
tbbooher6-Mar-02 3:23 
GeneralRe: use right(string,2) in c++ Pin
Nish Nishant6-Mar-02 3:52
sitebuilderNish Nishant6-Mar-02 3:52 
GeneralRe: use right(string,2) in c++ Pin
Joaquín M López Muñoz6-Mar-02 5:39
Joaquín M López Muñoz6-Mar-02 5:39 
GeneralRe: use right(string,2) in c++ Pin
tbbooher6-Mar-02 5:56
tbbooher6-Mar-02 5:56 
QuestionHow can I draw scrollbar created by WS_VSCROOL in non-client area myseft Pin
Wizard_016-Mar-02 3:23
Wizard_016-Mar-02 3:23 
AnswerRe: How can I draw scrollbar created by WS_VSCROOL in non-client area myseft Pin
Joaquín M López Muñoz6-Mar-02 6:05
Joaquín M López Muñoz6-Mar-02 6:05 
GeneralSizing CSplitterWnd columns Pin
Mark Donkers6-Mar-02 3:10
Mark Donkers6-Mar-02 3:10 

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.