Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is sizeof int ==BYTE ? Pin
Michael Dunn25-Jul-01 8:06
sitebuilderMichael Dunn25-Jul-01 8:06 
GeneralIs the func: sizeof returns the size in BYTEs ? Pin
25-Jul-01 8:33
suss25-Jul-01 8:33 
GeneralRe: Is the func: sizeof returns the size in BYTEs ? Pin
Carlos Antollini25-Jul-01 8:36
Carlos Antollini25-Jul-01 8:36 
GeneralRe: Is the func: sizeof returns the size in BYTEs ? Pin
Carlos Antollini25-Jul-01 8:40
Carlos Antollini25-Jul-01 8:40 
GeneralThank to all you very much !!! Pin
25-Jul-01 8:45
suss25-Jul-01 8:45 
GeneralThank you very much ! Pin
25-Jul-01 8:53
suss25-Jul-01 8:53 
GeneralResponding To An Item Click In A List View Pin
AJ12325-Jul-01 5:03
AJ12325-Jul-01 5:03 
GeneralRe: Responding To An Item Click In A List View Pin
Lee Nowotny25-Jul-01 5:43
Lee Nowotny25-Jul-01 5:43 
Try looking here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/ListView/Notifications/NM_CLICK_LISTVIEW.asp

The key is to cast the pNMHDR to a NMITEMACTIVATE pointer and access the iItem and iSubItem members.

Lee Nowotny
GeneralCTabCtrl Pin
25-Jul-01 5:03
suss25-Jul-01 5:03 
QuestionHow to create dynamic splitters? Pin
Tommy H D Svensson25-Jul-01 4:46
Tommy H D Svensson25-Jul-01 4:46 
GeneralWinSock: Dynamic Port Allocation Pin
Oliver Anhuth25-Jul-01 3:49
Oliver Anhuth25-Jul-01 3:49 
GeneralSTL bugs(?) Pin
25-Jul-01 3:41
suss25-Jul-01 3:41 
GeneralRe: STL bugs(?) Pin
CodeGuy25-Jul-01 7:23
CodeGuy25-Jul-01 7:23 
GeneralRe: STL bugs(?) Pin
CodeGuy25-Jul-01 10:01
CodeGuy25-Jul-01 10:01 
QuestionHow to get a pointer to the CView of a particular CDoc in MDI Pin
mr200325-Jul-01 3:06
mr200325-Jul-01 3:06 
AnswerRe: How to get a pointer to the CView of a particular CDoc in MDI Pin
Tomasz Sowinski25-Jul-01 3:18
Tomasz Sowinski25-Jul-01 3:18 
GeneralRe: How to get a pointer to the CView of a particular CDoc in MDI Pin
mr200325-Jul-01 3:27
mr200325-Jul-01 3:27 
GeneralRe: How to get a pointer to the CView of a particular CDoc in MDI Pin
Tomasz Sowinski25-Jul-01 3:29
Tomasz Sowinski25-Jul-01 3:29 
GeneralRe: How to get a pointer to the CView of a particular CDoc in MDI Pin
mr200325-Jul-01 3:59
mr200325-Jul-01 3:59 
GeneralRe: How to get a pointer to the CView of a particular CDoc in MDI Pin
Tomasz Sowinski25-Jul-01 4:04
Tomasz Sowinski25-Jul-01 4:04 
Questionhow open a blank document (OnFileNew) Pin
mr200325-Jul-01 2:51
mr200325-Jul-01 2:51 
GeneralCString to CTime Pin
Jimmy Ehrnström25-Jul-01 2:50
Jimmy Ehrnström25-Jul-01 2:50 
GeneralRe: CString to CTime Pin
Doug Garno25-Jul-01 3:41
Doug Garno25-Jul-01 3:41 
GeneralRe: CString to CTime Pin
Not Active25-Jul-01 3:50
mentorNot Active25-Jul-01 3:50 
GeneralDeveloping Java Console Using VC++ Pin
Gaurav Lambole25-Jul-01 2:35
Gaurav Lambole25-Jul-01 2: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.