回答編集履歴

2

見直しキャンペーン中

2023/07/30 08:33

投稿

TN8001
TN8001

スコア9357

test CHANGED
@@ -16,7 +16,7 @@
16
16
  下記を使用しました(「プレリリースを含める」をチェックしないと出ないので注意)
17
17
  [NuGet Gallery | Microsoft.Windows.CsWin32 0.1.691-beta](https://www.nuget.org/packages/Microsoft.Windows.CsWin32/0.1.691-beta)
18
18
 
19
- ```xaml
19
+ ```xml
20
20
  <Window
21
21
  x:Class="Q05wtn9uoflyayp.MainWindow"
22
22
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -103,8 +103,8 @@
103
103
  }
104
104
  }
105
105
  ```
106
+
106
- NativeMethods.txt
107
+ ```txt:NativeMethods.txt
107
- ```
108
108
  FindWindow
109
109
  SetParent
110
110
  SetWindowPos

1

NativeMethods.txt

2022/05/21 11:17

投稿

TN8001
TN8001

スコア9357

test CHANGED
@@ -103,4 +103,16 @@
103
103
  }
104
104
  }
105
105
  ```
106
-
106
+ NativeMethods.txt
107
+ ```
108
+ FindWindow
109
+ SetParent
110
+ SetWindowPos
111
+ WINDOWPOS
112
+ SWP_NOSIZE
113
+ SWP_NOMOVE
114
+ SWP_NOACTIVATE
115
+ SWP_NOZORDER
116
+ HWND_BOTTOM
117
+ WM_WINDOWPOSCHANGING
118
+ ```