Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jTakasuRyuji/7210a1b592550b57876eaf373c58d961 to your computer and use it in GitHub Desktop.

Select an option

Save jTakasuRyuji/7210a1b592550b57876eaf373c58d961 to your computer and use it in GitHub Desktop.
Functions
Sub Hello()
'https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.forms.messagebox?view=netcore-3.1
MessageBox.Show( "Hello World" )
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment