Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: abort error dbcore.cpp Pin
neha.agarwal2717-Jun-07 23:25
neha.agarwal2717-Jun-07 23:25 
QuestionRe: abort error dbcore.cpp Pin
David Crow18-Jun-07 3:12
David Crow18-Jun-07 3:12 
QuestionZip/Archive Pin
Jai Praful Ved17-Jun-07 21:43
Jai Praful Ved17-Jun-07 21:43 
AnswerRe: Zip/Archive Pin
karle17-Jun-07 22:27
karle17-Jun-07 22:27 
QuestionRe: Zip/Archive Pin
Jai Praful Ved17-Jun-07 23:21
Jai Praful Ved17-Jun-07 23:21 
AnswerRe: Zip/Archive Pin
Hamid_RT17-Jun-07 22:32
Hamid_RT17-Jun-07 22:32 
Questiondialog box derived from CWnd class Pin
prithaa17-Jun-07 21:40
prithaa17-Jun-07 21:40 
AnswerRe: dialog box derived from CWnd class Pin
Nelek17-Jun-07 21:57
protectorNelek17-Jun-07 21:57 
If you need Dialog behaviour, it will be better if you derive from CDialog. The ID is automatically set by the assistant if you are using it, but you can set it dinamically too. Take a look to the function (VC++ 6 help quote)


CDialog::CreateIndirect ():
Creates a modeless dialog box from a dialog-box template in memory (not resource-based).

CDialog::InitModalIndirect ():
Creates a modal dialog box from a dialog-box template in memory (not resource-based). The parameters are stored until the function DoModal is called.


Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

GeneralRe: dialog box derived from CWnd class Pin
prithaa17-Jun-07 22:43
prithaa17-Jun-07 22:43 
GeneralRe: dialog box derived from CWnd class Pin
Nelek17-Jun-07 23:25
protectorNelek17-Jun-07 23:25 
GeneralRe: dialog box derived from CWnd class Pin
prithaa18-Jun-07 0:16
prithaa18-Jun-07 0:16 
GeneralRe: dialog box derived from CWnd class Pin
Nelek18-Jun-07 4:13
protectorNelek18-Jun-07 4:13 
QuestionLinkage of local static variables in inline member function Pin
Stephen Boissiere17-Jun-07 21:35
Stephen Boissiere17-Jun-07 21:35 
AnswerRe: Linkage of local static variables in inline member function Pin
Matthew Faithfull18-Jun-07 3:37
Matthew Faithfull18-Jun-07 3:37 
GeneralRe: Linkage of local static variables in inline member function Pin
Stephen Boissiere18-Jun-07 4:06
Stephen Boissiere18-Jun-07 4:06 
QuestionRegarding connection point notifications. Pin
Raj Prathap17-Jun-07 21:07
Raj Prathap17-Jun-07 21:07 
AnswerRe: Regarding connection point notifications. Pin
Matthew Faithfull18-Jun-07 1:59
Matthew Faithfull18-Jun-07 1:59 
Questionmsi file Pin
deeps_cute17-Jun-07 20:39
deeps_cute17-Jun-07 20:39 
AnswerRe: msi file Pin
Hamid_RT17-Jun-07 20:50
Hamid_RT17-Jun-07 20:50 
GeneralRe: msi file Pin
deeps_cute17-Jun-07 21:24
deeps_cute17-Jun-07 21:24 
GeneralRe: msi file Pin
Hamid_RT17-Jun-07 22:26
Hamid_RT17-Jun-07 22:26 
QuestionSliderbar Problem Pin
scody17-Jun-07 20:36
scody17-Jun-07 20:36 
AnswerRe: Sliderbar Problem Pin
Randor 18-Jun-07 4:23
professional Randor 18-Jun-07 4:23 
QuestionHow to make Intelligent connectors using VC++ Pin
whatitis17-Jun-07 19:09
whatitis17-Jun-07 19:09 
AnswerRe: How to make Intelligent connectors using VC++ Pin
Nelek17-Jun-07 22:09
protectorNelek17-Jun-07 22:09 

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.