Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help Urgentlly Plz Pin
eugene.genis23-Jan-07 1:10
eugene.genis23-Jan-07 1:10 
QuestionDifferent 'Process space' ? Pin
V.21-Jan-07 23:11
professionalV.21-Jan-07 23:11 
AnswerRe: Different 'Process space' ? Pin
Mircea Puiu21-Jan-07 23:33
Mircea Puiu21-Jan-07 23:33 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 0:17
professionalV.22-Jan-07 0:17 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 4:09
Mircea Puiu22-Jan-07 4:09 
AnswerRe: Different 'Process space' ? Pin
V.22-Jan-07 7:12
professionalV.22-Jan-07 7:12 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 20:56
Mircea Puiu22-Jan-07 20:56 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 21:35
professionalV.22-Jan-07 21:35 
To 'plug-in' to our main application, we use a dll that will call CreateObject after which we can use some functions to manipulate our main app. CreateObject will start a new application if it wasn't already running but will use the running application if it was (already running).

This works and has been tested in many of our applications.

Know we have to manipulate our application when a "packet" is arrived. (it's a message with some data attached). I'm able to discover this packet, analyze it and call a Process.Start("MyTestApp.exe", "myargument"); (this is done by the service)
For some reason, the testapp manipulates the main app correctly when called as exe, but calls up a new instance when run from the service...

hence the testapp doesn't "see" the main app running.

(PS: yep I've tried a GetObject too, but somehow that crashes.)

we're getting there Wink | ;) . (it's always difficult to explain these things, thanks for the patience)

V.

Stop smoking so you can: Enjoy longer the money you save.
Moviereview Archive

GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 21:56
Mircea Puiu22-Jan-07 21:56 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 23:18
professionalV.22-Jan-07 23:18 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu23-Jan-07 3:13
Mircea Puiu23-Jan-07 3:13 
GeneralRe: Different 'Process space' ? Pin
V.23-Jan-07 4:21
professionalV.23-Jan-07 4:21 
QuestionArraylist of objects and combo box Pin
GunaChinna21-Jan-07 23:08
GunaChinna21-Jan-07 23:08 
AnswerRe: Arraylist of objects and combo box Pin
Christian Graus21-Jan-07 23:12
protectorChristian Graus21-Jan-07 23:12 
Questiontwo checkbox in a listview column Pin
biswabhusan21-Jan-07 22:26
biswabhusan21-Jan-07 22:26 
AnswerRe: two checkbox in a listview column Pin
Mircea Puiu21-Jan-07 22:45
Mircea Puiu21-Jan-07 22:45 
QuestionRun preccess in order Pin
cocoonwls21-Jan-07 21:43
cocoonwls21-Jan-07 21:43 
AnswerRe: Run preccess in order Pin
Guffa21-Jan-07 21:59
Guffa21-Jan-07 21:59 
GeneralRe: Run preccess in order Pin
cocoonwls21-Jan-07 23:25
cocoonwls21-Jan-07 23:25 
AnswerRe: Run preccess in order Pin
Guffa22-Jan-07 0:22
Guffa22-Jan-07 0:22 
QuestionTemplates... Pin
quiteSmart21-Jan-07 21:20
quiteSmart21-Jan-07 21:20 
AnswerRe: Templates.. Pin
Christian Graus21-Jan-07 21:38
protectorChristian Graus21-Jan-07 21:38 
GeneralRe: Templates.. Pin
quiteSmart21-Jan-07 21:42
quiteSmart21-Jan-07 21:42 
GeneralRe: Templates.. Pin
Christian Graus21-Jan-07 21:56
protectorChristian Graus21-Jan-07 21:56 
GeneralRe: Templates.. Pin
quiteSmart21-Jan-07 22:01
quiteSmart21-Jan-07 22:01 

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.