Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag&drop on tray icon Pin
Nader Elshehabi22-Aug-06 12:56
Nader Elshehabi22-Aug-06 12:56 
GeneralRe: Drag&drop on tray icon Pin
twan122-Aug-06 13:09
twan122-Aug-06 13:09 
GeneralRe: Drag&drop on tray icon Pin
Nader Elshehabi22-Aug-06 14:07
Nader Elshehabi22-Aug-06 14:07 
QuestionHow to find the username that a process is running under Pin
Darryl Borden22-Aug-06 12:11
Darryl Borden22-Aug-06 12:11 
AnswerRe: How to find the username that a process is running under Pin
Nader Elshehabi22-Aug-06 12:14
Nader Elshehabi22-Aug-06 12:14 
GeneralRe: How to find the username that a process is running under Pin
Darryl Borden22-Aug-06 12:16
Darryl Borden22-Aug-06 12:16 
GeneralRe: How to find the username that a process is running under Pin
Nader Elshehabi22-Aug-06 12:55
Nader Elshehabi22-Aug-06 12:55 
AnswerRe: How to find the username that a process is running under Pin
Jun Du22-Aug-06 13:07
Jun Du22-Aug-06 13:07 
Use WMI or Windows Management Instrumentation. Build a Management Object on the process under discussion. Call its InvokeMethod() and pass "GetOwner" as the method parameter. This way, you can find the owner of a process.


Best,
Jun

GeneralRe: How to find the username that a process is running under Pin
Darryl Borden24-Aug-06 8:22
Darryl Borden24-Aug-06 8:22 
GeneralRe: How to find the username that a process is running under Pin
Jun Du24-Aug-06 9:00
Jun Du24-Aug-06 9:00 
QuestionASP ADO Variable Problem [modified] Pin
Soot22-Aug-06 10:24
Soot22-Aug-06 10:24 
GeneralRe: ASP ADO Variable Problem Pin
Guffa22-Aug-06 11:18
Guffa22-Aug-06 11:18 
QuestionObjects, Databases and best practice Pin
martin_hughes22-Aug-06 9:39
martin_hughes22-Aug-06 9:39 
AnswerRe: Objects, Databases and best practice Pin
Christian Graus22-Aug-06 11:24
protectorChristian Graus22-Aug-06 11:24 
AnswerRe: Objects, Databases and best practice Pin
Guffa22-Aug-06 11:53
Guffa22-Aug-06 11:53 
AnswerRe: Objects, Databases and best practice Pin
Ennis Ray Lynch, Jr.22-Aug-06 12:12
Ennis Ray Lynch, Jr.22-Aug-06 12:12 
QuestionCompiling through Shell Execution Code Pin
zaigham_chaudhry22-Aug-06 9:10
zaigham_chaudhry22-Aug-06 9:10 
AnswerRe: Compiling through Shell Execution Code Pin
Ed.Poore22-Aug-06 12:02
Ed.Poore22-Aug-06 12:02 
GeneralRe: Compiling through Shell Execution Code Pin
zaigham_chaudhry24-Aug-06 5:54
zaigham_chaudhry24-Aug-06 5:54 
GeneralRe: Compiling through Shell Execution Code Pin
Ed.Poore24-Aug-06 6:51
Ed.Poore24-Aug-06 6:51 
QuestionGet Running Processes Using A Library [modified] Pin
Aaron Dilliard22-Aug-06 9:03
Aaron Dilliard22-Aug-06 9:03 
AnswerRe: Get Running Processes Using A Library Pin
Nader Elshehabi22-Aug-06 12:12
Nader Elshehabi22-Aug-06 12:12 
QuestionHTML Page from Windows Pin
kalyanPaladugu22-Aug-06 8:44
kalyanPaladugu22-Aug-06 8:44 
AnswerRe: HTML Page from Windows Pin
Jun Du22-Aug-06 8:52
Jun Du22-Aug-06 8:52 
GeneralRe: HTML Page from Windows Pin
kalyanPaladugu22-Aug-06 8:57
kalyanPaladugu22-Aug-06 8:57 

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.