Click here to Skip to main content
15,898,614 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalfail to envoke shutdown socket function. Pin
amitranjanmishra26-Nov-04 1:01
amitranjanmishra26-Nov-04 1:01 
GeneralRe: fail to envoke shutdown socket function. Pin
John R. Shaw26-Nov-04 8:14
John R. Shaw26-Nov-04 8:14 
GeneralRe: fail to envoke shutdown socket function. Pin
amitranjanmishra26-Nov-04 19:39
amitranjanmishra26-Nov-04 19:39 
GeneralRe: fail to envoke shutdown socket function. Pin
John R. Shaw27-Nov-04 5:26
John R. Shaw27-Nov-04 5:26 
GeneralMFC App for Threads & Virtual Memory Pin
skysurf26-Nov-04 0:51
skysurf26-Nov-04 0:51 
GeneralRe: MFC App for Threads & Virtual Memory Pin
suiram4026-Nov-04 7:14
suiram4026-Nov-04 7:14 
GeneralI need a Win32 based Source code Pin
ThatsAlok26-Nov-04 0:27
ThatsAlok26-Nov-04 0:27 
GeneralRe: I need a Win32 based Source code Pin
PJ Arends26-Nov-04 8:10
professionalPJ Arends26-Nov-04 8:10 
To work with the list view control in win32 you just SendMessage any of the LVM_* list view messages to the control. The info will either be the return value, or contained in the structures you pass in as the message parameter.

For example to get the number of items in the control:
int NumItems = SendMessage(HWNDListView, LVM_GETITEMCOUNT, 0, 0);




"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
GeneralRe: I need a Win32 based Source code Pin
ThatsAlok26-Nov-04 17:13
ThatsAlok26-Nov-04 17:13 
Generalupdate resource Pin
vrajarathnam26-Nov-04 0:22
vrajarathnam26-Nov-04 0:22 
GeneralC++ Excel file writer Pin
magicbassfr26-Nov-04 0:09
magicbassfr26-Nov-04 0:09 
GeneralRe: C++ Excel file writer Pin
BadJerry13-Apr-06 22:24
BadJerry13-Apr-06 22:24 
Generali need Imgocxd.hlp Pin
25-Nov-04 22:56
suss25-Nov-04 22:56 
GeneralGlobal mesage hook issues Pin
vishalmore25-Nov-04 22:01
vishalmore25-Nov-04 22:01 
GeneralRe: Global mesage hook issues Pin
vishalmore26-Nov-04 20:22
vishalmore26-Nov-04 20:22 
Generalload multiple image (both photo1 and photo2) Pin
vc-programmer-25-Nov-04 19:59
vc-programmer-25-Nov-04 19:59 
GeneralRe: load multiple image (both photo1 and photo2) Pin
Anonymous25-Nov-04 21:49
Anonymous25-Nov-04 21:49 
GeneralRe: load multiple image (both photo1 and photo2) Pin
namaskaaram25-Nov-04 22:04
namaskaaram25-Nov-04 22:04 
GeneralRe:Thank You Pin
vc-programmer-25-Nov-04 22:32
vc-programmer-25-Nov-04 22:32 
Generalasync socket problem Pin
User 58385225-Nov-04 18:12
User 58385225-Nov-04 18:12 
GeneralRe: async socket problem Pin
Tim Deveaux26-Nov-04 4:36
Tim Deveaux26-Nov-04 4:36 
GeneralWriteFile API Pin
Archer28225-Nov-04 17:09
Archer28225-Nov-04 17:09 
GeneralRe: WriteFile API Pin
Ryan Binns25-Nov-04 17:17
Ryan Binns25-Nov-04 17:17 
GeneralRe: WriteFile API Pin
Archer28225-Nov-04 19:17
Archer28225-Nov-04 19:17 
GeneralRe: WriteFile API Pin
Ryan Binns25-Nov-04 19:35
Ryan Binns25-Nov-04 19:35 

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.