Click here to Skip to main content
15,904,638 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListCtrl and Row Height Pin
NodeX2-Mar-02 9:41
NodeX2-Mar-02 9:41 
GeneralRe: CListCtrl and Row Height Pin
alex.barylski2-Mar-02 16:06
alex.barylski2-Mar-02 16:06 
GeneralRe: CListCtrl and Row Height Pin
NodeX2-Mar-02 22:59
NodeX2-Mar-02 22:59 
GeneralRe: CListCtrl and Row Height Pin
Tim Smith3-Mar-02 2:20
Tim Smith3-Mar-02 2:20 
GeneralNeed help with MFC ! ! ! ! Pin
2-Mar-02 8:58
suss2-Mar-02 8:58 
GeneralRe: Need help with MFC ! ! ! ! Pin
Mazdak2-Mar-02 9:20
Mazdak2-Mar-02 9:20 
GeneralRe: Need help with MFC ! ! ! ! Pin
Michael P Butler2-Mar-02 10:07
Michael P Butler2-Mar-02 10:07 
GeneralRe: Need help with MFC ! ! ! ! Pin
Roger Allen4-Mar-02 1:55
Roger Allen4-Mar-02 1:55 
A quick way to remove the scroll bars is in the OnSize handler for the form view is to call:

SetScaleToFitSize(cx, cy) ;


You may also need to r-size any controls to porperly fit on the form.

As for the bitmap appearing in the middle of you tab control, check the tab order of the control in the resource editor (CTrl+D) and make sure that he bitmap is before the tab control to get he correct plot order.


Roger Allen
Sonork 100.10016

If I'm not breathing, I'm either dead or holding my breath.
A fool jabbers, while a wise man listens. But is he so wise to listen to the fool?
GeneralBackgroud Pin
blink4me2-Mar-02 6:05
blink4me2-Mar-02 6:05 
GeneralRe: Backgroud Pin
Mazdak2-Mar-02 6:10
Mazdak2-Mar-02 6:10 
GeneralRe: Backgroud Pin
Paul M Watt2-Mar-02 7:14
mentorPaul M Watt2-Mar-02 7:14 
QuestionHow to adjust the margins of the richeditview? Pin
Feng Qin2-Mar-02 5:07
Feng Qin2-Mar-02 5:07 
GeneralADSI: Problem with Binding Pin
hph2-Mar-02 3:47
hph2-Mar-02 3:47 
GeneralGet File Name Pin
Peter Liddle2-Mar-02 2:12
Peter Liddle2-Mar-02 2:12 
GeneralRe: Get File Name Pin
Mazdak2-Mar-02 2:34
Mazdak2-Mar-02 2:34 
GeneralRe: Get File Name Pin
Michael Dunn2-Mar-02 16:24
sitebuilderMichael Dunn2-Mar-02 16:24 
GeneralRe: Get File Name Pin
Peter Liddle2-Mar-02 22:01
Peter Liddle2-Mar-02 22:01 
GeneralSearch dialog and CEdit selection Pin
Kuniva2-Mar-02 0:38
Kuniva2-Mar-02 0:38 
GeneralRe: Search dialog and CEdit selection Pin
Mazdak2-Mar-02 2:41
Mazdak2-Mar-02 2:41 
GeneralICM Profiles.. Pin
Neha1-Mar-02 23:20
Neha1-Mar-02 23:20 
GeneralRe: ICM Profiles.. Pin
Nish Nishant1-Mar-02 23:37
sitebuilderNish Nishant1-Mar-02 23:37 
GeneralRe: ICM Profiles.. Pin
Jeremy Falcon2-Mar-02 8:02
professionalJeremy Falcon2-Mar-02 8:02 
GeneralRe: ICM Profiles.. Pin
Jeremy Falcon4-Mar-02 7:43
professionalJeremy Falcon4-Mar-02 7:43 
GeneralMFC Dialog called dynamically Pin
1-Mar-02 22:51
suss1-Mar-02 22:51 
GeneralRe: MFC Dialog called dynamically Pin
Nish Nishant1-Mar-02 22:56
sitebuilderNish Nishant1-Mar-02 22:56 

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.