Dec 10, 2003 #1 sssdexter Programmer Joined Oct 7, 2003 Messages 29 Location 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 Joined Aug 4, 2003 Messages 161 Location AU Refer thread144-721602 credits to our ever-helping PB guru mbalent cheers MM Upvote 0 Downvote
Jan 30, 2004 #3 iziki Programmer Joined Feb 10, 2002 Messages 11 Location 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.