除了.NET 中的 Form 之外,还有其他方法可以创建顶级窗口吗?
有没有办法创建一个可以在桌面上显示的控件而不使用Form? 例如,显示启动窗口? 我知道使用 Form 创建一个没有任何边框的启动窗口很容易。 但这只是一个例子。 我想知道是否可以创建一个顶级窗口,而无需使用 Form 带来的所有包袱。
Is there a way to create a Control that can display on the desktop without the use of Form?
For example, displaying a splash window? I know that it's easy to create a splash window without any borders, etc. using Form. But that's just an example. I'd like to know if it's possible to create a top level window without all the baggage that comes with Form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的,但您必须使用一些非托管 API 调用
Yeah it's possible, but you'll have to use some unmanaged API calls