Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
visual studop 2022
Ryouma Honda (本多 諒真)
0
Reputation points
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
Developer technologies | .NET | Other
Sign in to answer