<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns="http://purl.org/rss/1.0/"
>

<channel rdf:about="https://ms-vb.seesaa.net/">
<title>Microsoft VisualBasic初心者入門講座</title>
<link>https://ms-vb.seesaa.net/</link>
<description>現役プログラマーがVBの基礎、使い方、勉強の仕方、上達のコツ、関数などをズバリ解説！</description>
<dc:language>ja</dc:language>
<admin:generatorAgent rdf:resource="https://blog.seesaa.jp/" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/444797900.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/430970922.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/410488604.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/20147213.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/20118874.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/19457000.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/19455286.html" />
<rdf:li rdf:resource="https://ms-vb.seesaa.net/article/19094473.html" />
</rdf:Seq>
</items>
</channel>

<item rdf:about="https://ms-vb.seesaa.net/article/444797900.html">
<link>https://ms-vb.seesaa.net/article/444797900.html</link>
<title>Visual Basicの新しいプロジェクトを作成する方法について。</title>
<description>Visual BasicでWindowsアプリケーションソフトを作るには、Visual Studio で新プロジェクトを作成します。パソコンにインストールした統合開発環境の Visual Studio を起動したら、これから新しいプロジェクトを作成したい場合は、「新しいプロジェクト」をクリックして選択します。プロジェクトを保存するためのダイアログボックスが表示されたら、テンプレートからは「Visual Basic」を選択、その中の「Windowsフォームアプリケーション」を選..</description>
<dc:subject>VBの新プロジェクトを作成する</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2016-12-11T16:28:51+09:00</dc:date>
<content:encoded><![CDATA[
<strong>Visual Basic</strong>でWindowsアプリケーションソフトを作るには、Visual Studio で新プロジェクトを作成します。<br /><br />パソコンにインストールした統合開発環境の Visual Studio を起動したら、<br /><br />これから新しいプロジェクトを作成したい場合は、<br /><br />「新しいプロジェクト」をクリックして選択します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/VisualBasic-01.jpg" target="_blank"><img border="0" alt="Visual Basic" src="http://ms-vb.up.seesaa.net/image/VisualBasic-01-thumbnail2.jpg" width="150" height="139"></a><br /><br /><br />プロジェクトを保存するためのダイアログボックスが表示されたら、<br /><br /><a href="http://ms-vb.up.seesaa.net/image/VisualBasic-05.jpg" target="_blank"><img border="0" alt="Visual Basic" src="http://ms-vb.up.seesaa.net/image/VisualBasic-05-thumbnail2.jpg" width="150" height="89"></a><br /><br />テンプレートからは「Visual Basic」を選択、<br /><br />その中の「Windowsフォームアプリケーション」を選択します。<br /><br />そして名前を入力します。<br /><br />ここではファイルの保存場所を変更することも可能です。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/VisualBasic-02.jpg" target="_blank"><img border="0" alt="Visual Basic" src="http://ms-vb.up.seesaa.net/image/VisualBasic-02-thumbnail2.jpg" width="150" height="45"></a><br /><br />もちろん、そのままの保存場所でもかまいません。<br /><br /><br />設定したら、「OK」ボタンをクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/VisualBasic-03.jpg" target="_blank"><img border="0" alt="Visual Basic" src="http://ms-vb.up.seesaa.net/image/VisualBasic-03-thumbnail2.jpg" width="150" height="83"></a><br /><br /><br />新しいプロジェクトが作成され、<br />Windowsアプリケーションソフトの基本となるフォームが表示されました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/VisualBasic-04.jpg" target="_blank"><img border="0" alt="Visual Basic" src="http://ms-vb.up.seesaa.net/image/VisualBasic-04-thumbnail2.jpg" width="150" height="146"></a><br /><br />これでプログラミングの準備が整いました。<br /><br />このフォームにテキストボックスやボタンなどの部品を加えたり、<br /><br />プログラミング言語の Visual Basic でプログラムを作成することができます。<br /><br /><br />このように新しいプロジェクトの作成時に、<br />テンプレートでプログラミング言語を選択したり、<br />どんなプログラムを作成するのか選択するのは、<br /><br />統合開発環境の Visual Studio が、VBだけではなくて、いろいろなプログラミング言語に対応しているからです。<br /><br />そしてVisual Basic でも、いろんなアプリケーションソフトが作成できるからです。<br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/430970922.html">
<link>https://ms-vb.seesaa.net/article/430970922.html</link>
<title>Visual Basicの無料版を入手、ダウンロードする方法について。</title>
<description>Visual BasicはMicrosoft社のVisual Studioに含まれています。2015年12月現在、Visual Studio 2015が最新バージョンです。いくつかのエディションがあり、Visual Studioの公式サイトからダウンロードすることができます。・Community　無料・Professional、Enterprise　有料個人的な利用、学習でプログラミングするなら、無料のCommunityを選ぶと良いでしょう。個人開発者や教育目的、中小企業もC..</description>
<dc:subject>Visual Basicの無料版</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2015-12-10T12:17:51+09:00</dc:date>
<content:encoded><![CDATA[
<strong>Visual Basic</strong>はMicrosoft社の<strong>Visual Studio</strong>に含まれています。<br /><br />2015年12月現在、Visual Studio 2015が最新バージョンです。<br /><br />いくつかのエディションがあり、<a href="https://msdn.microsoft.com/ja-jp/vstudio/" target="_blank">Visual Studioの公式サイト</a>からダウンロードすることができます。<br /><br />・Community　無料<br />・Professional、Enterprise　有料<br /><br />個人的な利用、学習でプログラミングするなら、無料のCommunityを選ぶと良いでしょう。<br /><br />個人開発者や教育目的、中小企業もCommunityにあたるようです。<br /><br />説明を読むと、個人開発者は、無料/有料アプリの開発が可能と書かれています。<br /><br />会社などの組織では、ユーザー数や売り上げによって、条件が変わるようです。<br /><br />どちらにしてもプログラムの作成、デバッグ、テストまでは問題なく利用できます。<br /><br />詳しくはVisual Studioのライセンス条項でご確認ください。<br /><br />Visual Studio 2015は、とても進化したIDE(統合開発環境)です。<br /><br />なんとWindows向けだけでなく、<br />AndroidやiOS向けのアプリケーションソフトを開発できると書かれています。<br /><br />AndroidやiOSについては、どこまで対応できるのか？<br />未知な部分もありますが、どちらにしても画期的なことですよね。<br /><br />また、デスクトップアプリだけでなく、Webアプリケーションやクラウドサービスなども開発できるようです。<br /><br />しかもVisual Basicの他、C#、C++、F#、Pythonなどのプログラミング言語や、<br /><br />今やWebには欠かせないHTMLやJavaScript、<br />さらに便利なフレームワークを利用してコーディングすることが可能となっています。<br /><br />様々なプラットフォームに対応したアプリを開発できるのは魅力的です。<br /><br />このような便利で高機能の開発環境が、無償で利用できるのですから、ありがたいですよね。<br /><br />プログラミング学習のための環境を簡単に整えられるという面では、<br /><br />とても便利な時代になったものです。<br /><br />パソコン1台あれば、誰でもプログラミングが始められるのですから。<br /><br />個人でもアイデア次第では、プログラミングにより、画期的なアプリやWebサービスが作れるようになるかも。<br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/410488604.html">
<link>https://ms-vb.seesaa.net/article/410488604.html</link>
<title>Visual Basicを利用する最大のメリットとは？</title>
<description>Visual Basic(VB)の最大のメリットは、実行ファイル(.exe)が作成できることです。そのため、Visual Basicでプログラミングを行ったパソコン以外でも、プログラムを実行することができます。別途「.dll」が必要なこともありますが。マイクロソフト社のプログラミング言語には、Office製品で使えるVBAがありますが、例えばAccessでシステム開発した場合は、別のパソコンで実行する時には、基本的には新たにAccessをインストールする必要があります。これが..</description>
<dc:subject>Visual Basicのメリット</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2014-12-11T23:16:40+09:00</dc:date>
<content:encoded><![CDATA[
<strong>Visual Basic</strong>(VB)の最大の<strong>メリット</strong>は、<br /><br />実行ファイル(.exe)が作成できることです。<br /><br />そのため、Visual Basicでプログラミングを行ったパソコン以外でも、<br /><br />プログラムを実行することができます。<br /><br />別途「.dll」が必要なこともありますが。<br /><br />マイクロソフト社のプログラミング言語には、Office製品で使えるVBAがありますが、<br /><br />例えばAccessでシステム開発した場合は、<br /><br />別のパソコンで実行する時には、基本的には新たにAccessをインストールする必要があります。<br /><br />これがコスト増になります。<br /><br />1台だけなら良いのですが・・・<br /><br />使用するパソコンが増えるほど、コストへの影響が大きくなります。<br /><br />その点、VBなら台数が増えても、実行ファイルを渡すだけですから楽です。<br /><br />特にインターネット上でプログラムを配布するのには便利です。<br /><br />実行ファイルをダウンロードできるようにしておくだけで済みます。<br /><br />またVBは、プログラミング初心者にも理解しやすい言語だという点もメリットです。<br /><br />プログラミング学習の入り口としても適しています。<br /><br />もちろん業務で使うような、本格的なシステムも開発できますが。<br /><br />VBはVBAと比べて、より細かいプログラムを作成することができます。<br /><br />これがメリットと言えばメリットなのですが、<br /><br />逆に言うと、VBAよりはプログラムが難しくなる場合もあります。<br /><br />例えば、データベースを扱う場合は、AccessなどでVBAを使ったほうが、<br /><br />VBより開発効率が良い場合もあるわけです。<br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/20147213.html">
<link>https://ms-vb.seesaa.net/article/20147213.html</link>
<title>VB プログラミング初歩1</title>
<description>Visual Basic で、初めてのプログラミングを体験してみましょう。この段階ではまだ意味はわからなくてよいので、動かしてみることに集中します。動かした後に意味を解説したほうが理解しやすいからです。【1】前回までに作成した「Project1.vbp」をダブルクリックして開きます。 【2】まず、プロジェクトエクスプローラが表示されているか確認します。 プロジェクトエクスプローラが表示されていない場合は、メニュの「表示」から「プロジェクトエクスプローラ」を選択してください。 ..</description>
<dc:subject>ステップ4・プログラミング初歩1</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2006-07-02T13:14:04+09:00</dc:date>
<content:encoded><![CDATA[
Visual Basic で、初めてのプログラミングを体験してみましょう。この段階ではまだ意味はわからなくてよいので、動かしてみることに集中します。動かした後に意味を解説したほうが理解しやすいからです。<br /><br /><br />【1】前回までに作成した「Project1.vbp」をダブルクリックして開きます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c22.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c22.gif','popup','width=636,height=408,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c22-thumbnail2.gif" alt="vb-c22.gif" width="150" height="93" border="0" /></a><br /><br /><br />【2】まず、プロジェクトエクスプローラが表示されているか確認します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c23.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c23.gif','popup','width=657,height=408,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c23-thumbnail2.gif" alt="vb-c23.gif" width="150" height="90" border="0" /></a><br /><br />プロジェクトエクスプローラが表示されていない場合は、メニュの「表示」から「プロジェクトエクスプローラ」を選択してください。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c24.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c24.gif','popup','width=441,height=554,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c24-thumbnail2.gif" alt="vb-c24.gif" width="117" height="150" border="0" /></a><br /><br /><br />【3】プロジェクトエクスプローラで Form1 が選択されていることを確認し、「コードの表示」をクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c25.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c25.gif','popup','width=240,height=227,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c25-thumbnail2.gif" alt="vb-c25.gif" width="150" height="140" border="0" /></a><br /><br /><br />【4】コードを入力するウィンドウが表示されました。この画面でVBのプログラミングを行います。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c26.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c26.gif','popup','width=647,height=506,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c26-thumbnail2.gif" alt="vb-c26.gif" width="150" height="115" border="0" /></a><br /><br /><br />【5】左側のコンボボックスから、「Form」を選択します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c27.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c27.gif','popup','width=614,height=395,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c27-thumbnail2.gif" alt="vb-c27.gif" width="150" height="93" border="0" /></a><br /><br /><br />【6】右側のコンボボックスから、「Load」を選択します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c28.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c28.gif','popup','width=615,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c28-thumbnail2.gif" alt="vb-c28.gif" width="150" height="93" border="0" /></a><br /><br /><br />【7】Private Sub Form_Load() と End Sub が表示されました。この間にプログラムを書きます。ここはフォームを読み込んだ時に動くプログラムを書いておくところです。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c29.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c29.gif','popup','width=614,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c29-thumbnail2.gif" alt="vb-c29.gif" width="150" height="93" border="0" /></a><br /><br /><br />【8】キーボードのTABキーを押して字下げ（インデント）します。字下げするとプログラムが読みやすくなります。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c30.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c30.gif','popup','width=613,height=389,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c30-thumbnail2.gif" alt="vb-c30.gif" width="150" height="92" border="0" /></a><br /><br /><br />【9】Form1. まで入力すると、次に入力する候補がリストで表示されます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c31.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c31.gif','popup','width=615,height=394,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c31-thumbnail2.gif" alt="vb-c31.gif" width="150" height="93" border="0" /></a><br /><br /><br />【10】そのまま続けて c と入力すると候補が絞り込まれますので、キーボードから矢印キーで Caption を選択して、TABキーを押します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c32.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c32.gif','popup','width=615,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c32-thumbnail2.gif" alt="vb-c32.gif" width="150" height="93" border="0" /></a><br /><br /><br />【11】Form1.Captionまで入力することができました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c33.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c33.gif','popup','width=615,height=392,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c33-thumbnail2.gif" alt="vb-c33.gif" width="150" height="92" border="0" /></a><br /><br /><br />【12】Form1.Caption = "計算"　まで入力します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c34.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c34.gif','popup','width=615,height=394,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c34-thumbnail2.gif" alt="vb-c34.gif" width="150" height="93" border="0" /></a><br /><br /><br />【13】次の行を入力できるようにEnterキーで改行します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c35.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c35.gif','popup','width=616,height=394,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c35-thumbnail2.gif" alt="vb-c35.gif" width="150" height="93" border="0" /></a><br /><br /><br />【14】同じ要領で以下のように入力していきます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c36.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c36.gif','popup','width=613,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c36-thumbnail2.gif" alt="vb-c36.gif" width="150" height="93" border="0" /></a><br /><br />Private Sub Form_Load()<br />    Form1.Caption = "計算"<br />    <br />    Text1.Text = ""<br />    Text2.Text = ""<br />    Text1.FontSize = 14<br />    Text2.FontSize = 14<br />    <br />    Label1.Caption = "+"<br />    Label2.Caption = "="<br />    Label3.Caption = ""<br />    Label1.FontSize = 14<br />    Label2.FontSize = 14<br />    Label3.FontSize = 14<br />    Label1.BackColor = vbBlue<br />    Label1.ForeColor = vbWhite<br />    Label1.FontBold = True<br />    Label2.BackColor = vbBlue<br />    Label2.ForeColor = vbWhite<br />    Label2.FontBold = True<br />    Label3.BackColor = vbBlue<br />    Label3.ForeColor = vbWhite<br />    Label3.FontBold = True<br />    <br />    Command1.Caption = "計算"<br />    Command2.Caption = "終了"<br />    Command1.FontSize = 14<br />    Command2.FontSize = 14<br />    <br />End Sub<br /><br /><br />【15】左側のコンボボックスから、「Command1」を選択します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c37.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c37.gif','popup','width=614,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c37-thumbnail2.gif" alt="vb-c37.gif" width="150" height="93" border="0" /></a><br /><br /><br />【16】右側のコンボボックスから、「Click」を選択します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c38.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c38.gif','popup','width=613,height=392,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c38-thumbnail2.gif" alt="vb-c38.gif" width="150" height="93" border="0" /></a><br /><br /><br />【17】Private Sub Command1_Click() から End Sub が表示されました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c39.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c39.gif','popup','width=614,height=393,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c39-thumbnail2.gif" alt="vb-c39.gif" width="150" height="93" border="0" /></a><br /><br /><br />【18】以下のように入力していきます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c40.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c40.gif','popup','width=615,height=392,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c40-thumbnail2.gif" alt="vb-c40.gif" width="150" height="92" border="0" /></a><br /><br />Private Sub Command1_Click()<br />    Label3.Caption = Val(Text1.Text) + Val(Text2.Text)<br />End Sub<br /><br /><br />【19】Command2 も同じ要領で入力します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c41.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c41.gif','popup','width=616,height=392,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c41-thumbnail2.gif" alt="vb-c41.gif" width="150" height="92" border="0" /></a><br /><br />Private Sub Command2_Click()<br />    Unload Me<br />End Sub<br /><br /><br />【20】「保存」ボタンで保存しましょう。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c42.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c42.gif','popup','width=638,height=476,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c42-thumbnail2.gif" alt="vb-c42.gif" width="150" height="110" border="0" /></a><br /><br /><br />これでプログラミングができました。次回は動作テストです。<br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/20118874.html">
<link>https://ms-vb.seesaa.net/article/20118874.html</link>
<title>VB コントロールの配置</title>
<description>今回はVBプログラミングの前に、コントロール（部品）の配置を行います。【1】前回までに作成した「Project1.vbp」をダブルクリックして開きます。 【2】ツールボックスの「テキストボックス」をクリックします。 【3】マウスで適当な大きさの四角形を描きます。 【4】テキストボックスが配置されました。 【5】同じ要領で、もう1つテキストボックスを配置します。 ＊前に作ったテキストボックスはコピーしないで、必ずツールボックスから作成してください。【6】テキストボックスの名前は..</description>
<dc:subject>ステップ3・コントロールの配置</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2006-07-01T21:05:05+09:00</dc:date>
<content:encoded><![CDATA[
今回はVBプログラミングの前に、コントロール（部品）の配置を行います。<br /><br />【1】前回までに作成した「Project1.vbp」をダブルクリックして開きます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c11.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c11.gif','popup','width=604,height=444,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c11-thumbnail2.gif" alt="vb-c11.gif" width="150" height="108" border="0" /></a><br /><br /><br />【2】ツールボックスの「テキストボックス」をクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c12.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c12.gif','popup','width=351,height=360,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c12-thumbnail2.gif" alt="vb-c12.gif" width="145" height="150" border="0" /></a><br /><br /><br />【3】マウスで適当な大きさの四角形を描きます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c13.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c13.gif','popup','width=383,height=286,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c13-thumbnail2.gif" alt="vb-c13.gif" width="150" height="108" border="0" /></a><br /><br /><br />【4】テキストボックスが配置されました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c14.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c14.gif','popup','width=382,height=321,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c14-thumbnail2.gif" alt="vb-c14.gif" width="150" height="124" border="0" /></a><br /><br /><br />【5】同じ要領で、もう1つテキストボックスを配置します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c15.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c15.gif','popup','width=497,height=391,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c15-thumbnail2.gif" alt="vb-c15.gif" width="150" height="115" border="0" /></a><br /><br />＊前に作ったテキストボックスはコピーしないで、必ずツールボックスから作成してください。<br /><br /><br />【6】テキストボックスの名前は Text の後に自動的に連番が付けられます。2つのテキストボックスの名前が違うことを確認してください。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c16.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c16.gif','popup','width=345,height=267,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c16-thumbnail2.gif" alt="vb-c16.gif" width="150" height="112" border="0" /></a><br /><br /><br />【7】フォームの端をマウスでドラッグして、上下を適当な大きさに広げます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c17.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c17.gif','popup','width=641,height=415,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c17-thumbnail2.gif" alt="vb-c17.gif" width="150" height="94" border="0" /></a><br /><br /><br />【8】ツールボックスの「ラベル」をクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c18.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c18.gif','popup','width=383,height=371,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c18-thumbnail2.gif" alt="vb-c18.gif" width="150" height="144" border="0" /></a><br /><br /><br />【9】以下のようにラベルを3つ配置します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c19.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c19.gif','popup','width=559,height=273,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c19-thumbnail2.gif" alt="vb-c19.gif" width="150" height="68" border="0" /></a><br /><br /><br />【10】ツールボックスの「コマンドボタン」をクリックします。<br /><br />> <a href="http://ms-vb.up.seesaa.net/image/vb-c20.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c20.gif','popup','width=351,height=350,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c20-thumbnail2.gif" alt="vb-c20.gif" width="150" height="149" border="0" /></a><br /><br /><br />【11】以下のようにコマンドボタンを2つ配置します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c21.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c21.gif','popup','width=562,height=275,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c21-thumbnail2.gif" alt="vb-c21.gif" width="150" height="69" border="0" /></a><br /><br /><br />【12】フォーム、テキストボックス、ラベル、コマンドボタンの、サイズや配置を整えます。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c22.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c22.gif','popup','width=636,height=408,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c22-thumbnail2.gif" alt="vb-c22.gif" width="150" height="93" border="0" /></a><br /><br />これでコントロールの配置が終了しました。<br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/19457000.html">
<link>https://ms-vb.seesaa.net/article/19457000.html</link>
<title>VB 既存ファイルの開き方</title>
<description>【1】前回、プロジェクトとフォームを保存したフォルダを開き、「Project1.vbp」をダブルクリックします。 ＊必ずプロジェクトのほうを開きます。プロジェクトの拡張子は vbp です。フォームから開くと違った意味になりますのでご注意ください。【2】前回作成した既存ファイルが開きました。 次回からいよいよVBのプログラミングに入ります。</description>
<dc:subject>ステップ2・既存ファイルの開き方</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2006-06-18T14:19:18+09:00</dc:date>
<content:encoded><![CDATA[
【1】前回、プロジェクトとフォームを保存したフォルダを開き、「Project1.vbp」をダブルクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c10.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c10.gif','popup','width=375,height=257,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c10-thumbnail2.gif" alt="vb-c10.gif" width="150" height="98" border="0" /></a><br /><br />＊必ずプロジェクトのほうを開きます。プロジェクトの拡張子は vbp です。フォームから開くと違った意味になりますのでご注意ください。<br /><br /><br />【2】前回作成した既存ファイルが開きました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c11.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c11.gif','popup','width=604,height=444,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c11-thumbnail2.gif" alt="vb-c11.gif" width="150" height="108" border="0" /></a><br /><br /><br />次回からいよいよVBのプログラミングに入ります。<br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/19455286.html">
<link>https://ms-vb.seesaa.net/article/19455286.html</link>
<title>VB 新規ファイルの作成</title>
<description>【1】スタートからMicrosoft Visual Basicをクリックします。 【2】Microsoft Visual Basicが起動しました。 【3】ダイアログの新規作成タブで「標準 EXE」を選択して、「開く」をクリックします。 【4】新しいフォームが作成されました。 【5】ツールバーにある「保存」ボタンをクリックします。 ＊Visual Basicは最初に保存する時は「プロジェクト」と「フォーム」の2つを保存します。2回目からは「フォーム」だけの保存になります。【6..</description>
<dc:subject>ステップ1・新規ファイルの作成</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2006-06-18T14:04:05+09:00</dc:date>
<content:encoded><![CDATA[
【1】スタートからMicrosoft Visual Basicをクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c1.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c1.gif','popup','width=516,height=99,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c1-thumbnail2.gif" alt="vb-c1.gif" width="150" height="21" border="0" /></a><br /><br /><br />【2】Microsoft Visual Basicが起動しました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c2.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c2.gif','popup','width=580,height=427,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c2-thumbnail2.gif" alt="vb-c2.gif" width="150" height="108" border="0" /></a><br /><br /><br />【3】ダイアログの新規作成タブで「標準 EXE」を選択して、「開く」をクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c3.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c3.gif','popup','width=558,height=434,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c3-thumbnail2.gif" alt="vb-c3.gif" width="150" height="114" border="0" /></a><br /><br /><br />【4】新しいフォームが作成されました。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c4.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c4.gif','popup','width=591,height=436,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c4-thumbnail2.gif" alt="vb-c4.gif" width="150" height="108" border="0" /></a><br /><br /><br />【5】ツールバーにある「保存」ボタンをクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c5.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c5.gif','popup','width=376,height=147,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c5-thumbnail2.gif" alt="vb-c5.gif" width="150" height="50" border="0" /></a><br /><br />＊Visual Basicは最初に保存する時は「プロジェクト」と「フォーム」の2つを保存します。2回目からは「フォーム」だけの保存になります。<br /><br /><br />【6】まず「フォーム」のダイアログボックスが開きますので、適当なフォルダを選択し、ファイル名はそのままで保存します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c6.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c6.gif','popup','width=531,height=296,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c6-thumbnail2.gif" alt="vb-c6.gif" width="150" height="79" border="0" /></a><br /><br /><br />【7】次に「プロジェクト」のダイアログボックスが開きますので、フォームと同じフォルダに、プロジェクト名はそのままで保存します。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c7.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c7.gif','popup','width=531,height=299,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c7-thumbnail2.gif" alt="vb-c7.gif" width="150" height="80" border="0" /></a><br /><br /><br />【8】保存したフォルダを開くと、プロジェクトとフォームが保存されています。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c8.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c8.gif','popup','width=381,height=245,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c8-thumbnail2.gif" alt="vb-c8.gif" width="150" height="91" border="0" /></a><br /><br /><br />【9】一度 Visual Basicを終了します。画面右上の「×」をクリックします。<br /><br /><a href="http://ms-vb.up.seesaa.net/image/vb-c9.gif" onclick="window.open('http://ms-vb.up.seesaa.net/image/vb-c9.gif','popup','width=587,height=434,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"> <img src="http://ms-vb.up.seesaa.net/image/vb-c9-thumbnail2.gif" alt="vb-c9.gif" width="150" height="108" border="0" /></a><br /><br /><a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
<item rdf:about="https://ms-vb.seesaa.net/article/19094473.html">
<link>https://ms-vb.seesaa.net/article/19094473.html</link>
<title>VisualBasicとは？</title>
<description>VB（ビジュアルベーシック）とはMicrosoft社のVisualBasic のことで、プログラム開発用言語です。現在はVisual Basic .NETが主流ですが、このページではまだまだ使う人が多いVisual Basic 6.0を中心に解説していきます。</description>
<dc:subject>Visual Basicとは？</dc:subject>
<dc:creator>VisualBasic 入門</dc:creator>
<dc:date>2006-06-10T20:56:41+09:00</dc:date>
<content:encoded><![CDATA[
VB（ビジュアルベーシック）とはMicrosoft社のVisualBasic のことで、プログラム開発用言語です。現在はVisual Basic .NETが主流ですが、このページではまだまだ使う人が多いVisual Basic 6.0を中心に解説していきます。<a name="more"></a>

]]><![CDATA[
]]></content:encoded>
</item>
</rdf:RDF>

