Share via

visual studop 2022

Ryouma Honda (本多 諒真) 0 Reputation points
2023-04-05T05:26:59.8066667+00:00

I want to place a button from a VB.net6 windows form form and execute the process of opening a file on that button, but the following error occurs and I cannot error Access to the path””is denied input code

Public Class Form3
     Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
         File.Open(“”, FileMode.Open)
     End Sub
End Class
Developer technologies | .NET | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.