Click here to Skip to main content
15,914,322 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSHGetIconOverlayIndex & GetProcAddress Pin
yarp25-Oct-05 3:44
yarp25-Oct-05 3:44 
AnswerRe: SHGetIconOverlayIndex & GetProcAddress Pin
kakan25-Oct-05 3:58
professionalkakan25-Oct-05 3:58 
QuestionCFileDialog Customization - Date Order Pin
Dave S25-Oct-05 3:20
Dave S25-Oct-05 3:20 
AnswerRe: CFileDialog Customization - Date Order Pin
Dave S25-Oct-05 5:56
Dave S25-Oct-05 5:56 
QuestionBilinear interpolation Pin
Arrun25-Oct-05 2:19
Arrun25-Oct-05 2:19 
AnswerRe: Bilinear interpolation Pin
Anonymous25-Oct-05 4:10
Anonymous25-Oct-05 4:10 
GeneralRe: Bilinear interpolation Pin
Arrun25-Oct-05 18:48
Arrun25-Oct-05 18:48 
QuestionHow to add more documents in existing MDI Pin
shivditya25-Oct-05 1:55
shivditya25-Oct-05 1:55 
I have created one dialog box. Then I have created a view class
with help of menu Insert -> Form.

CMultiDocTemplate* pNewDocTemplate = new CMultiDocTemplate(
IDR_TRIAL_TMPL,
RUNTIME_CLASS(CMDIDocumentDoc), // document class
RUNTIME_CLASS(CMDIChildWnd), // frame class
RUNTIME_CLASS(trial)); // view class
AddDocTemplate(pNewDocTemplate);

Even New template is seen in File -> New but it does not display
my dialog but gives error "Debug Assertion Failed in viewform.cpp'
I am sure I am missing some step while creation of view class
Please help me
QuestionRe: How to add more documents in existing MDI Pin
Anonymous25-Oct-05 2:56
Anonymous25-Oct-05 2:56 
AnswerRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 3:05
shivditya25-Oct-05 3:05 
QuestionRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 3:24
shivditya25-Oct-05 3:24 
GeneralRe: How to add more documents in existing MDI Pin
kakan25-Oct-05 3:33
professionalkakan25-Oct-05 3:33 
QuestionRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 16:39
shivditya25-Oct-05 16:39 
AnswerRe: How to add more documents in existing MDI Pin
Anonymous25-Oct-05 19:31
Anonymous25-Oct-05 19:31 
AnswerRe: How to add more documents in existing MDI Pin
kakan25-Oct-05 20:11
professionalkakan25-Oct-05 20:11 
QuestionenHelp: std::wstring & std::string Pin
chenxiujie24-Oct-05 23:22
chenxiujie24-Oct-05 23:22 
AnswerRe: enHelp: std::wstring & std::string Pin
Achim Klein25-Oct-05 0:18
Achim Klein25-Oct-05 0:18 
GeneralRe: enHelp: std::wstring & std::string Pin
chenxiujie25-Oct-05 15:01
chenxiujie25-Oct-05 15:01 
QuestionProblem in stretching an image Pin
Arrun24-Oct-05 23:19
Arrun24-Oct-05 23:19 
AnswerRe: Problem in stretching an image Pin
John M. Drescher24-Oct-05 23:50
John M. Drescher24-Oct-05 23:50 
GeneralRe: Problem in stretching an image Pin
Arrun25-Oct-05 0:09
Arrun25-Oct-05 0:09 
QuestionLogritmic plot...help needeed Pin
Raza568024-Oct-05 22:44
Raza568024-Oct-05 22:44 
AnswerRe: Logritmic plot...help needeed Pin
Cedric Moonen24-Oct-05 22:57
Cedric Moonen24-Oct-05 22:57 
QuestionHow to make Memory MOdel Huge In Vc++ Pin
gsheladia24-Oct-05 21:51
gsheladia24-Oct-05 21:51 
AnswerRe: How to make Memory MOdel Huge In Vc++ Pin
khan++24-Oct-05 22:05
khan++24-Oct-05 22:05 

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.