かずきのBlog

C#やJavaやRubyとメモ書き

目次

Blog 利用状況

ニュース

わんくまBlogが不安定になったため、前に書いてたはてなダイアリーにメインを移動します。
かずきのBlog@Hatena
技術的なネタは、こちらにも、はてなへのリンクという形で掲載しますが、雑多ネタははてなダイアリーだけに掲載することが多いと思います。
コメント
プログラマ的自己紹介
お気に入りのツール/IDE
プロフィール
経歴
広告
アクセサリ

書庫

日記カテゴリ

[WPF][C#]Navigation Application その2 XAMLで作ってみよう

その1では、簡単なHello world的なNavigation Applicationの雛形をC#のコードで書いてみた。
まだ、ナビゲーションとかぜんぜん出来ないけど、あせらず基本からということで。

ということで、今度は前回のC#で書いた奴を出来るだけXAMLで書いてみようと思う。ということでWPFアプリケーションのプロジェクトを新規作成する。
名前はWpfNaviSampleにしておいた。

新規作成から、ページを作る。名前はMyPage.xamlにしておいた。
PageとWindowをぱっと見たときの違いはルート要素が違うということ。Pageタグで始まっている。でも、Pageで始まって言うようが中身の書き方はWindowのときと変わらない。
とりあえず、その1のサンプルと同じになるようにTextBlockを1つ置いた。

<Page x:Class="WpfNaviSample.MyPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MyPage">
    <TextBlock Text="こんにちはページ" />
</Page>

次は、NavigationWindowを…となるところだけど、ApplicationのStartupUriにPageを渡すと自動的にNavigationWindowにホストされた形で表示されるため必要ない。
ということで、App.xamlを書き換える。

<Application x:Class="WpfNaviSample.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MyPage.xaml"> <!-- ページに変更する -->
    <Application.Resources>
         
    </Application.Resources>
</Application>

これで実行すると、こんにちはページと表示されたNavigaionWindowが表示される。さすがにこの時間は家なので、画像も張れちゃう。実行すると下のような感じになる。
image

戻るや進むボタンがあるのがNavigationWindowの証!!

投稿日時 : 2008年9月13日 1:14

Feedback

# re: [WPF][C#]Navigation Application その2 XAMLで作ってみよう 2008/09/13 14:06 りある

Windows Media Player11がこのスタイルですね。

# re: [WPF][C#]Navigation Application その2 XAMLで作ってみよう 2008/09/13 22:06 かずき

気づきませんでした!!
今起動してみたら確かにそうですね~。
ふむふむ。

# 
Twitter Trackbacks for

[WPF][C#]Navigation Application ????????? XAML?????????????????????
[wankuma.com]
on Topsy.com
2010/06/26 14:54 Pingback/TrackBack


Twitter Trackbacks for

[WPF][C#]Navigation Application ????????? XAML?????????????????????
[wankuma.com]
on Topsy.com

# cheap louis vuitton purses 2012/10/28 3:12 http://www.louisvuittonoutletbags2013.com/

Not ever frown, whether you'll be blue, as you are not know the person falling out in love with your personal look.
cheap louis vuitton purses http://www.louisvuittonoutletbags2013.com/

# burberry wallets 2012/10/28 14:23 http://www.burberryoutletonlineshopping.com/burber

excellent points altogether, you just received brand new|a new} reader. What may you suggest in regards to your publish that you made some days in the past? Any positive?
burberry wallets http://www.burberryoutletonlineshopping.com/burberry-wallets-2012.html

# burberry bag 2012/10/28 14:23 http://www.burberryoutletonlineshopping.com/burber

Just wanna state that this is very helpful , Thanks for taking your time to write this.
burberry bag http://www.burberryoutletonlineshopping.com/burberry-tote-bags.html

# Burberry Ties 2012/10/28 14:23 http://www.burberryoutletonlineshopping.com/burber

I really like your writing style, superb info, regards for putting up :D. "Every moment of one's existence one is growing into more or retreating into less." by Norman Mailer.
Burberry Ties http://www.burberryoutletonlineshopping.com/burberry-ties.html

# mens shirts 2012/10/28 14:23 http://www.burberryoutletonlineshopping.com/burber

Absolutely composed content material , appreciate it for information .
mens shirts http://www.burberryoutletonlineshopping.com/burberry-men-shirts.html

# MDvnJkIegb 2021/07/03 2:17 https://amzn.to/365xyVY

You ave made some really good points there. I checked on the net to find out more about the issue and found most individuals will go along with your views on this web site.

# re: [WPF][C#]Navigation Application ??2?XAML??????? 2021/07/26 20:58 lupus wikipedia english

chloroquine natural sources https://chloroquineorigin.com/# define hydrochloric

# dyicxmsivtco 2021/12/03 8:19 dwedayanpx

chloroquine phosphate online https://chloroquineus.com/

# generic hydroxychloroquine 200 mg 2022/12/29 22:17 MorrisReaks

chloroquine pills https://www.hydroxychloroquinex.com/

タイトル
名前
Url
コメント