Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Get Autocad drawing property. Pin
Paulraj G10-Nov-09 22:17
Paulraj G10-Nov-09 22:17 
AnswerRe: How to Get Autocad drawing property. Pin
PrafullaShirke2710-Nov-09 23:24
professionalPrafullaShirke2710-Nov-09 23:24 
QuestionHow touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 21:50
professionalPrafullaShirke2710-Nov-09 21:50 
QuestionRe: How touse OpenDocumentFile from MFC-dll? Pin
CPallini10-Nov-09 22:59
mveCPallini10-Nov-09 22:59 
AnswerRe: How touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 23:12
professionalPrafullaShirke2710-Nov-09 23:12 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
Covean10-Nov-09 23:42
Covean10-Nov-09 23:42 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 23:58
professionalPrafullaShirke2710-Nov-09 23:58 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
Covean11-Nov-09 0:05
Covean11-Nov-09 0:05 
Thats exactly your problem. The easiest way to solve this problem is, that you only
call gui functions from within your thread that created the gui.

In general calling gui functions from within a thread that didn't created the gui is not
a good practice and often causes such problems.

The are ways to do this, but its too long ago, that I developed C++. Maybe somebody
can you explain how to do such calls.

Greetings
Covean

Question[Message Deleted] Pin
ratprita10-Nov-09 21:41
ratprita10-Nov-09 21:41 
QuestionRe: polymorphism Pin
Rajesh R Subramanian10-Nov-09 21:44
professionalRajesh R Subramanian10-Nov-09 21:44 
Answer[Message Deleted] Pin
ratprita10-Nov-09 21:46
ratprita10-Nov-09 21:46 
GeneralRe: polymorphism Pin
Rajesh R Subramanian10-Nov-09 21:49
professionalRajesh R Subramanian10-Nov-09 21:49 
GeneralRe: polymorphism Pin
CPallini10-Nov-09 22:08
mveCPallini10-Nov-09 22:08 
GeneralRe: polymorphism Pin
Cedric Moonen10-Nov-09 23:02
Cedric Moonen10-Nov-09 23:02 
AnswerRe: polymorphism Pin
David Crow11-Nov-09 3:38
David Crow11-Nov-09 3:38 
QuestionAddString() in ListBox Pin
Anu_Bala10-Nov-09 20:20
Anu_Bala10-Nov-09 20:20 
AnswerRe: AddString() in ListBox Pin
«_Superman_»10-Nov-09 20:24
professional«_Superman_»10-Nov-09 20:24 
AnswerRe: AddString() in ListBox Pin
KingsGambit10-Nov-09 20:27
KingsGambit10-Nov-09 20:27 
QuestionRe: AddString() in ListBox Pin
CPallini10-Nov-09 20:32
mveCPallini10-Nov-09 20:32 
AnswerRe: AddString() in ListBox Pin
Anu_Bala10-Nov-09 21:04
Anu_Bala10-Nov-09 21:04 
GeneralRe: AddString() in ListBox Pin
CPallini10-Nov-09 21:25
mveCPallini10-Nov-09 21:25 
AnswerRe: AddString() in ListBox Pin
Rajesh R Subramanian10-Nov-09 21:01
professionalRajesh R Subramanian10-Nov-09 21:01 
AnswerRe: AddString() in ListBox Pin
David Crow11-Nov-09 3:40
David Crow11-Nov-09 3:40 
QuestionNew Virtual Desktop Pin
amitkgupta2810-Nov-09 20:11
amitkgupta2810-Nov-09 20:11 
AnswerRe: New Virtual Desktop Pin
«_Superman_»10-Nov-09 20:21
professional«_Superman_»10-Nov-09 20:21 

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.