AQUA's .NET 奮闘記

Hobby Programmer の成長記録

目次

ニュース

  • わんくま同盟
    わんくま同盟
  • わんくま掲示板
    C# と VB.NET の質問掲示板
スカウター : AQUA's .NET 奮闘記

日記カテゴリ

記事カテゴリ

書庫

Blog 利用状況

わんくま同盟 AWARD

わんくま同盟 影

Sub Main()で呼び出されたフォームをXP/Vistaスタイルにする。

Windows フォーム アプリケーションをIDE(統合開発環境:Visual Basic 2005等)の手順に従って作成した場合、Sub Main()プロシージャはコンパイラによって自動的に作成されます。
一方で、開発者の側でエントリポイントを作成し、アプリケーションの制御をおこなう事も可能です。
その、自作のエントリポイントからフォームを呼び出す際に、手を加えなければフォームの外観はクラッシックスタイルで表示されます。
今回の記事は自作のエントリポイントからフォームを呼び出した際の外観をクラッシックスタイルではなくXPあるいはVistaのスタイルにする方法です。


新しいプロジェクトを作成するのですが、ひとまずここでは空のプロジェクトを作成するところから始めます。


1・Visual Studio 2005 (あるいはVisual Basic 2005)を起動し、メニューのファイルから[新規作成(N)]→[プロジェクト(P)]の順番で選択し、『新しいプロジェクト』と題したダイアログフォームを呼び出します。
2・プロジェクトの種類(P)の中からWindowsを選択します。
3・テンプレート(T):の中から[空のプロジェクト]を選択し、プロジェクト名を指定し、OKボタンをクリックし、プロジェクトを作成します。
4・メニューの[プロジェクト(P)]から[新しい項目の追加]を選択し、[クラス]を選択します。ファイル名は任意で構いませんが、ここではEntryClass.vbとしておきます。
5・4の手順と同様の方法で、今度は[クラス]ではなく[Windows フォーム]を選択します。ファイル名はこれも任意で結構ですが、そのままForm1.vbで作成します。
6・ソリューションエクスプローラーからForm1をダブルクリックで呼び出し、ButtonコントロールとProgressBarコントロールを貼り付けます。
7・今回の検証結果を容易に確認する為に、プロパティの設定についてはButtonコントロールのSizeプロパティを(75, 30)に、ProgressBarコントロールのValueプロパティを20に設定してください。
※この時の画面は以下のような感じです。
6・次に追加したクラス(EntryClass.vb)を選択し、以下のにコードを記述します。

Imports System
Imports System.Windows.Forms
Public Class EntryClass
    
    Public Shared Sub Main()
        
        Application.Run(New Form1)
    End Sub
End Class


9・デバッグで動作を確認します。

Sub Main()プロシージャからForm1が確認できたと思いますが、ButtonコントロールとProgressBarコントロールの外観がクラッシックスタイルになっている事が確認できると思います。
10・今回の目的はSub Main()で呼び出されるフォームの外観をXPもしくはVistaのスタイルにすることですので、8・で記述したコードに赤い文字で示された以下のコードを追加します。

Imports System
Imports System.Windows.Forms
Public Class EntryClass
    
    Public Shared Sub Main()
        Application.EnableVisualStyles()
        Application.DoEvents()
        Application.Run(New Form1)
    End Sub
End Class

11・再度デバッグにて変更した後の外観を確認します。

さて、10で追加したコードでは何が行われたのでしょうか?
今回のポイントはApplication.EnableVisualStyles()メソッドです。EnableVisualStyles()メソッドを呼び出すことによりフォームの外観を変更できます。
また、EnableVisualStyleにはいくつかのバグが報告されており、それを制御するためにApplication.DoEvents()メソッドを使っています。

投稿日時 : 2007年9月22日 16:25

Feedback

# コピーブランド 2017/09/18 6:23 cxrtihz@goo.ne.jp

初めて購入させてもらいました。注文受付~発送まで、早急に対応していただけ、GW中でもすぐに届き、とても嬉しかったです。
母の誕生日プレゼントにと思い、注文したので、GWの帰省の日にギリギリ間に合い、このプレゼントを持参して帰省することができ、とても助かりました!
またの機会にも、こちらで購入させて頂きたいです。
コピーブランド http://www.gooshop001.com

# For newest information you have to pay a quick visit web and on world-wide-web I found this site as a finest web site for most recent updates. 2019/04/09 20:58 For newest information you have to pay a quick vis

For newest information you have to pay a quick visit web and
on world-wide-web I found this site as a finest web site for most recent updates.

# ルイ ヴィトン リュック レディース 2021/12/21 15:58 ulnqpgb@livedoor.com

ジョルジオアルマーニのマフラー無事に届きました。
ありがとうございました。
こちらの勘違いにも、親切丁寧な対応で非常に満足しております。
今後、また気になる商品があれば是非購入したいと思います。
ルイ ヴィトン リュック レディース https://www.kopijp.com/product/detail.aspx-id=8250.htm

# Greetings I am so thrilled I found your web site, I really found you by error, while I was researching on Digg for something else, Regardless I am here now and would just like to say thanks for a marvelous post and a all round enjoyable blog (I also love 2022/03/24 4:06 Greetings I am so thrilled I found your web site,

Greetings I am so thrilled I found your web site, I really found you by error,
while I was researching on Digg for something else,
Regardless I am here now and would just like to say thanks for a marvelous post and a all round enjoyable blog (I also love the theme/design),
I don’t have time to read through it all at the moment but I have bookmarked it and also added in your
RSS feeds, so when I have time I will be back to read a great deal more, Please do keep up the excellent
jo.

# Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Thanks 2022/03/24 19:02 Sweet blog! I found it while searching on Yahoo Ne

Sweet blog! I found it while searching on Yahoo News.

Do you have any suggestions on how to get listed in Yahoo News?
I've been trying for a while but I never seem to get there!

Thanks

# Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Thanks 2022/03/24 19:03 Sweet blog! I found it while searching on Yahoo Ne

Sweet blog! I found it while searching on Yahoo News.

Do you have any suggestions on how to get listed in Yahoo News?
I've been trying for a while but I never seem to get there!

Thanks

# Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Thanks 2022/03/24 19:04 Sweet blog! I found it while searching on Yahoo Ne

Sweet blog! I found it while searching on Yahoo News.

Do you have any suggestions on how to get listed in Yahoo News?
I've been trying for a while but I never seem to get there!

Thanks

# Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Thanks 2022/03/24 19:05 Sweet blog! I found it while searching on Yahoo Ne

Sweet blog! I found it while searching on Yahoo News.

Do you have any suggestions on how to get listed in Yahoo News?
I've been trying for a while but I never seem to get there!

Thanks

# ロレックス オーバーホール デイトナ 2022/07/30 20:55 rgqvyqvz@hotmail.co.jp

配送をしてもらってから、
次の日には商品が到着しとても迅速でした。
梱包もエアパッキンやプチプチを使用してあり
とても丁寧にしてありました。
何度かお店へ確認のお電話をさせていただきましたが、
応対もとても丁寧です。
プレゼントに使用する予定だったのですが、
お店のスタッフの方のご配慮をいただき、
商品の箱やショップの袋までつけていただきまして、
とてもうれしかったです。
また機会があれば利用したいと思います。
どうもありがとうございました。

タイトル
名前
Url
コメント