質問編集履歴

1

コードを追加した。

2017/01/17 13:09

投稿

aridai1221
aridai1221

スコア45

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,14 @@
24
24
 
25
25
 
26
26
 
27
+ // ウィンドウスタイル設定部分のコード
28
+
29
+ SetWindowLong(windowHandle, STYLE, WINDOW_STYLE);
30
+
31
+ SetWindowPos(windowHandle, HWND_TOP, 100, 100, 320, 280, SWP_FRAMECHANGED | SWP_SHOWWINDOW);
32
+
33
+
34
+
27
35
  // 取得部分のコード
28
36
 
29
37
  // styleには348782592という値が入っているらしい