Click here to Skip to main content
15,929,721 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting the IP adress of the computer Pin
Rane7-Sep-08 19:13
Rane7-Sep-08 19:13 
GeneralRe: Getting the IP adress of the computer Pin
Deepu Antony7-Sep-08 21:33
Deepu Antony7-Sep-08 21:33 
GeneralRe: Getting the IP adress of the computer Pin
SandipG 7-Sep-08 21:40
SandipG 7-Sep-08 21:40 
QuestionRun as Service Pin
cpvc++7-Sep-08 18:55
cpvc++7-Sep-08 18:55 
AnswerRe: Run as Service Pin
Rane7-Sep-08 19:00
Rane7-Sep-08 19:00 
AnswerRe: Run as Service Pin
Mark Salsbery8-Sep-08 6:25
Mark Salsbery8-Sep-08 6:25 
QuestionSingle Row Selection in CListCtrl ! Pin
Le@rner7-Sep-08 18:49
Le@rner7-Sep-08 18:49 
AnswerRe: Single Row Selection in CListCtrl ! Pin
_AnsHUMAN_ 7-Sep-08 19:00
_AnsHUMAN_ 7-Sep-08 19:00 
One way would be to handle the click event on the list. Save the index of the selected item in some member variable. Once the user clicks on an item other than the selected one use SetItemState and SetSelectionMark to get this done. You already have the previously selected item index stored and can get the current one easily
Hope this helps

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: Single Row Selection in CListCtrl ! Pin
Naveen7-Sep-08 19:01
Naveen7-Sep-08 19:01 
GeneralRe: Single Row Selection in CListCtrl ! Pin
Le@rner7-Sep-08 19:42
Le@rner7-Sep-08 19:42 
QuestionDrive name Pin
MsmVc7-Sep-08 18:41
MsmVc7-Sep-08 18:41 
AnswerRe: Drive name Pin
_AnsHUMAN_ 7-Sep-08 18:46
_AnsHUMAN_ 7-Sep-08 18:46 
GeneralRe: Drive name Pin
MsmVc7-Sep-08 19:31
MsmVc7-Sep-08 19:31 
GeneralRe: Drive name Pin
MsmVc7-Sep-08 19:36
MsmVc7-Sep-08 19:36 
GeneralRe: Drive name Pin
_AnsHUMAN_ 7-Sep-08 19:53
_AnsHUMAN_ 7-Sep-08 19:53 
AnswerRe: Drive name Pin
Naveen7-Sep-08 18:59
Naveen7-Sep-08 18:59 
QuestionCOM STA thread Pin
George_George7-Sep-08 16:03
George_George7-Sep-08 16:03 
AnswerRe: COM STA thread Pin
Roger Stoltz7-Sep-08 22:53
Roger Stoltz7-Sep-08 22:53 
GeneralRe: COM STA thread Pin
George_George7-Sep-08 23:08
George_George7-Sep-08 23:08 
GeneralRe: COM STA thread Pin
Roger Stoltz8-Sep-08 0:15
Roger Stoltz8-Sep-08 0:15 
GeneralRe: COM STA thread Pin
George_George8-Sep-08 0:39
George_George8-Sep-08 0:39 
GeneralRe: COM STA thread Pin
Roger Stoltz8-Sep-08 2:06
Roger Stoltz8-Sep-08 2:06 
GeneralRe: COM STA thread Pin
George_George8-Sep-08 20:21
George_George8-Sep-08 20:21 
QuestionExecutable COM Pin
RYU^^7-Sep-08 13:58
RYU^^7-Sep-08 13:58 
AnswerRe: Executable COM Pin
RYU^^7-Sep-08 16:31
RYU^^7-Sep-08 16:31 

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.