Click here to Skip to main content
15,917,321 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog box Pin
Jon Hulatt11-Oct-02 0:56
Jon Hulatt11-Oct-02 0:56 
GeneralRe: Dialog box Pin
Pavel Klocek11-Oct-02 0:57
Pavel Klocek11-Oct-02 0:57 
GeneralRe: Dialog box Pin
suresh_sathya11-Oct-02 1:29
suresh_sathya11-Oct-02 1:29 
Questionhow to realize a fuction of Gdi+ "DrawCurve" Pin
zhangyifei10-Oct-02 23:28
zhangyifei10-Oct-02 23:28 
AnswerRe: how to realize a fuction of Gdi+ "DrawCurve" Pin
Rickard Andersson2010-Oct-02 23:54
Rickard Andersson2010-Oct-02 23:54 
AnswerRe: how to realize a fuction of Gdi+ "DrawCurve" Pin
Anonymous13-Oct-02 15:22
Anonymous13-Oct-02 15:22 
GeneralCallback/Handle Pin
stevenson10-Oct-02 21:36
stevenson10-Oct-02 21:36 
GeneralRe: Callback/Handle Pin
User 665811-Oct-02 1:24
User 665811-Oct-02 1:24 
That's the way to insert subitems:
LVITEM pItem;
pItem.iItem = iIndex;
pItem.mask = TVIF_TEXT;
pItem.iSubItem = iSubItem; 
pItem.pszText = (LPTSTR)(LPCTSTR)"SubItem text"; // <- I know this cast is bad, how to make it better?
m_ctlListCtrl.SetItem(&pItem);


regards
Greg

modified 12-Sep-18 21:01pm.

GeneralExport functions in an exe Pin
DarrollWalsh10-Oct-02 20:56
DarrollWalsh10-Oct-02 20:56 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2010-Oct-02 21:21
Rickard Andersson2010-Oct-02 21:21 
GeneralRe: Export functions in an exe Pin
DarrollWalsh10-Oct-02 21:55
DarrollWalsh10-Oct-02 21:55 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2010-Oct-02 22:35
Rickard Andersson2010-Oct-02 22:35 
GeneralRe: Export functions in an exe Pin
Joel Lucsy11-Oct-02 3:52
Joel Lucsy11-Oct-02 3:52 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.10-Oct-02 23:25
Stephane Rodriguez.10-Oct-02 23:25 
GeneralRe: Export functions in an exe Pin
DarrollWalsh10-Oct-02 23:30
DarrollWalsh10-Oct-02 23:30 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.10-Oct-02 23:32
Stephane Rodriguez.10-Oct-02 23:32 
GeneralRe: Export functions in an exe Pin
DarrollWalsh10-Oct-02 23:40
DarrollWalsh10-Oct-02 23:40 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2010-Oct-02 23:51
Rickard Andersson2010-Oct-02 23:51 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.11-Oct-02 0:16
Stephane Rodriguez.11-Oct-02 0:16 
GeneralRe: Export functions in an exe Pin
Simon Steele11-Oct-02 0:50
Simon Steele11-Oct-02 0:50 
GeneralRe: Export functions in an exe Pin
Simon Steele11-Oct-02 1:17
Simon Steele11-Oct-02 1:17 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2011-Oct-02 1:52
Rickard Andersson2011-Oct-02 1:52 
GeneralRe: Export functions in an exe Pin
DarrollWalsh11-Oct-02 1:59
DarrollWalsh11-Oct-02 1:59 
GeneralRe: Export functions in an exe Pin
Paul M Watt11-Oct-02 6:01
mentorPaul M Watt11-Oct-02 6:01 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.11-Oct-02 6:30
Stephane Rodriguez.11-Oct-02 6:30 

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.