I have the following codes:
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?Code:Dim wb As New XLWorkbook() Dim ws As Object = wb.Worksheets.Add("Cont") wb.SaveAs("C:\Users\cmchong\Desktop\b.xlsx")




Reply With Quote