atelier:mitsuba

i love UI/UX, Blend, XAML, Behavior, P5, oF, Web, Tangible Bits and Physical computing. なにかあればお気軽にご連絡ください。atelier@c-mitsuba.com

2010-12-10から1日間の記事一覧

numberPush完成。

C#の勉強と思って作成しました。 ひとまず、これで完成ということにします。

VSMとかStyleではまる。。。

C#でButtonのForegroundを変えようとして、 for (int i = 0; i < 25; i++) { Button b = this.FindName("b" + i.ToString()) as Button; b.Foreground = new SolidColorBrush(Color.FromArgb(255,0,0,0)); とかすると、クリックしていないボタンの色は変わる…