Click here to Skip to main content
15,885,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sending structure data on tcp socket Pin
CPallini21-Mar-09 4:13
mveCPallini21-Mar-09 4:13 
JokeRe: sending structure data on tcp socket Pin
Rajesh R Subramanian21-Mar-09 4:33
professionalRajesh R Subramanian21-Mar-09 4:33 
GeneralRe: sending structure data on tcp socket Pin
CPallini21-Mar-09 5:11
mveCPallini21-Mar-09 5:11 
QuestionHow to add Message Handler(MESSAGE_MAP) for generic class? Pin
Abhijit D. Babar21-Mar-09 2:31
Abhijit D. Babar21-Mar-09 2:31 
QuestionWant to give an image on a button Pin
m_mun21-Mar-09 1:47
m_mun21-Mar-09 1:47 
AnswerRe: Want to give an image on a button Pin
CPallini21-Mar-09 3:26
mveCPallini21-Mar-09 3:26 
Question2500 item in list control Pin
VCProgrammer21-Mar-09 1:37
VCProgrammer21-Mar-09 1:37 
AnswerRe: 2500 item in list control Pin
Luc Pattyn21-Mar-09 2:05
sitebuilderLuc Pattyn21-Mar-09 2:05 
Hi,

the symptoms you describe typically appear when another thread is accessing some controls that were originally created by the main thread. Only the main thread should ever touch any of the controls,
they are not thread-safe. You probably have to rethink the threading scheme used.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


AnswerRe: 2500 item in list control Pin
Michael Schubert21-Mar-09 2:09
Michael Schubert21-Mar-09 2:09 
GeneralRe: 2500 item in list control Pin
Cedric Moonen21-Mar-09 2:12
Cedric Moonen21-Mar-09 2:12 
GeneralRe: 2500 item in list control Pin
VCProgrammer21-Mar-09 2:20
VCProgrammer21-Mar-09 2:20 
GeneralRe: 2500 item in list control Pin
Michael Schubert21-Mar-09 2:51
Michael Schubert21-Mar-09 2:51 
GeneralRe: 2500 item in list control Pin
Michael Schubert21-Mar-09 2:23
Michael Schubert21-Mar-09 2:23 
AnswerRe: 2500 item in list control Pin
followait21-Mar-09 2:35
followait21-Mar-09 2:35 
AnswerRe: 2500 item in list control Pin
Rajesh R Subramanian21-Mar-09 4:23
professionalRajesh R Subramanian21-Mar-09 4:23 
QuestionFailed to add precompiled header manually Pin
followait21-Mar-09 1:31
followait21-Mar-09 1:31 
AnswerRe: Failed to add precompiled header manually Pin
norish21-Mar-09 2:03
norish21-Mar-09 2:03 
GeneralRe: Failed to add precompiled header manually Pin
followait21-Mar-09 2:27
followait21-Mar-09 2:27 
QuestionDrawing dots and checking coordinates Pin
mass8521-Mar-09 0:45
mass8521-Mar-09 0:45 
AnswerRe: Drawing dots and checking coordinates Pin
Cedric Moonen21-Mar-09 1:04
Cedric Moonen21-Mar-09 1:04 
GeneralRe: Drawing dots and checking coordinates Pin
mass8521-Mar-09 1:27
mass8521-Mar-09 1:27 
GeneralRe: Drawing dots and checking coordinates Pin
Cedric Moonen21-Mar-09 2:11
Cedric Moonen21-Mar-09 2:11 
GeneralRe: Drawing dots and checking coordinates Pin
mass8521-Mar-09 2:23
mass8521-Mar-09 2:23 
QuestionRe: Drawing dots and checking coordinates Pin
mass8523-Mar-09 2:02
mass8523-Mar-09 2:02 
QuestionRemoveDirectoryW() Pin
p_196021-Mar-09 0:39
p_196021-Mar-09 0:39 

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.