Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBig prime numbers Pin
Jump_Around27-Mar-03 1:19
Jump_Around27-Mar-03 1:19 
GeneralRe: Big prime numbers Pin
Alastair Taylor27-Mar-03 1:49
Alastair Taylor27-Mar-03 1:49 
GeneralOwnerdraw menus and SetWindowsHookEx Pin
_Theo_27-Mar-03 0:49
_Theo_27-Mar-03 0:49 
GenerallParam member of HDITEM structure Pin
JensB27-Mar-03 0:06
JensB27-Mar-03 0:06 
GeneralRe: lParam member of HDITEM structure Pin
Remon Spekreijse27-Mar-03 0:15
Remon Spekreijse27-Mar-03 0:15 
GeneralRe: lParam member of HDITEM structure Pin
JensB27-Mar-03 1:48
JensB27-Mar-03 1:48 
GeneralRe: lParam member of HDITEM structure Pin
Remon Spekreijse27-Mar-03 2:43
Remon Spekreijse27-Mar-03 2:43 
GeneralRe: lParam member of HDITEM structure Pin
Michael Dunn27-Mar-03 3:41
sitebuilderMichael Dunn27-Mar-03 3:41 
The mask member indicates which other items in the HDITEM struct are being used, so you need to set it to HDI_LPARAM and init the struct to all 0's:
HDITEM MyItem = {0};
 
  MyItem.mask HDI_LPARAM;
  ...


--Mike--
   THERE IS NO     THERE IS NO    BUT THERE IS
MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT


Homepage | RightClick-Encrypt | 1ClickPicGrabber
"You have Erica on the brain" - Jon Sagara to me

GeneralADO & ADOX Pin
rosen26-Mar-03 22:26
rosen26-Mar-03 22:26 
GeneralRe: ADO & ADOX Pin
RChin27-Mar-03 0:09
RChin27-Mar-03 0:09 
GeneralRe: ADO & ADOX Pin
Rickard Andersson2027-Mar-03 0:11
Rickard Andersson2027-Mar-03 0:11 
GeneralRe: ADO & ADOX Pin
rosen27-Mar-03 8:22
rosen27-Mar-03 8:22 
GeneralString sorting using STL Pin
Chintan26-Mar-03 21:25
Chintan26-Mar-03 21:25 
GeneralRe: String sorting using STL Pin
Mike Nordell26-Mar-03 22:09
Mike Nordell26-Mar-03 22:09 
Generaldiff style source code Pin
Colin Davidson26-Mar-03 21:23
Colin Davidson26-Mar-03 21:23 
GeneralRe: diff style source code Pin
Neville Franks26-Mar-03 22:20
Neville Franks26-Mar-03 22:20 
GeneralRe: diff style source code Pin
Pavel Klocek27-Mar-03 1:00
Pavel Klocek27-Mar-03 1:00 
GeneralRe: diff style source code Pin
Colin Davidson27-Mar-03 5:37
Colin Davidson27-Mar-03 5:37 
GeneralNon resizable Splitter window Pin
Cedric Moonen26-Mar-03 21:12
Cedric Moonen26-Mar-03 21:12 
GeneralRe: Non resizable Splitter window Pin
John R. Shaw26-Mar-03 21:38
John R. Shaw26-Mar-03 21:38 
GeneralRe: Non resizable Splitter window Pin
Cedric Moonen26-Mar-03 21:57
Cedric Moonen26-Mar-03 21:57 
GeneralRe: Non resizable Splitter window Pin
John R. Shaw27-Mar-03 9:08
John R. Shaw27-Mar-03 9:08 
GeneralRe: Non resizable Splitter window Pin
Cedric Moonen27-Mar-03 20:48
Cedric Moonen27-Mar-03 20:48 
Generalsize from HBITMAP Pin
real name26-Mar-03 20:49
sussreal name26-Mar-03 20:49 
GeneralRe: size from HBITMAP Pin
_Theo_26-Mar-03 21:49
_Theo_26-Mar-03 21:49 

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.