Click here to Skip to main content
16,006,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl and Selection... Pin
Michael Dunn5-Oct-01 8:36
sitebuilderMichael Dunn5-Oct-01 8:36 
GeneralWIN CE Setup Pin
Kumar saurabh4-Oct-01 21:53
Kumar saurabh4-Oct-01 21:53 
GeneralDirectdraw interface Pin
erhemas4-Oct-01 21:47
erhemas4-Oct-01 21:47 
GeneralRe: Directdraw interface Pin
Christian Graus4-Oct-01 22:57
protectorChristian Graus4-Oct-01 22:57 
GeneralI need advice about which component to select for specific purpose . Please help ! Pin
4-Oct-01 19:57
suss4-Oct-01 19:57 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
Bernhard4-Oct-01 21:46
Bernhard4-Oct-01 21:46 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
5-Oct-01 1:16
suss5-Oct-01 1:16 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
Aaron Schaefer5-Oct-01 6:13
Aaron Schaefer5-Oct-01 6:13 
You can use a dialog resource to make an ATL dialog, but you won't use any MFC classes, like CDialog. There are ATL equivalents of these. In the ATL object wizrd thingy, under the miscellaneous tab, there is a "dialog" option. Chose that. You'll have an ATL dialog. The resulting dialog is NOT a COM object yet, though. Go back into the new object wizrd thingy, and select new Simple object, and make a COM object that contains an instance of the dialog class as a member, and expose functionality of the dialog through the COM objects interface. Then you can use the dialog in VB, or wherever COM objects may be used.

GeneralManny thanks !!! :rose: Pin
6-Oct-01 10:46
suss6-Oct-01 10:46 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
Rashid Thadha6-Oct-01 10:50
Rashid Thadha6-Oct-01 10:50 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
6-Oct-01 11:15
suss6-Oct-01 11:15 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
6-Oct-01 12:04
suss6-Oct-01 12:04 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
Michael P Butler6-Oct-01 13:19
Michael P Butler6-Oct-01 13:19 
GeneralRe: I need advice about which component to select for specific purpose . Please help ! Pin
6-Oct-01 19:36
suss6-Oct-01 19:36 
GeneralFunction pointer in object problem Pin
Mr.Freeze4-Oct-01 19:31
Mr.Freeze4-Oct-01 19:31 
GeneralRe: Function pointer in object problem Pin
Michael Dunn4-Oct-01 19:57
sitebuilderMichael Dunn4-Oct-01 19:57 
GeneralRe: Function pointer in object problem Pin
Mr.Freeze4-Oct-01 20:55
Mr.Freeze4-Oct-01 20:55 
GeneralRe: Function pointer in object problem Pin
Ravi Bhavnani6-Oct-01 9:44
professionalRavi Bhavnani6-Oct-01 9:44 
QuestionCan we handle dialog controls messages from document object? Pin
sraju4-Oct-01 18:29
sraju4-Oct-01 18:29 
AnswerRe: Can we handle dialog controls messages from document object? Pin
Christian Graus4-Oct-01 18:55
protectorChristian Graus4-Oct-01 18:55 
QuestionWhat's wrong with my code?? Pin
LoveInSnowing4-Oct-01 15:58
LoveInSnowing4-Oct-01 15:58 
AnswerRe: What's wrong with my code?? Pin
Brendan Tregear4-Oct-01 16:21
Brendan Tregear4-Oct-01 16:21 
GeneralRe: What's wrong with my code?? Pin
LoveInSnowing4-Oct-01 17:02
LoveInSnowing4-Oct-01 17:02 
AnswerRe: What's wrong with my code?? Pin
Christian Graus4-Oct-01 17:11
protectorChristian Graus4-Oct-01 17:11 
GeneralRe: Also Pin
Brendan Tregear4-Oct-01 17:16
Brendan Tregear4-Oct-01 17:16 

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.