VK LABELS

Sunday, 22 January 2017

Open Files through VB.NET Windows Application

Open Files through VB.NET Windows Application:
  • Use the below code for Open the files through VB.NET Windows Application.
Process.Start("explorer.exe", "C:\Details.xlsx")

No comments:

Post a Comment