2006-12-22から1日間の記事一覧

VS2005 SP1 Update for Vista (Beta) 日本語版登場

Visual Studio 2005 Service Pack 1 Update for Windows Vista (Beta)の日本語版がリリースされました。 Microsoft ダウンロード センター: Windows、Office、Xbox、その他 インストールにかかる時間はSP1よりは短く、10分くらいで終了しました。 Version 8.…

System.Windows.SystemColorsの使い方

WPF

<TextBox Text="ControlLightBrush 型:Brush" Background="{x:Static SystemColors.ControlLightBrush}" /> <TextBox Text="ControlLightBrushKey 型:RsourceKey" Background="{DynamicResource {x:Static SystemColors.ControlLightBrushKey}}" /> <TextBox Text="ControlLightColor 型:Color"> <TextBox.Background> </textbox.background></textbox></textbox></textbox>

ContentProperty属性

WPF

下記のWindows Presentation Foundation SDK teamのblogで、ContentProperty属性がつけられているプロパティの一覧が公開されています。 What is ContentPropertyAttribute? – Windows Presentation Foundation User Education ContentProperty属性が付いて…

拡大鏡でWPFアプリを拡大したときの表示

まず、こちらの投稿で、IntelliPointバージョン6.10の拡大鏡はWindows Vistaではちらつきが発生すると書きましたが、これは[ウィンドウの色とデザイン]を「Windows Aero」に設定している(DWMが有効になっている)場合のみであり、「Windows Vista ベーシ…