Click here to Skip to main content
15,914,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .net web page not working on mac puters Pin
jimbodenny10-Sep-05 5:50
jimbodenny10-Sep-05 5:50 
QuestionContext Pin
militiaware9-Sep-05 13:48
militiaware9-Sep-05 13:48 
QuestionStartUp Pin
militiaware9-Sep-05 13:45
militiaware9-Sep-05 13:45 
AnswerRe: StartUp Pin
rwestgraham9-Sep-05 17:04
rwestgraham9-Sep-05 17:04 
AnswerRe: StartUp Pin
Dave Kreskowiak10-Sep-05 3:47
mveDave Kreskowiak10-Sep-05 3:47 
QuestionVB.NET ListView Flicker Pin
Gate Crasher9-Sep-05 13:15
Gate Crasher9-Sep-05 13:15 
QuestionCreating a dockable (to screen) window Pin
calipsio0209-Sep-05 10:25
susscalipsio0209-Sep-05 10:25 
QuestionMonitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 22630819-Sep-05 9:39
Member 22630819-Sep-05 9:39 
So i've been battling this problem for too long now and i'm hoping someone can assit me with either the design aspect or the code aspect (or both, if i'm that lucky).

Here's what i'm trying to do:
- I have a small command line application that basically runs SQL queries and saves the results to .csv files (call this repmake.exe)

-I will have many many instances of repmake.exe all running different sql queries (pass it as parameters when executed)

- I want to write another application to monitor all these RepMaker.exe ones. Ideally, when I launch this Monitor.exe app, it will query all processes, return the ones that are repmake.exe (this part is easy), and .. the hard part.. Give me a one line status message that is set in each repmake.exe

for example.. each repmake.exe would set a variable...
strStatus = "Running report #:3333"


I would like to monitor app to show me all the strStatus' from each repmake that is running.
HOW DO I DO THIS????

I looked into Remoting, but this doesn't seem like a good solution, as the Monitor program won't always be running, just every now and then, and the repmakers will waste too many resources always looking for a client everytime they change their status variable...

any other server-client solution doesn't seem to fit... i need a solution where the Monitor app queries each repmaker.exe for a value....

I could use a database and have all repmakers update that, but I'd rather not..

Any suggestions??

I don't know if this is possible, and maybe someone knows, but I've heard of 'hooking into' other processes and acccessing stuff.. is this viable in this scenario? How do i do this and what would I have to set up on the repmaker's to make this easier?

Thanks again!!!
AnswerRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak10-Sep-05 3:45
mveDave Kreskowiak10-Sep-05 3:45 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 226308112-Sep-05 4:28
Member 226308112-Sep-05 4:28 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak12-Sep-05 15:39
mveDave Kreskowiak12-Sep-05 15:39 
Questiondotnet dll distribution Pin
shinay9-Sep-05 8:25
shinay9-Sep-05 8:25 
AnswerRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 9:12
Colin Angus Mackay9-Sep-05 9:12 
GeneralRe: dotnet dll distribution Pin
rwestgraham9-Sep-05 9:56
rwestgraham9-Sep-05 9:56 
GeneralRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 10:02
Colin Angus Mackay9-Sep-05 10:02 
GeneralBootstrapping dotnetfx.exe Pin
rwestgraham9-Sep-05 10:12
rwestgraham9-Sep-05 10:12 
QuestionCrystal Reports Hell Pin
Len Miller9-Sep-05 7:43
Len Miller9-Sep-05 7:43 
AnswerRe: Crystal Reports Hell Pin
nguyenthai20109-Sep-05 23:13
nguyenthai20109-Sep-05 23:13 
GeneralRe: Crystal Reports Hell Pin
Len Miller12-Sep-05 4:15
Len Miller12-Sep-05 4:15 
Questionpassing values from a form to a dialog form Pin
macupryk9-Sep-05 5:48
macupryk9-Sep-05 5:48 
AnswerRe: passing values from a form to a dialog form Pin
rwestgraham9-Sep-05 10:22
rwestgraham9-Sep-05 10:22 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:38
macupryk9-Sep-05 23:38 
AnswerRe: passing values from a form to a dialog form Pin
Rizwan Bashir9-Sep-05 23:26
Rizwan Bashir9-Sep-05 23:26 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:40
macupryk9-Sep-05 23:40 
GeneralRe: passing values from a form to a dialog form Pin
Rizwan Bashir10-Sep-05 9:08
Rizwan Bashir10-Sep-05 9:08 

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.