0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio > Windows Forms Application / WPF: Windows Presentation Foundation > バグやXAMLの観点を考慮する

Last updated at Posted at 2017-04-21
動作環境
Windows 7 Pro (32bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2

Windows上で動くソフトの試作としてWindows Forms Applicationを選択していた。
コンボボックスに選択型のリストを設定しようとしていると、XAMLファイルを書き換える例を見つけた。Windows Forms ApplicationにはXAMLはないようだが、XAMLを使う方法は以下に見つかった。
http://stackoverflow.com/questions/16482288/c-sharp-windows-forms-and-xaml

XAMLを使うのは、WPF: Windows Presentation Foundation の方のようだ。
Windows Forms Application、WPFのどちらを使うことになるかは未定。

バグについて注意書きしている人がいる。
http://var.blog.jp/archives/61721571.html

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?