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

C / C++ / MFC

 
AnswerRe: Modeless dialog clipped by it's parent dialog Pin
James R. Twine6-Feb-06 4:39
James R. Twine6-Feb-06 4:39 
GeneralRe: Modeless dialog clipped by it's parent dialog Pin
rrrado6-Feb-06 4:53
rrrado6-Feb-06 4:53 
AnswerRe: Modeless dialog clipped by it's parent dialog Pin
Maximilien6-Feb-06 7:05
Maximilien6-Feb-06 7:05 
QuestionSelect Row in ListView Pin
RadioOpa6-Feb-06 4:05
RadioOpa6-Feb-06 4:05 
AnswerRe: Select Row in ListView Pin
rrrado6-Feb-06 4:14
rrrado6-Feb-06 4:14 
AnswerRe: Select Row in ListView Pin
RChin6-Feb-06 4:14
RChin6-Feb-06 4:14 
GeneralRe: Select Row in ListView Pin
RadioOpa6-Feb-06 4:34
RadioOpa6-Feb-06 4:34 
AnswerRe: Select Row in ListView Pin
James R. Twine6-Feb-06 4:42
James R. Twine6-Feb-06 4:42 
   When your ListView control is first created or attached to (like in CDialog::OnInitDialog(...)):

    m_Liste.SetExtendedStyle( LVS_EX_FULLROWSELECT );

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
AnswerRe: Select Row in ListView Pin
RadioOpa6-Feb-06 4:45
RadioOpa6-Feb-06 4:45 
QuestionTimer Pin
LCI6-Feb-06 3:36
LCI6-Feb-06 3:36 
AnswerRe: Timer Pin
Cedric Moonen6-Feb-06 3:38
Cedric Moonen6-Feb-06 3:38 
Answer[Message Deleted] Pin
ddmcr6-Feb-06 3:45
ddmcr6-Feb-06 3:45 
GeneralRe: Timer Pin
James R. Twine6-Feb-06 4:04
James R. Twine6-Feb-06 4:04 
GeneralRe: Timer Pin
Ryan Binns6-Feb-06 17:28
Ryan Binns6-Feb-06 17:28 
GeneralRe: Timer Pin
James R. Twine7-Feb-06 11:29
James R. Twine7-Feb-06 11:29 
AnswerRe: Timer Pin
James R. Twine6-Feb-06 3:58
James R. Twine6-Feb-06 3:58 
AnswerRe: Timer Pin
normanS6-Feb-06 18:20
normanS6-Feb-06 18:20 
QuestionODE equation solver Pin
Ming Luo6-Feb-06 3:25
Ming Luo6-Feb-06 3:25 
AnswerRe: ODE equation solver Pin
minox6-Feb-06 8:11
minox6-Feb-06 8:11 
Questionprinting with MFC Pin
vikas amin6-Feb-06 2:32
vikas amin6-Feb-06 2:32 
AnswerRe: printing with MFC Pin
David Crow6-Feb-06 2:58
David Crow6-Feb-06 2:58 
AnswerRe: printing with MFC Pin
PJ Arends6-Feb-06 10:54
professionalPJ Arends6-Feb-06 10:54 
AnswerRe: printing with MFC Pin
#realJSOP9-Feb-06 9:30
mve#realJSOP9-Feb-06 9:30 
QuestionDetermining partitions? Pin
pc_dev6-Feb-06 2:22
pc_dev6-Feb-06 2:22 
AnswerRe: Determining partitions? Pin
Rage6-Feb-06 2:46
professionalRage6-Feb-06 2:46 

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.