質問編集履歴
3
messageboxs.csの中身を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -190,7 +190,11 @@
|
|
190
190
|
|
191
191
|
{
|
192
192
|
|
193
|
+
MessageBox.Show(text,"a",MessageBoxButton.OK,MessageBoxImage.Error,MessageBoxResult.OK,
|
194
|
+
|
193
|
-
MessageBox.
|
195
|
+
MessageBoxOptions.DefaultDesktopOnly);
|
196
|
+
|
197
|
+
|
194
198
|
|
195
199
|
}
|
196
200
|
|
2
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -220,6 +220,10 @@
|
|
220
220
|
|
221
221
|
|
222
222
|
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
223
227
|
### 補足情報
|
224
228
|
|
225
229
|
|
1
試していることを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -216,7 +216,7 @@
|
|
216
216
|
|
217
217
|
④VisualStudio2013で作ってみると、同じくおかしい(多分)
|
218
218
|
|
219
|
-
|
219
|
+
④topmostを使って、window1を固定ー>隠れなくなるがActiveはmainWindowになっているのでNG(操作ミスの原因になりかねないため)
|
220
220
|
|
221
221
|
|
222
222
|
|