Click here to Skip to main content
15,897,273 members
Home / Discussions / COM
   

COM

 
AnswerRe: Passing a Function Pointer to a function in IDL : Need Solution Urgently Pin
merina200515-Dec-08 0:05
merina200515-Dec-08 0:05 
AnswerRe: Passing a Function Pointer to a function in IDL : Need Solution Urgently Pin
Jonathan Davies17-Dec-08 1:19
Jonathan Davies17-Dec-08 1:19 
GeneralRe: Passing a Function Pointer to a function in IDL : Need Solution Urgently Pin
ShyamR17-Dec-08 2:20
ShyamR17-Dec-08 2:20 
QuestionHow to use DLLImport when the entry point is nested in a class? Pin
cor287921-Nov-08 5:42
cor287921-Nov-08 5:42 
QuestionRecieving events when client is waiting Pin
merina200520-Nov-08 23:22
merina200520-Nov-08 23:22 
AnswerRe: Recieving events when client is waiting Pin
Lim Bio Liong23-Nov-08 18:15
Lim Bio Liong23-Nov-08 18:15 
GeneralRe: Recieving events when client is waiting Pin
merina200523-Nov-08 18:51
merina200523-Nov-08 18:51 
GeneralRe: Recieving events when client is waiting Pin
Lim Bio Liong24-Nov-08 0:41
Lim Bio Liong24-Nov-08 0:41 
>> I want my GUI to wait(ie, not to process any windows message)until the reply is obtained...

This is v strange. If your GUI does not receive any windows messages, then it will be totally fixed on the screen and immobile. It will not receive any WM_PAINT messages and so covering it and then uncovering it will not cause it to repaint its client area. It will not even respond to any mouse click and drag.

But if this is really what you want then you should go ahead and use WaitForSingleObject(). The effect will be as you desired.

But I must be missing out on something here. Maybe you have not explained yourself fully.

- Bio.
GeneralRe: Recieving events when client is waiting Pin
merina20052-Dec-08 21:11
merina20052-Dec-08 21:11 
QuestionAdd MS Excel Application to DCOM Config Pin
P.T.R.K19-Nov-08 22:38
P.T.R.K19-Nov-08 22:38 
AnswerRe: Add MS Excel Application to DCOM Config Pin
jabdal22-Dec-08 7:39
jabdal22-Dec-08 7:39 
GeneralRe: Add MS Excel Application to DCOM Config Pin
rama charan9-Oct-11 22:58
rama charan9-Oct-11 22:58 
QuestionActiveX loose focus Pin
AnTri19-Nov-08 10:46
AnTri19-Nov-08 10:46 
QuestionIFolderViewOC reference from within Windows Explorer Pin
__DanC__19-Nov-08 2:11
__DanC__19-Nov-08 2:11 
Questionworking with com dll resources Pin
Taruni18-Nov-08 18:26
Taruni18-Nov-08 18:26 
QuestionConfigure DCOM component on my computer [modified] Pin
indian14318-Nov-08 3:56
indian14318-Nov-08 3:56 
AnswerRe: Configure DCOM component on my computer Pin
Randor 21-Nov-08 6:39
professional Randor 21-Nov-08 6:39 
QuestionHow to register COM components into C#.Net window applications Pin
veereshIndia17-Nov-08 22:31
veereshIndia17-Nov-08 22:31 
Questioncalling c# com object from c++ Pin
Liat Even17-Nov-08 3:33
Liat Even17-Nov-08 3:33 
AnswerRe: calling c# com object from c++ Pin
Baltoro22-Nov-08 10:48
Baltoro22-Nov-08 10:48 
QuestionCOM Module goes off... Pin
SRKSHOME16-Nov-08 23:29
SRKSHOME16-Nov-08 23:29 
QuestionHow to hook IWiaDevMgr? Pin
Kenlin042712-Nov-08 18:40
Kenlin042712-Nov-08 18:40 
QuestionNew interface Pin
kDevloper12-Nov-08 18:32
kDevloper12-Nov-08 18:32 
Questionwhat error occurren in this code? Pin
jackyxinli12-Nov-08 15:43
jackyxinli12-Nov-08 15:43 
AnswerRe: what error occurren in this code? Pin
jackyxinli12-Nov-08 15:49
jackyxinli12-Nov-08 15:49 

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.