Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: open .sln Pin
Colin Angus Mackay21-Jan-06 13:20
Colin Angus Mackay21-Jan-06 13:20 
GeneralRe: open .sln Pin
Judah Gabriel Himango21-Jan-06 16:56
sponsorJudah Gabriel Himango21-Jan-06 16:56 
Questionloading the resources string in C# 2005 Pin
abstarsss21-Jan-06 13:04
abstarsss21-Jan-06 13:04 
AnswerRe: loading the resources string in C# 2005 Pin
Colin Angus Mackay21-Jan-06 13:14
Colin Angus Mackay21-Jan-06 13:14 
GeneralRe: loading the resources string in C# 2005 Pin
abstarsss21-Jan-06 19:21
abstarsss21-Jan-06 19:21 
GeneralRe: loading the resources string in C# 2005 Pin
abstarsss21-Jan-06 19:29
abstarsss21-Jan-06 19:29 
Questionget running applications Pin
galbit21-Jan-06 9:44
galbit21-Jan-06 9:44 
AnswerRe: get running applications Pin
Judah Gabriel Himango21-Jan-06 14:48
sponsorJudah Gabriel Himango21-Jan-06 14:48 
So what you're asking is to get the full path of opened documents, not the paths of applications.

For starters, you can get the running processes (which includes applications) using the System.Diagnostics.Process.GetProcesses() method.

But from there you're on your own. There's nothing built into the framework (nor the Win32 API, AFAIK) that will let you see which document is opened by a program, simply because there is no way of letting Windows know when an application has a document opened. Windows does know when a file is opened, so you might be able to find some Win32 APIs that you could query to find the opened documents of the system.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Little House on the Flickr
Judah Himango


GeneralRe: get running applications Pin
galbit21-Jan-06 19:37
galbit21-Jan-06 19:37 
GeneralRe: get running applications Pin
Dave Kreskowiak22-Jan-06 9:58
mveDave Kreskowiak22-Jan-06 9:58 
Questionsaving a Private Key for future use. Pin
ranzask21-Jan-06 9:06
ranzask21-Jan-06 9:06 
QuestionHow to make owner data file? Pin
pmasknguyen21-Jan-06 6:47
pmasknguyen21-Jan-06 6:47 
AnswerRe: How to make owner data file? Pin
Dave Kreskowiak21-Jan-06 12:02
mveDave Kreskowiak21-Jan-06 12:02 
QuestionAutoSave Pin
pxp21-Jan-06 5:19
pxp21-Jan-06 5:19 
AnswerRe: AutoSave Pin
WillemM21-Jan-06 6:05
WillemM21-Jan-06 6:05 
GeneralRe: AutoSave Pin
pxp21-Jan-06 7:03
pxp21-Jan-06 7:03 
GeneralRe: AutoSave Pin
Guffa21-Jan-06 10:05
Guffa21-Jan-06 10:05 
GeneralRe: AutoSave Pin
pxp22-Jan-06 1:44
pxp22-Jan-06 1:44 
GeneralRe: AutoSave Pin
pxp22-Jan-06 4:24
pxp22-Jan-06 4:24 
GeneralRe: AutoSave Pin
WillemM22-Jan-06 20:16
WillemM22-Jan-06 20:16 
GeneralRe: AutoSave Pin
WillemM22-Jan-06 20:19
WillemM22-Jan-06 20:19 
GeneralRe: AutoSave Pin
pxp23-Jan-06 9:07
pxp23-Jan-06 9:07 
GeneralRe: AutoSave Pin
Guffa24-Jan-06 1:27
Guffa24-Jan-06 1:27 
GeneralRe: AutoSave Pin
pxp24-Jan-06 3:40
pxp24-Jan-06 3:40 
AnswerRe: AutoSave Pin
Guffa24-Jan-06 23:01
Guffa24-Jan-06 23:01 

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.