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.
.NET 2.0 用に作成された C# のアプリケーションがあります。
メイン フォームにはプロパティがありますFormBorderStyle = None。
FormBorderStyle = None
今、.NET 2.0 の代わりに Mono 2.10.8 を使用しようとしています。これを見てみましょう (左 - Mono、右 - .NET):
Mono では、フォームの周りに小さなボーダーがまだあります。私が理解できるように、これは Mono のバグです。しかし、おそらく誰かがこれの回避策を知っていますか?
枠の色をフォームと同じように白に設定します。