|
-
January 23rd, 2003, 06:38 PM
#1
opening files with default application
Hi,
how is it possible to open a file with its default application? for example htm file using iexplorer, txt with notepad?
Thanks
-
January 24th, 2003, 08:32 AM
#2
As for me I want to know how to open a word file from VB.NET.
Thanks
Moon
Have a nice day! (^_^)
-
January 24th, 2003, 08:35 AM
#3
Got It
Code:
Dim NewProcess As Process = New Process()
NewProcess.Start(strMyfilePath)
-
January 24th, 2003, 08:39 AM
#4
It works!
Thank you very much!
Moon
Have a nice day! (^_^)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|