Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 15:16
sitebuilderNish Nishant18-Jan-02 15:16 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Michael Dunn18-Jan-02 16:41
sitebuilderMichael Dunn18-Jan-02 16:41 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 16:50
sitebuilderNish Nishant18-Jan-02 16:50 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Michael Dunn18-Jan-02 17:18
sitebuilderMichael Dunn18-Jan-02 17:18 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 17:43
sitebuilderNish Nishant18-Jan-02 17:43 
GeneralCListView Pin
AlexEg18-Jan-02 5:26
AlexEg18-Jan-02 5:26 
GeneralRe: CListView Pin
Matt Newman18-Jan-02 8:02
Matt Newman18-Jan-02 8:02 
GeneralRe: CListView Pin
Joaquín M López Muñoz18-Jan-02 8:15
Joaquín M López Muñoz18-Jan-02 8:15 
1) I'm not sure I understood your question, but seems what you're after is calculating the width of the view minus the width of the vertical scrollbar so that you can adjust the column to its maximum extent without the horizontal scrollbar appearing. Am i right? If so, ::GetSystemMetrics(SM_CXVSCROLL) might be what you're looking for.

2) I don't quite understand your question. Sorry.

3) LVS_NOCOLUMNHEADER is not an extended style. Use GetListCtrl().ModifyStyle(0,LVS_NOCOLUMNHEADER,TRUE) instead.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Generalavoiding multiple instances Pin
Mark Donkers18-Jan-02 4:55
Mark Donkers18-Jan-02 4:55 
GeneralRe: avoiding multiple instances Pin
Nish Nishant18-Jan-02 4:57
sitebuilderNish Nishant18-Jan-02 4:57 
GeneralRe: avoiding multiple instances Pin
Mark Donkers18-Jan-02 5:02
Mark Donkers18-Jan-02 5:02 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 5:03
Joaquín M López Muñoz18-Jan-02 5:03 
GeneralRe: avoiding multiple instances Pin
Mark Donkers18-Jan-02 5:11
Mark Donkers18-Jan-02 5:11 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 5:19
Joaquín M López Muñoz18-Jan-02 5:19 
GeneralRe: avoiding multiple instances Pin
Mark Donkers18-Jan-02 5:33
Mark Donkers18-Jan-02 5:33 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 5:43
Joaquín M López Muñoz18-Jan-02 5:43 
GeneralRe: avoiding multiple instances Pin
Nish Nishant18-Jan-02 5:46
sitebuilderNish Nishant18-Jan-02 5:46 
GeneralRe: avoiding multiple instances Pin
Jon Hulatt18-Jan-02 5:48
Jon Hulatt18-Jan-02 5:48 
GeneralRe: avoiding multiple instances Pin
Nish Nishant18-Jan-02 6:57
sitebuilderNish Nishant18-Jan-02 6:57 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 6:04
Joaquín M López Muñoz18-Jan-02 6:04 
GeneralRe: avoiding multiple instances Pin
Nish Nishant18-Jan-02 7:04
sitebuilderNish Nishant18-Jan-02 7:04 
GeneralRe: avoiding multiple instances Pin
Tim Smith18-Jan-02 7:20
Tim Smith18-Jan-02 7:20 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 7:34
Joaquín M López Muñoz18-Jan-02 7:34 
GeneralRe: avoiding multiple instances Pin
Mark Donkers18-Jan-02 5:55
Mark Donkers18-Jan-02 5:55 
GeneralRe: avoiding multiple instances Pin
Joaquín M López Muñoz18-Jan-02 6:09
Joaquín M López Muñoz18-Jan-02 6:09 

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.