Imports
System
Microsoft.SmallBasic.Library
System.Threading
System.IO
<SmallBasicType()> _
Public
Module
FirstModule
Function
ShowMessage(
ByVal
MsgTxt
As
Primitive)
Primitive
MsgBox(MsgTxt.ToString)
End
Small Basic でこのエクステンションを動作するようにするには、対象のフレームワークを .NET 3.5 に変更する必要があります。
NetOpen()
Return
My.Computer.Network.IsAvailable
I've confirmed this article working with Microsoft Visual Basic 2010 Express.
この記事の内容は Microsoft Visual Basic 2010 Express での動作を確認済みです。