CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    177

    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?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured