Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C#で記述されたWindowsフォームアプリケーションを.net 3.5に移行していますが、Locationプロパティを0,0に設定しても、左上隅に配置するためのトリックは行われないようです。上から約10ピクセル下です。
それを行う別の方法はありますか?ありがとうございました。
また、 StartPositionをに設定する必要がありますFormStartPosition.Manual。
FormStartPosition.Manual