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

C / C++ / MFC

 
QuestionADO wildcard? Pin
Niro198319-Feb-06 22:44
Niro198319-Feb-06 22:44 
QuestionAccess Database Pin
rrrado19-Feb-06 22:37
rrrado19-Feb-06 22:37 
AnswerRe: Access Database Pin
Sebastian Schneider19-Feb-06 23:36
Sebastian Schneider19-Feb-06 23:36 
GeneralRe: Access Database Pin
rrrado20-Feb-06 0:38
rrrado20-Feb-06 0:38 
QuestionWM_COPYDATA communication Pin
Dominik Reichl19-Feb-06 21:58
Dominik Reichl19-Feb-06 21:58 
AnswerRe: WM_COPYDATA communication Pin
PJ Arends20-Feb-06 0:42
professionalPJ Arends20-Feb-06 0:42 
QuestionNewbie need help in token window Pin
Lazybug8219-Feb-06 21:31
Lazybug8219-Feb-06 21:31 
AnswerRe: Newbie need help in token window Pin
Cedric Moonen19-Feb-06 21:53
Cedric Moonen19-Feb-06 21:53 
Your message is not very clear (you don't explain what needs to be sent and where...).

But ok, maybe you are just interested in the part with the Thread. In fact, yes you are right. The thing you have to to is start a thread (CreateThread for example), and to this thread you can pass the handle of the window which needs to receive messages from your thread (when the process is finished). In your thread, you make a loop to send all your messages and when it's done, you send a owner defined message to your window message queue. So, in your main window, you know that data has been sent.
The use of a separate thread is there to allow the UI not to 'freeze' when you send all your messages.
GeneralRe: Newbie need help in token window Pin
Lazybug8220-Feb-06 1:56
Lazybug8220-Feb-06 1:56 
GeneralRe: Newbie need help in token window Pin
Cedric Moonen20-Feb-06 2:18
Cedric Moonen20-Feb-06 2:18 
QuestionConnecting to Oracle through DSN vs Proc Pin
arunperi19-Feb-06 19:06
arunperi19-Feb-06 19:06 
AnswerRe: Connecting to Oracle through DSN vs Proc Pin
David Crow20-Feb-06 3:04
David Crow20-Feb-06 3:04 
GeneralRe: Connecting to Oracle through DSN vs Proc Pin
arunperi20-Feb-06 16:38
arunperi20-Feb-06 16:38 
QuestionRe: Connecting to Oracle through DSN vs Proc Pin
David Crow21-Feb-06 2:28
David Crow21-Feb-06 2:28 
QuestionHow to get the Names of machines Running on a Network Pin
fearless stallion19-Feb-06 18:35
fearless stallion19-Feb-06 18:35 
AnswerRe: How to get the Names of machines Running on a Network Pin
_AnsHUMAN_ 19-Feb-06 20:51
_AnsHUMAN_ 19-Feb-06 20:51 
GeneralRe: How to get the Names of machines Running on a Network Pin
fearless stallion20-Feb-06 2:20
fearless stallion20-Feb-06 2:20 
GeneralRe: How to get the Names of machines Running on a Network Pin
_AnsHUMAN_ 20-Feb-06 2:32
_AnsHUMAN_ 20-Feb-06 2:32 
GeneralRe: How to get the Names of machines Running on a Network Pin
fearless stallion21-Feb-06 2:29
fearless stallion21-Feb-06 2:29 
GeneralRe: How to get the Names of machines Running on a Network Pin
David Crow20-Feb-06 3:06
David Crow20-Feb-06 3:06 
GeneralRe: How to get the Names of machines Running on a Network Pin
_AnsHUMAN_ 20-Feb-06 16:32
_AnsHUMAN_ 20-Feb-06 16:32 
GeneralRe: How to get the Names of machines Running on a Network Pin
David Crow21-Feb-06 2:33
David Crow21-Feb-06 2:33 
GeneralRe: How to get the Names of machines Running on a Network Pin
_AnsHUMAN_ 21-Feb-06 2:47
_AnsHUMAN_ 21-Feb-06 2:47 
GeneralRe: How to get the Names of machines Running on a Network Pin
David Crow21-Feb-06 2:59
David Crow21-Feb-06 2:59 
GeneralRe: How to get the Names of machines Running on a Network Pin
_AnsHUMAN_ 21-Feb-06 16:43
_AnsHUMAN_ 21-Feb-06 16:43 

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.