Dec 10, 2003 #1 sssdexter Programmer Oct 7, 2003 29 MY Hi, How can i open a *.doc file from my application? For example i have a D:\test.doc, in my application i want to open this document file by clicking a button. Thanks in advance
Hi, How can i open a *.doc file from my application? For example i have a D:\test.doc, in my application i want to open this document file by clicking a button. Thanks in advance
Dec 11, 2003 #2 pgaec Programmer Aug 4, 2003 161 AU Refer thread144-721602 credits to our ever-helping PB guru mbalent cheers MM Upvote 0 Downvote
Jan 30, 2004 #3 iziki Programmer Feb 10, 2002 11 IL Hi, If you dont want to use PFC , you might want to check the win API function ShellExecute for openning the Doc file. Iziki. Upvote 0 Downvote
Hi, If you dont want to use PFC , you might want to check the win API function ShellExecute for openning the Doc file. Iziki.