Sunday, July 26, 2009

How to open an outer file in a Visual Basic 2005 Express file?

I mean, that, if for example I want to open a PDF file in My Documents by a button or Yahoo! mail by a link label, what code is needed?


Sure, it's not File.ShowDialog(url:C://Documents and Settings\User\Desktop\PDF1.pdf)

How to open an outer file in a Visual Basic 2005 Express file?
file.open("location")


No comments:

Post a Comment