Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: datagrid problem Pin
A.Wegierski20-Jul-03 19:32
A.Wegierski20-Jul-03 19:32 
GeneralProblems with WMP SDK/clip duration Pin
B Chase20-Jul-03 10:02
B Chase20-Jul-03 10:02 
GeneralRe: Problems with WMP SDK/clip duration Pin
B Chase20-Jul-03 12:19
B Chase20-Jul-03 12:19 
QuestionHow do you add printers to w2k adv. server using C# Pin
kenk_Csharp20-Jul-03 8:31
kenk_Csharp20-Jul-03 8:31 
General"move" files ... Pin
inkdman20-Jul-03 5:29
inkdman20-Jul-03 5:29 
Generalconnecting to a pop server Pin
inkdman20-Jul-03 4:54
inkdman20-Jul-03 4:54 
GeneralRe: connecting to a pop server Pin
Nick Parker20-Jul-03 5:36
protectorNick Parker20-Jul-03 5:36 
GeneralGet object property from running process Pin
Shaun Becker19-Jul-03 15:31
Shaun Becker19-Jul-03 15:31 
I am writing a logistics application suite. It will have a main program, a maintenance program, an order entry program, and an admin program. The main program will just control security while all other applications are running. Whenever any of the other programs start up, first it is going to check if there is already an instance of the application running using System.Diagnostics.Process.GetProcessesByName(). If there is then it will just activate that instance. If there isn't then it will then check if there is an instance of the main application using System.Diagnostics.Process.GetProcessesByName(). If there is an instance of the main application, then it will just get a reference to the user object from the main program. If there isn't an instance of the main application, then it will create a new process of the main application with System.Diagnostics.Process.Start(), which will require the user to log in and that will intialize the user object. Then the executing program will get a reference to the user object from the main program that was just started. I hope this explains everything I am trying to do. If you have any suggestions on how to do this or of a better way to reach the desired outcome, I would greatly appreciate it. Thanks

Shaun

GeneralRe: Get object property from running process Pin
Rocky Moore19-Jul-03 23:41
Rocky Moore19-Jul-03 23:41 
GeneralRe: Get object property from running process Pin
Shaun Becker20-Jul-03 4:04
Shaun Becker20-Jul-03 4:04 
GeneralRe: Get object property from running process Pin
Rocky Moore20-Jul-03 4:38
Rocky Moore20-Jul-03 4:38 
GeneralRe: Get object property from running process Pin
Shaun Becker21-Jul-03 14:40
Shaun Becker21-Jul-03 14:40 
GeneralRe: Get object property from running process Pin
Rocky Moore21-Jul-03 15:44
Rocky Moore21-Jul-03 15:44 
Generalemail Pin
civilwar19-Jul-03 12:08
civilwar19-Jul-03 12:08 
GeneralRe: email Pin
Rocky Moore19-Jul-03 16:48
Rocky Moore19-Jul-03 16:48 
GeneralRe: email Pin
Manster21-Jul-03 6:20
Manster21-Jul-03 6:20 
GeneralRe: email Pin
civilwar21-Jul-03 6:45
civilwar21-Jul-03 6:45 
Generalenumerating MSDE servers in C# using SQLDMO Pin
apferreira19-Jul-03 3:36
apferreira19-Jul-03 3:36 
GeneralRe: enumerating MSDE servers in C# using SQLDMO Pin
leppie19-Jul-03 4:34
leppie19-Jul-03 4:34 
GeneralRe: enumerating MSDE servers in C# using SQLDMO Pin
apferreira20-Jul-03 4:36
apferreira20-Jul-03 4:36 
GeneralRe: enumerating MSDE servers in C# using SQLDMO Pin
Bo Hunter20-Jul-03 11:37
Bo Hunter20-Jul-03 11:37 
GeneralRe: enumerating MSDE servers in C# using SQLDMO Pin
leppie21-Jul-03 6:59
leppie21-Jul-03 6:59 
Generalprinting windows forms Pin
misterbear19-Jul-03 2:02
misterbear19-Jul-03 2:02 
GeneralRe: printing windows forms Pin
pahluwalia9-Dec-03 11:48
pahluwalia9-Dec-03 11:48 
GeneralDrag and drop files Pin
Shree19-Jul-03 1:45
Shree19-Jul-03 1:45 

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.