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

C#

 
GeneralRe: Dynamic business application questions Pin
tarmin17-May-03 4:28
tarmin17-May-03 4:28 
GeneralXML documentation problem Pin
simwiz15-May-03 23:00
simwiz15-May-03 23:00 
GeneralRe: XML documentation problem Pin
shaunAustin16-May-03 0:59
shaunAustin16-May-03 0:59 
Generalcreating a bindable control Pin
Roger Alsing15-May-03 21:06
Roger Alsing15-May-03 21:06 
GeneralRe: creating a bindable control Pin
David23g16-May-03 6:58
David23g16-May-03 6:58 
GeneralRe: creating a bindable control Pin
Bo Hunter16-May-03 20:19
Bo Hunter16-May-03 20:19 
Generalsetting share permissions Pin
Captain Kirk15-May-03 19:36
Captain Kirk15-May-03 19:36 
GeneralGetProcessesByName Problem Pin
eggie515-May-03 10:51
eggie515-May-03 10:51 
ok, so I have this....

private void Form1_Load(object sender, System.EventArgs e)
 {
      // Get all instances of Notepad running on the local
      // computer.
      Process [] localByName = System.Diagnostics.Process.GetProcessesByName("notepad.exe");
 }



So, first things first. From what I understand, the variable localByName (assuming it is a varible, and if it is what kind?) is storing the data from what ever "GetProcessesByName" returns, correct? If so what kind of data is it returing? A sting? A bool?

/\ |_ E X E GG
GeneralRe: GetProcessesByName Problem Pin
J. Dunlap15-May-03 11:04
J. Dunlap15-May-03 11:04 
GeneralDequeue an object of a struct type Pin
sultan_mu15-May-03 10:23
sultan_mu15-May-03 10:23 
GeneralRe: Dequeue an object of a struct type Pin
James T. Johnson16-May-03 4:19
James T. Johnson16-May-03 4:19 
GeneralRe: Dequeue an object of a struct type Pin
sultan_mu16-May-03 16:25
sultan_mu16-May-03 16:25 
GeneralDHTML object model in .NET Pin
Waleed Eissa15-May-03 7:52
Waleed Eissa15-May-03 7:52 
GeneralHidden forms Pin
solidstore15-May-03 4:44
solidstore15-May-03 4:44 
GeneralRe: Hidden forms Pin
RB@Emphasys16-May-03 6:57
RB@Emphasys16-May-03 6:57 
GeneralRe: Hidden forms Pin
solidstore17-May-03 7:50
solidstore17-May-03 7:50 
GeneralRe: Hidden forms Pin
Anonymous26-May-03 3:04
Anonymous26-May-03 3:04 
GeneralGetting pointer to DLL loaded by other program Pin
curiousgal15-May-03 4:28
curiousgal15-May-03 4:28 
GeneralRe: Getting pointer to DLL loaded by other program Pin
James T. Johnson16-May-03 4:25
James T. Johnson16-May-03 4:25 
GeneralSavedialog with serlization.. Pin
tuan_tomy15-May-03 2:25
tuan_tomy15-May-03 2:25 
GeneralCOM interop and BSTR Pin
dshield15-May-03 1:44
dshield15-May-03 1:44 
GeneralRe: COM interop and BSTR Pin
Ranjan Banerji15-May-03 3:16
Ranjan Banerji15-May-03 3:16 
GeneralRe: COM interop and BSTR Pin
dshield15-May-03 4:37
dshield15-May-03 4:37 
GeneralRe: COM interop and BSTR Pin
Ranjan Banerji15-May-03 6:28
Ranjan Banerji15-May-03 6:28 
GeneralRe: COM interop and BSTR Pin
Richard Deeming15-May-03 8:17
mveRichard Deeming15-May-03 8:17 

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.