Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDI List Control example Pin
hellogany21-Apr-10 21:18
hellogany21-Apr-10 21:18 
GeneralRe: SDI List Control example Pin
Richard MacCutchan21-Apr-10 21:48
mveRichard MacCutchan21-Apr-10 21:48 
GeneralRe: SDI List Control example Pin
Cedric Moonen21-Apr-10 21:58
Cedric Moonen21-Apr-10 21:58 
GeneralRe: SDI List Control example Pin
hellogany21-Apr-10 22:59
hellogany21-Apr-10 22:59 
GeneralRe: SDI List Control example Pin
Richard MacCutchan22-Apr-10 0:43
mveRichard MacCutchan22-Apr-10 0:43 
GeneralRe: SDI List Control example Pin
hellogany22-Apr-10 17:34
hellogany22-Apr-10 17:34 
GeneralRe: SDI List Control example Pin
Richard MacCutchan22-Apr-10 23:44
mveRichard MacCutchan22-Apr-10 23:44 
GeneralRe: SDI List Control example Pin
hellogany23-Apr-10 0:47
hellogany23-Apr-10 0:47 
When i try to debug , its gettin error on the below line in afxcmn2.dll

AFXCMN_INLINE DWORD CListCtrl::SetExtendedStyle(DWORD dwNewStyle)
{ ASSERT(::IsWindow(m_hWnd)); return (DWORD) ::SendMessage(m_hWnd, LVM_SETEXTENDEDLISTVIEWSTYLE, 0, (LPARAM) dwNewStyle); }


My Doubt is

Can we drag the list control icon from the tool box and put in form view right..

Is there Any diference btwn the way of using list control in dialog box and form view??

Any Propetries Need to Be changed ?
GeneralRe: SDI List Control example Pin
Richard MacCutchan23-Apr-10 1:27
mveRichard MacCutchan23-Apr-10 1:27 
GeneralRe: SDI List Control example Pin
hellogany23-Apr-10 16:51
hellogany23-Apr-10 16:51 
GeneralRe: SDI List Control example Pin
Richard MacCutchan23-Apr-10 21:24
mveRichard MacCutchan23-Apr-10 21:24 
GeneralRe: SDI List Control example Pin
hellogany23-Apr-10 23:33
hellogany23-Apr-10 23:33 
Questionmarquee progress bar Pin
john563221-Apr-10 19:42
john563221-Apr-10 19:42 
AnswerRe: marquee progress bar Pin
Cool_Dev21-Apr-10 19:47
Cool_Dev21-Apr-10 19:47 
GeneralRe: marquee progress bar Pin
john563221-Apr-10 21:44
john563221-Apr-10 21:44 
AnswerRe: marquee progress bar Pin
@Intersect☺™21-Apr-10 20:17
professional@Intersect☺™21-Apr-10 20:17 
QuestionHow to receive HTTP request? [modified] Pin
suzuuu21-Apr-10 19:22
suzuuu21-Apr-10 19:22 
AnswerRe: How to receive HTTP request? Pin
@Intersect☺™21-Apr-10 20:23
professional@Intersect☺™21-Apr-10 20:23 
GeneralRe: How to receive HTTP request? Pin
suzuuu21-Apr-10 20:52
suzuuu21-Apr-10 20:52 
QuestionRe: How to receive HTTP request? Pin
MANISH RASTOGI21-Apr-10 20:53
MANISH RASTOGI21-Apr-10 20:53 
AnswerRe: How to receive HTTP request? Pin
suzuuu21-Apr-10 20:56
suzuuu21-Apr-10 20:56 
GeneralRe: How to receive HTTP request? Pin
MANISH RASTOGI21-Apr-10 21:04
MANISH RASTOGI21-Apr-10 21:04 
GeneralRe: How to receive HTTP request? Pin
suzuuu21-Apr-10 21:10
suzuuu21-Apr-10 21:10 
GeneralRe: How to receive HTTP request? Pin
MANISH RASTOGI21-Apr-10 21:14
MANISH RASTOGI21-Apr-10 21:14 
GeneralRe: How to receive HTTP request? Pin
suzuuu21-Apr-10 21:23
suzuuu21-Apr-10 21:23 

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.