質問編集履歴

2

不要なタグ

2018/04/10 12:16

投稿

mercurian-teto
mercurian-teto

スコア75

test CHANGED
File without changes
test CHANGED
File without changes

1

変更

2018/04/10 12:16

投稿

mercurian-teto
mercurian-teto

スコア75

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,13 @@
1
+ ###環境
2
+
3
+ windows 10 pro
4
+
5
+ visual studio 2017
6
+
7
+ ###質問
8
+
9
+
10
+
1
11
  C#にあるようなWPF常駐タスクのアプリをwindowsAPIで実現する
2
12
 
3
13
  C#のWPFの常駐タスクは
@@ -30,6 +40,14 @@
30
40
 
31
41
 
32
42
 
43
+ また、windows APIで行いたい理由は
44
+
45
+ [windows APIでシャットダウンを抑制するコマンドがあるからです。](https://qiita.com/gocha/items/38e2301db9d99faf2886)
46
+
47
+ これをバックグランで常駐して実行したいです。
48
+
49
+
50
+
33
51
  ```
34
52
 
35
53
  サンプル