Opening files with VB.NET program

前端 未结 3 1770
不知归路
不知归路 2020-12-20 07:19

I recently learned how to use VB.NET to set your program as the default for a chosen extension. You would write code to set a registry value. The problem is, when you open t

3条回答
  •  粉色の甜心
    2020-12-20 07:38

    You can also declare your Sub Main to receive the command line arguments:

    Sub Main(Args() As String)
    
    End Sub
    

提交回复
热议问题