Vb.net double click open a file
I have the following codes:
Code:
Dim wb As New XLWorkbook()
Dim ws As Object = wb.Worksheets.Add("Cont")
wb.SaveAs("C:\Users\cmchong\Desktop\b.xlsx")
How should I do if I want my vb.net application to work as windows explorer and auto double click the file to open it?
Re: Vb.net double click open a file
This thread is on page 1 in this VB.NET Forum. A simple forum search would have braught you to it as well :
http://forums.codeguru.com/showthrea...-a-vb.net-form
Have a look at post #3 and post #6 specifically