Click here to Skip to main content
15,905,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help me Pin
king'ori30-Jan-08 20:13
king'ori30-Jan-08 20:13 
GeneralRe: help me Pin
Hamid_RT30-Jan-08 21:37
Hamid_RT30-Jan-08 21:37 
GeneralRe: help me Pin
gentleguy30-Jan-08 22:05
gentleguy30-Jan-08 22:05 
GeneralRe: help me Pin
Iain Clarke, Warrior Programmer30-Jan-08 22:55
Iain Clarke, Warrior Programmer30-Jan-08 22:55 
GeneralRe: help me Pin
gentleguy30-Jan-08 23:18
gentleguy30-Jan-08 23:18 
GeneralRe: help me Pin
Iain Clarke, Warrior Programmer30-Jan-08 23:22
Iain Clarke, Warrior Programmer30-Jan-08 23:22 
GeneralRe: help me Pin
David Crow31-Jan-08 3:10
David Crow31-Jan-08 3:10 
Questioncan anybody help me out..... Pin
philiptabraham30-Jan-08 19:44
philiptabraham30-Jan-08 19:44 
can anybody tell me how to fetch the value of a column in a particular row in the list control when i click anywhere on the row.

i tried out this way


TCHAR pszText[_MAX_PATH]
LVITEM lvi={0};
lvi.mask=LVIF_Text;
lvi.pszText=pszText
lvi.cchTextMax=_MAX_PATH
lvi.iItem=0;
lvi.iItem=xc;
listctrl.sendMessage(Lvm_GETITEM,(WPARAM)0,(LPARAM)(LPLVITEM)&lvi)

but by using this code i am only able to fetch the first column value where as i want to fetch either the second or third column value.


thanks in advance
AnswerRe: can anybody help me out..... Pin
Steve Echols30-Jan-08 19:49
Steve Echols30-Jan-08 19:49 
GeneralWindows Service (.Net) for C++ application Pin
CodingLover30-Jan-08 18:53
CodingLover30-Jan-08 18:53 
GeneralStretchBlt function Pin
rp_suman30-Jan-08 18:44
rp_suman30-Jan-08 18:44 
GeneralRe: StretchBlt function Pin
Steve Echols30-Jan-08 19:54
Steve Echols30-Jan-08 19:54 
QuestionHow can play .dat files with the help of MCIWnd? Pin
Le@rner30-Jan-08 18:43
Le@rner30-Jan-08 18:43 
AnswerRe: How can play .dat files with the help of MCIWnd? Pin
Hamid_RT30-Jan-08 19:32
Hamid_RT30-Jan-08 19:32 
GeneralRe: How can play .dat files with the help of MCIWnd? Pin
Le@rner30-Jan-08 20:16
Le@rner30-Jan-08 20:16 
GeneralRe: How can play .dat files with the help of MCIWnd? Pin
Hamid_RT30-Jan-08 21:33
Hamid_RT30-Jan-08 21:33 
GeneralNeed help using List Control Pin
SnaKeBeD30-Jan-08 18:12
SnaKeBeD30-Jan-08 18:12 
GeneralRe: Need help using List Control Pin
Hamid_RT30-Jan-08 19:35
Hamid_RT30-Jan-08 19:35 
GeneralRe: Need help using List Control Pin
David Crow31-Jan-08 3:16
David Crow31-Jan-08 3:16 
GeneralLinker Output .dll and .lib Pin
ForNow30-Jan-08 17:59
ForNow30-Jan-08 17:59 
AnswerRe: Linker Output .dll and .lib Pin
Rajkumar R30-Jan-08 21:17
Rajkumar R30-Jan-08 21:17 
GeneralRe: Linker Output .dll and .lib Pin
ForNow31-Jan-08 0:46
ForNow31-Jan-08 0:46 
GeneralDoubt in ATL Pin
Hungry Developer30-Jan-08 17:42
Hungry Developer30-Jan-08 17:42 
Questionwhy setw and setprecision can't work correctly? Pin
gentleguy30-Jan-08 17:18
gentleguy30-Jan-08 17:18 
AnswerRe: why setw and setprecision can't work correctly? Pin
Maxwell Chen30-Jan-08 17:36
Maxwell Chen30-Jan-08 17:36 

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.