Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i read DXF file format in vc++. Pin
Member 75824010-Dec-03 15:08
Member 75824010-Dec-03 15:08 
AnswerRe: How can i read DXF file format in vc++. Pin
Shog910-Dec-03 18:36
sitebuilderShog910-Dec-03 18:36 
QuestionWhy doesn't the project of CDex from "http://sourceforge.net/" be opened in VC6.0 ? Pin
zhaopzhi10-Dec-03 14:23
zhaopzhi10-Dec-03 14:23 
AnswerRe: Why doesn't the ... Pin
ZoogieZork10-Dec-03 14:53
ZoogieZork10-Dec-03 14:53 
GeneralRe: Why doesn't the ... Pin
zhaopzhi10-Dec-03 15:53
zhaopzhi10-Dec-03 15:53 
GeneralRe: Why doesn't the ... Pin
Shog910-Dec-03 18:37
sitebuilderShog910-Dec-03 18:37 
GeneralMaking a model dialog modeless..! Pin
Halloko10-Dec-03 13:15
Halloko10-Dec-03 13:15 
GeneralRe: Making a model dialog modeless..! Pin
Gary R. Wheeler10-Dec-03 15:03
Gary R. Wheeler10-Dec-03 15:03 
The simplest solution would be to just make the dialog modeless. To simulate the modal behavior, have the dialog enable and disable the parent window as required. If you need the return value from DoModal(), you'll have to establish some other mechanism to return that information (since you won't be calling DoModal()).


Software Zen: delete this;
GeneralRe: Making a model dialog modeless..! Pin
Halloko10-Dec-03 22:54
Halloko10-Dec-03 22:54 
Generalcommand prompt Pin
Fareed Rizkalla10-Dec-03 12:16
Fareed Rizkalla10-Dec-03 12:16 
GeneralRe: command prompt Pin
Snyp10-Dec-03 12:33
Snyp10-Dec-03 12:33 
GeneralRe: command prompt Pin
Gary R. Wheeler10-Dec-03 15:07
Gary R. Wheeler10-Dec-03 15:07 
GeneralRe: command prompt Pin
Fareed Rizkalla10-Dec-03 18:57
Fareed Rizkalla10-Dec-03 18:57 
GeneralRe: command prompt Pin
Jon Sagara10-Dec-03 21:20
Jon Sagara10-Dec-03 21:20 
Generallink error on .def files Pin
Anonymous10-Dec-03 10:24
Anonymous10-Dec-03 10:24 
GeneralRe: link error on .def files Pin
David Crow10-Dec-03 10:33
David Crow10-Dec-03 10:33 
GeneralRe: link error on .def files Pin
Jörgen Sigvardsson10-Dec-03 11:19
Jörgen Sigvardsson10-Dec-03 11:19 
GeneralMake file Pin
Anonymous10-Dec-03 10:15
Anonymous10-Dec-03 10:15 
GeneralRe: Make file Pin
David Crow10-Dec-03 10:27
David Crow10-Dec-03 10:27 
Generalinconsistent dll linkage dllexport assumed Pin
Anonymous10-Dec-03 7:37
Anonymous10-Dec-03 7:37 
GeneralRe: inconsistent dll linkage dllexport assumed Pin
David Crow10-Dec-03 7:49
David Crow10-Dec-03 7:49 
GeneralRe: inconsistent dll linkage dllexport assumed Pin
Anonymous10-Dec-03 7:58
Anonymous10-Dec-03 7:58 
General.def files Pin
Anonymous10-Dec-03 7:23
Anonymous10-Dec-03 7:23 
GeneralRe: .def files Pin
David Crow10-Dec-03 7:45
David Crow10-Dec-03 7:45 
GeneralRe: .def files Pin
Anonymous10-Dec-03 8:01
Anonymous10-Dec-03 8:01 

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.