A
AY Xu
I have a data grid view, list the files saved in SQL server. File type
may different in different rows. I want to achieve:
doule click one row in data grid view, a standard program be called to
open the selected file. Say MS word to open a .doc file, MS power
point to open .ppt file, etc.
In asp.net, I use Response.OutputStream.Write to achieve this, it's
pretty easy. is that a similar way in Windows application? Thanks in
advance!
may different in different rows. I want to achieve:
doule click one row in data grid view, a standard program be called to
open the selected file. Say MS word to open a .doc file, MS power
point to open .ppt file, etc.
In asp.net, I use Response.OutputStream.Write to achieve this, it's
pretty easy. is that a similar way in Windows application? Thanks in
advance!