Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:53
Member 5343578-Nov-04 2:53 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:56
Member 5343578-Nov-04 2:56 
GeneralTimer tick problem Pin
Aviv Halperin5-Nov-04 4:02
Aviv Halperin5-Nov-04 4:02 
GeneralRe: Timer tick problem Pin
Stefan Troschuetz5-Nov-04 4:20
Stefan Troschuetz5-Nov-04 4:20 
GeneralExcel and c# Pin
Hugo Migneron5-Nov-04 3:30
Hugo Migneron5-Nov-04 3:30 
GeneralRe: Excel and c# Pin
Dave Kreskowiak5-Nov-04 5:16
mveDave Kreskowiak5-Nov-04 5:16 
GeneralDetecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 3:27
CoffeeZombie5-Nov-04 3:27 
GeneralRe: Detecting & Moving other Applications windows Pin
yoaz5-Nov-04 3:45
yoaz5-Nov-04 3:45 
try:
System.Diagnostics.Process[] myprocs = System.Diagnostics.Process.GetProcesses();

there's an overload where u can specify a machine name.
hope that's what you ment;)

there are no facts, only interpretations
GeneralRe: Detecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 4:27
CoffeeZombie5-Nov-04 4:27 
GeneralRe: Detecting & Moving other Applications windows Pin
Stefan Troschuetz5-Nov-04 4:13
Stefan Troschuetz5-Nov-04 4:13 
Generallistview column reorder problem Pin
vog_ro5-Nov-04 3:23
vog_ro5-Nov-04 3:23 
GeneralRe: listview column reorder problem Pin
Peff6-Nov-04 19:02
Peff6-Nov-04 19:02 
GeneralC# compiler Pin
nagarajuepuri5-Nov-04 2:42
nagarajuepuri5-Nov-04 2:42 
GeneralRe: C# compiler Pin
Stefan Troschuetz5-Nov-04 2:55
Stefan Troschuetz5-Nov-04 2:55 
GeneralRe: C# compiler Pin
Anonymous5-Nov-04 8:34
Anonymous5-Nov-04 8:34 
General.NET Setup and Deployment project registry bug. Pin
Shail_Srivastav5-Nov-04 2:36
Shail_Srivastav5-Nov-04 2:36 
GeneralConcatenate byte arrays Pin
Hans Ruck5-Nov-04 1:52
Hans Ruck5-Nov-04 1:52 
GeneralRe: Concatenate byte arrays Pin
yoaz5-Nov-04 3:28
yoaz5-Nov-04 3:28 
GeneralRe: Concatenate byte arrays Pin
Grimolfr5-Nov-04 9:59
Grimolfr5-Nov-04 9:59 
GeneralRe: Concatenate byte arrays Pin
Hans Ruck6-Nov-04 3:32
Hans Ruck6-Nov-04 3:32 
QuestionHow to save the WebService's result to xml file? Pin
jzb4-Nov-04 23:30
jzb4-Nov-04 23:30 
AnswerRe: How to save the WebService's result to xml file? Pin
Alex Korchemniy5-Nov-04 14:14
Alex Korchemniy5-Nov-04 14:14 
GeneralSigned XML Pin
Serge Lobko-Lobanovsky4-Nov-04 22:11
Serge Lobko-Lobanovsky4-Nov-04 22:11 
GeneralRe: Signed XML Pin
Alex Korchemniy5-Nov-04 14:06
Alex Korchemniy5-Nov-04 14:06 
GeneralRe: Signed XML Pin
Serge Lobko-Lobanovsky8-Nov-04 0:02
Serge Lobko-Lobanovsky8-Nov-04 0:02 

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.