Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2102: '&' requires l-value Pin
David Crow15-May-03 3:02
David Crow15-May-03 3:02 
GeneralRe: error C2102: '&' requires l-value Pin
flora_k14-May-03 22:40
flora_k14-May-03 22:40 
Generaldifficult - CListCtrl::GetItemRect() Pin
JensB14-May-03 21:59
JensB14-May-03 21:59 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
Rage14-May-03 22:09
professionalRage14-May-03 22:09 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
JensB14-May-03 22:17
JensB14-May-03 22:17 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
Rage14-May-03 22:25
professionalRage14-May-03 22:25 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
JensB14-May-03 22:32
JensB14-May-03 22:32 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
Rage14-May-03 22:46
professionalRage14-May-03 22:46 
Use a RECT instead of the CRect.

That way :

RECT rcH;
pHC->SendMessage(HDM_GETITEMRECT,(WPARAM)(int)0,(LPARAM)&rcH);


~RaGE();
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
JensB14-May-03 22:52
JensB14-May-03 22:52 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
Rage14-May-03 22:59
professionalRage14-May-03 22:59 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
JensB14-May-03 23:05
JensB14-May-03 23:05 
GeneralRe: difficult - CListCtrl::GetItemRect() Pin
Rage14-May-03 23:15
professionalRage14-May-03 23:15 
Generalchange the language in edit box Pin
Didaa14-May-03 21:55
Didaa14-May-03 21:55 
GeneralRe: change the language in edit box Pin
Rage15-May-03 7:58
professionalRage15-May-03 7:58 
GeneralProgramming with templates Pin
Steve Thresher14-May-03 21:48
Steve Thresher14-May-03 21:48 
GeneralRe: Programming with templates Pin
jhwurmbach14-May-03 22:22
jhwurmbach14-May-03 22:22 
GeneralRe: Programming with templates Pin
Steve Thresher14-May-03 23:00
Steve Thresher14-May-03 23:00 
GeneralRe: Programming with templates Pin
jhwurmbach14-May-03 23:09
jhwurmbach14-May-03 23:09 
GeneralShellExecute Pin
Bonnie214-May-03 21:38
Bonnie214-May-03 21:38 
GeneralRe: ShellExecute Pin
Johnny ²14-May-03 21:43
Johnny ²14-May-03 21:43 
GeneralRe: ShellExecute Pin
Bonnie214-May-03 22:05
Bonnie214-May-03 22:05 
GeneralRe: ShellExecute Pin
Rage14-May-03 22:12
professionalRage14-May-03 22:12 
Generalwindow handle Pin
r i s h a b h s14-May-03 20:55
r i s h a b h s14-May-03 20:55 
GeneralRe: window handle Pin
Rage14-May-03 22:22
professionalRage14-May-03 22:22 
GeneralRe: window handle Pin
Renjith Ramachandran15-May-03 4:59
Renjith Ramachandran15-May-03 4:59 

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.