[Mono-winforms-list] how to open file
Anubhava Dimri
anubhava.prodata at gmail.com
Sat Dec 11 03:22:50 EST 2010
Dear Sir,
I have a pdf which is with the application. after that i m tring to execute
mono application in MAC os. but it not works.
Dim b As DirectoryInfo = New DirectoryInfo(Application.StartupPath)
Dim f As FileInfo() = b.GetFiles("*.pdf")
MessageBox.Show(f.Length) 'Message
display Output is 1
For Each Stre As FileInfo In f
System.Diagnostics.Process.Start(Stre.FullName)
Next
Please describe me what is wrong with that.
Thanks
Anubhava Dimri
--
View this message in context: http://mono.1490590.n4.nabble.com/how-to-open-file-tp3081832p3083086.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
More information about the Mono-winforms-list
mailing list