Help!!! PostMessage Error ...

  • Thread starter Thread starter DaniloAlmeida
  • Start date Start date
D

DaniloAlmeida

Hi friends ...

I have a problem ...

I have a Visual C++ 6.0 source code that I open and work in VC.NET (this is
the tool in my job now) and when I use the PostMessage function I receive
error, this error: ERROR_MESSAGE_SYNC_ONLY, and when I use PostThreadMessage
I got this error too. Only the SendMessage works ...

Why ?????

What can be wrong before (VC60) works rigth but now (VC.NET) don't ...

Very Thanks,

Danilo Almeida.
 
Can you provide more information here? It looks like you are attempting to
use a message which needs some sort of pointers through this message.
Although that is something that I am not sure who windows can check that.

What kind of data are you trying to pass?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top