Click here to Skip to main content
15,889,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I send mouse clicks to another application? Pin
ekolis25-May-04 15:05
ekolis25-May-04 15:05 
GeneralRe: Can I send mouse clicks to another application? Pin
Dave Kreskowiak25-May-04 17:14
mveDave Kreskowiak25-May-04 17:14 
GeneralRe: Can I send mouse clicks to another application? Pin
Heath Stewart26-May-04 2:57
protectorHeath Stewart26-May-04 2:57 
GeneralInterop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 8:52
Eric Marchesin25-May-04 8:52 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 10:36
protectorHeath Stewart25-May-04 10:36 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 11:15
Eric Marchesin25-May-04 11:15 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 11:20
protectorHeath Stewart25-May-04 11:20 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 11:32
Eric Marchesin25-May-04 11:32 
I mean that after calling this method :

object[] GetActiveObjects(string ProgId)
{
while ...
{
prot.GetObject(pmon[0],out objReturnObject);
objs.Add(objReturnObject);
}
}

I get an array of N objects (N=number of MSDev instances) but when casting them into DSSharedObjects.IApplication and asking for the App.Documents I get for each one the same array of files...

Ahhh... (sigh) If only I could get different DSSharedObjects.IApplication objects ! D'Oh! | :doh:

- Éric -
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 12:21
protectorHeath Stewart25-May-04 12:21 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 12:32
Eric Marchesin25-May-04 12:32 
QuestionSoap extension with command line client? Pin
shining_star7725-May-04 8:51
shining_star7725-May-04 8:51 
AnswerRe: Soap extension with command line client? Pin
Heath Stewart25-May-04 9:37
protectorHeath Stewart25-May-04 9:37 
QuestionHow to use Pin
IamADotNetGuy25-May-04 7:57
IamADotNetGuy25-May-04 7:57 
AnswerRe: How to use Pin
Heath Stewart25-May-04 8:11
protectorHeath Stewart25-May-04 8:11 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:14
IamADotNetGuy25-May-04 8:14 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:18
protectorHeath Stewart25-May-04 8:18 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:22
IamADotNetGuy25-May-04 8:22 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:28
protectorHeath Stewart25-May-04 8:28 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:46
IamADotNetGuy25-May-04 8:46 
GeneralRe: How to use Pin
Heath Stewart25-May-04 9:22
protectorHeath Stewart25-May-04 9:22 
GeneralLogout problem Pin
IamADotNetGuy28-May-04 5:42
IamADotNetGuy28-May-04 5:42 
GeneralRe: Logout problem Pin
Heath Stewart30-May-04 6:13
protectorHeath Stewart30-May-04 6:13 
GeneralRe: Logout problem Pin
IamADotNetGuy3-Jun-04 12:23
IamADotNetGuy3-Jun-04 12:23 
GeneralRe: Logout problem Pin
Heath Stewart3-Jun-04 16:58
protectorHeath Stewart3-Jun-04 16:58 
GeneralRe: Logout problem Pin
IamADotNetGuy4-Jun-04 3:55
IamADotNetGuy4-Jun-04 3:55 

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.