Click here to Skip to main content
15,915,777 members
Home / Discussions / COM
   

COM

 
QuestionTrouble to run DCOM - server from different network Pin
Bor_boss9-Nov-05 16:46
Bor_boss9-Nov-05 16:46 
QuestionHelp Needed in Extended MAPI. Pin
deepgeorge8-Nov-05 17:35
deepgeorge8-Nov-05 17:35 
QuestionCalling a C# COM Object from VC++ 6.0 Pin
E6AD8-Nov-05 17:33
E6AD8-Nov-05 17:33 
AnswerRe: Calling a C# COM Object from VC++ 6.0 Pin
douglasjordan10-Nov-05 2:06
douglasjordan10-Nov-05 2:06 
Questionhelp help help Pin
engriri20068-Nov-05 14:13
engriri20068-Nov-05 14:13 
AnswerRe: help help help Pin
douglasjordan8-Nov-05 17:29
douglasjordan8-Nov-05 17:29 
AnswerRe: help help help Pin
Brian C Hart30-Dec-05 23:26
professionalBrian C Hart30-Dec-05 23:26 
QuestionCan't bring to top a specific "Microsoft Word" window Pin
nadzzz8-Nov-05 4:50
nadzzz8-Nov-05 4:50 
Hi everyoone,

I made a function that bring any window of any application to top.
But I have a issue with the Microsoft Word application.

When I have many Word application running and I want one of them (specific) on the top of the Z-order, it's allways the same instance of word that come on top. I looked their window handle and there all different.
Example : (doc1) (doc2) (doc3)
If I want doc3, it's doc1 that will prompted on top.

A Work around is that if a press the alt key after the issue operation, the right instance of word come on top of the Z-Order.

Some of functions that I tryed to do that operation:

::SetActiveWindow( oSelectedApp.GetWindow() );<br />
::SetForegroundWindow( oSelectedApp.GetWindow() );<br />
::ShowWindow( oSelectedApp.GetWindow(), SW_SHOW );<br />
::SetWindowPos( oSelectedApp.GetWindow(), HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SWP_SHOWWINDOW );

I seen this problem only for Microsoft Word application.

Sébastien Nadeau
Software Developper
AnswerRe: Additionnal Informations Pin
nadzzz8-Nov-05 5:06
nadzzz8-Nov-05 5:06 
Questionadd page in property sheet for property tab Pin
Maddie from Dartford7-Nov-05 17:18
Maddie from Dartford7-Nov-05 17:18 
QuestionDirectShow release of GraphBuilder Pin
douglasjordan7-Nov-05 12:17
douglasjordan7-Nov-05 12:17 
Question.NET to COM+ and vice versa Pin
Chals7-Nov-05 6:00
Chals7-Nov-05 6:00 
QuestionVS 2005 COM DLL issue Pin
pass_x0r7-Nov-05 2:12
pass_x0r7-Nov-05 2:12 
QuestionCOleDispatchDriver.InvokeHelper PROBLEM Pin
Ro_land7-Nov-05 0:16
Ro_land7-Nov-05 0:16 
AnswerRe: COleDispatchDriver.InvokeHelper PROBLEM Pin
Lim Bio Liong9-Nov-05 23:37
Lim Bio Liong9-Nov-05 23:37 
GeneralRe: COleDispatchDriver.InvokeHelper PROBLEM Pin
Ro_land13-Nov-05 9:51
Ro_land13-Nov-05 9:51 
GeneralRe: COleDispatchDriver.InvokeHelper PROBLEM Pin
Lim Bio Liong13-Nov-05 23:26
Lim Bio Liong13-Nov-05 23:26 
AnswerRe: COleDispatchDriver.InvokeHelper PROBLEM Pin
Vi211-Nov-05 4:35
Vi211-Nov-05 4:35 
GeneralRe: COleDispatchDriver.InvokeHelper PROBLEM Pin
Ro_land13-Nov-05 9:43
Ro_land13-Nov-05 9:43 
QuestionIActveScript and events of run-time object Pin
De Nardis Andrea7-Nov-05 0:13
De Nardis Andrea7-Nov-05 0:13 
QuestionHow to init this VARIANT? Pin
Lane Yu6-Nov-05 7:12
Lane Yu6-Nov-05 7:12 
AnswerRe: How to init this VARIANT? Pin
De Nardis Andrea7-Nov-05 0:23
De Nardis Andrea7-Nov-05 0:23 
GeneralRe: How to init this VARIANT? Pin
Lane Yu7-Nov-05 1:19
Lane Yu7-Nov-05 1:19 
GeneralRe: How to init this VARIANT? Pin
De Nardis Andrea7-Nov-05 4:24
De Nardis Andrea7-Nov-05 4:24 
GeneralRe: How to init this VARIANT? Pin
Lane Yu7-Nov-05 6:56
Lane Yu7-Nov-05 6:56 

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.