Click here to Skip to main content
15,922,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About "Ctrl + ALT + DEL" Pin
2-Nov-01 14:01
suss2-Nov-01 14:01 
GeneralRe: About "Ctrl + ALT + DEL" Pin
Deepak Khajuria29-Oct-01 22:03
Deepak Khajuria29-Oct-01 22:03 
GeneralText To Speech Control...... Pin
29-Oct-01 18:31
suss29-Oct-01 18:31 
GeneralRe: Text To Speech Control...... Pin
Michael P Butler30-Oct-01 2:30
Michael P Butler30-Oct-01 2:30 
GeneralMake/Compile file problem Pin
29-Oct-01 16:02
suss29-Oct-01 16:02 
GeneralScrollbar question with RichEditControl Pin
gordingin29-Oct-01 15:10
gordingin29-Oct-01 15:10 
GeneralCListCtrl question (custom) Pin
29-Oct-01 14:39
suss29-Oct-01 14:39 
GeneralRe: CListCtrl question (custom) Pin
Tomasz Sowinski30-Oct-01 0:48
Tomasz Sowinski30-Oct-01 0:48 
If CListCtrlEx is derived from CListCtrl, then you don't need to create a custom control. Just paint a normal listctrl in dialog editor, and associate CListCtrlEx with the dialog control using ClassWizard. It should be smart enough to find out your class - CListCtrlEx should appear in the dropdown list for selecting type. If it's not there, delete .clw file and try again.

If ClassWizard still doesn't work after deleting and recreating .clw file, manually add DDX_Control(pDX, IDC_YOUR_ID, m_yourList) in DoDataExchange.

Tomasz Sowinski -- http://www.shooltz.com
QuestionWindow minumim width ? Pin
Christian Graus29-Oct-01 13:15
protectorChristian Graus29-Oct-01 13:15 
AnswerRe: Window minumim width ? Pin
29-Oct-01 13:24
suss29-Oct-01 13:24 
GeneralRe: Window minumim width ? Pin
Christian Graus29-Oct-01 13:50
protectorChristian Graus29-Oct-01 13:50 
GeneralWindows API issue Pin
29-Oct-01 13:14
suss29-Oct-01 13:14 
GeneralRe: Windows API issue Pin
Christian Graus29-Oct-01 13:16
protectorChristian Graus29-Oct-01 13:16 
GeneralRe: Windows API issue Pin
Nish Nishant29-Oct-01 13:56
sitebuilderNish Nishant29-Oct-01 13:56 
GeneralRe: Windows API issue Pin
Nish Nishant29-Oct-01 13:54
sitebuilderNish Nishant29-Oct-01 13:54 
GeneralWindow's API problems Pin
29-Oct-01 13:08
suss29-Oct-01 13:08 
GeneralRe: Window's API problems Pin
Christian Graus29-Oct-01 13:13
protectorChristian Graus29-Oct-01 13:13 
Generalsimple real audio making Pin
lo29-Oct-01 12:40
lo29-Oct-01 12:40 
QuestionDrawing a RoundRect and add an action handler? Pin
29-Oct-01 12:06
suss29-Oct-01 12:06 
AnswerRe: Drawing a RoundRect and add an action handler? Pin
Rassman30-Oct-01 2:53
Rassman30-Oct-01 2:53 
GeneralRe: Drawing a RoundRect and add an action handler? Pin
30-Oct-01 5:12
suss30-Oct-01 5:12 
GeneralRe: Drawing a RoundRect and add an action handler? Pin
Rassman30-Oct-01 23:40
Rassman30-Oct-01 23:40 
GeneralWin32 -- RtlAllocateHeap Pin
Peter Weyzen29-Oct-01 11:55
Peter Weyzen29-Oct-01 11:55 
GeneralRe: Win32 -- RtlAllocateHeap Pin
29-Oct-01 13:19
suss29-Oct-01 13:19 
GeneralEnvironment Variables Pin
Tom Wright29-Oct-01 11:28
Tom Wright29-Oct-01 11:28 

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.