Click here to Skip to main content
15,917,456 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help needed again....MessageBox pops up Twice! Pin
12Code1-Apr-09 23:59
12Code1-Apr-09 23:59 
GeneralRe: Help needed again....MessageBox pops up Twice! Pin
Rajdeep.NET is BACK2-Apr-09 0:09
Rajdeep.NET is BACK2-Apr-09 0:09 
GeneralRe: Help needed again....MessageBox pops up Twice! Pin
12Code2-Apr-09 0:17
12Code2-Apr-09 0:17 
GeneralRe: Help needed again....MessageBox pops up Twice! PinPopular
J4amieC2-Apr-09 0:11
J4amieC2-Apr-09 0:11 
AnswerRe: Help needed again....MessageBox pops up Twice! Pin
King Julien2-Apr-09 0:06
King Julien2-Apr-09 0:06 
QuestionHow do i Create a simple HTTP web server in C# ? Pin
sportsonpc1-Apr-09 23:02
sportsonpc1-Apr-09 23:02 
AnswerRe: How do i Create a simple HTTP web server in C# ? Pin
sportsonpc1-Apr-09 23:24
sportsonpc1-Apr-09 23:24 
AnswerRe: How do i Create a simple HTTP web server in C# ? Pin
#realJSOP2-Apr-09 0:16
professional#realJSOP2-Apr-09 0:16 
QuestionDeleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:00
Rajdeep.NET is BACK1-Apr-09 23:00 
AnswerRe: Deleting Folder...... Please Help! Pin
musefan1-Apr-09 23:01
musefan1-Apr-09 23:01 
GeneralRe: Deleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:14
Rajdeep.NET is BACK1-Apr-09 23:14 
GeneralRe: Deleting Folder...... Please Help! Pin
musefan1-Apr-09 23:20
musefan1-Apr-09 23:20 
AnswerRe: Deleting Folder...... Please Help! Pin
MumbleB1-Apr-09 23:03
MumbleB1-Apr-09 23:03 
GeneralRe: Deleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:21
Rajdeep.NET is BACK1-Apr-09 23:21 
GeneralRe: Deleting Folder...... Please Help! Pin
MumbleB2-Apr-09 0:04
MumbleB2-Apr-09 0:04 
GeneralRe: Deleting Folder...... Please Help! Pin
Pete O'Hanlon2-Apr-09 1:32
mvePete O'Hanlon2-Apr-09 1:32 
AnswerRe: Deleting Folder...... Please Help! Pin
0x3c02-Apr-09 6:03
0x3c02-Apr-09 6:03 
Questionfiles created by process Pin
shefa' isied1-Apr-09 22:41
shefa' isied1-Apr-09 22:41 
AnswerRe: files created by process Pin
musefan1-Apr-09 22:58
musefan1-Apr-09 22:58 
GeneralRe: files created by process Pin
shefa' isied1-Apr-09 23:08
shefa' isied1-Apr-09 23:08 
GeneralRe: files created by process Pin
musefan1-Apr-09 23:19
musefan1-Apr-09 23:19 
well as applications like winword.exe can create multiple file types the best option would be to find what file types has winword.exe as its default application.

so you should try looping all registered file types and if there default application is the one you want (i.e. winword) then you add that to the list. maybe you can adapt this [^]code to help you.

of course you will need to get the actaully filepath of the process to test for a match.


then once you have you list of file types you can perform a search for those filetypes.

though you code just hard code you process -> filetype list and then just do the search part which is prob closer to want you were hoping for (i.e. not having to do much)

Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: files created by process Pin
Eddy Vluggen1-Apr-09 23:38
professionalEddy Vluggen1-Apr-09 23:38 
GeneralRe: files created by process Pin
musefan1-Apr-09 23:55
musefan1-Apr-09 23:55 
QuestionHow to Create Component in c#? Pin
crrajaguru1-Apr-09 21:14
crrajaguru1-Apr-09 21:14 
AnswerRe: How to Create Component in c#? PinPopular
musefan1-Apr-09 21:55
musefan1-Apr-09 21:55 

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.