誤: VB.NETにもクラス機能はありましたが、
正: VB6にもクラス機能はありましたが、
誤: いろいろなの機能を
正: いろいろな機能を
誤: このVisual Stadio .NET
正: このVisual Studio .NET
誤: Active Template Liblary
正: Active Template Library
誤: ウィンドウなどの関係をや
正: ウィンドウなどの関係を
誤: [Delete]ボタンを押す
正: [Delete]キーを押す
誤: フォントブラウザダイアログ
正: フォルダブラウザダイアログ
誤: クリスタルレポートビュー
正: クリスタルレポートビューア
誤: 規定値は
正: 既定値は
誤: ReadOnry
正: ReadOnly
誤: MeinMenuオブジェクト
正: MainMenuオブジェクト
誤: keys列挙型
正: Keys列挙型
誤: 次に例は
正: 次の例は
誤: Dock Botton
正: Dock Bottom
誤: グラフィックデザインインタフェース(GDI:Graphics Design Interface)
正: グラフィックデバイスインタフェース(GDI:Graphics Device Interface)
誤: g.FillREctangle
正: g.FillRectangle
誤: kill
正: Kill
誤: LF 2C
正: LF 0A
誤: FileGut
正: FileGet
誤: Option strict On/Off
正: Option Strict On/Off
誤: Option Strint On/Off
正: Option Strict On/Off
誤: obj2はonj1と同じ
正: obj2はobj1と同じ
誤: ss = aa & “bbb”
正: ss = ss & “bbb”
誤: ss = aa + “ccc”
正: ss = ss + “ccc”
誤: 文
正: 文(S)
誤: d = (x + y) / 2.0;
正: d = (x * y) / 2.0;
誤: indDt=
正: insDt=
誤: Public Shared Function heikin(ByVal d1 As Double, ByVal d2 As Double)
正: Public Shared Function heikin(ByVal d1 As Double, ByVal d2 As Double) As Double