删除矩形窗口边框 [英] Remove rectangular window borders

查看:115
本文介绍了删除矩形窗口边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从我的flash .exe应用程序中删除厚矩形窗口边框。我希望它没有边界。请问,我怎么能用代码做到这一点?什么是调整?

解决方案

不知道你究竟是什么意思,这很难说,但是你看过 Form.FormBorderStyle [ ^ ]财产?它有固定单一,固定工具窗口和无的选项[ ^ ]可以做你想做的事。


你可以拦截WM_NCPAINT消息并将边框绘制成透明的。这将为您提供透明的边框。或者,您可以使用WS_BORDER窗口样式,它将为您提供细线边框。请参阅窗口样式(Windows) [ ^ ]。

I want to remove the thick rectangular window borders from my flash .exe applications. I want it to be without a border. Please, how can I do this with code?. What is the tweak?

解决方案

Without knowing quite a bit more about exactly what you mean, it's difficult to tell, but have you looked at the Form.FormBorderStyle[^] property? It has options for Fixed Single, Fixed Tool Window and None[^] which may do what you want.


You can intercept the WM_NCPAINT message and draw your borders transparent. This will give you a transparent borders. Alternately, you can use WS_BORDER window style which will give you a thin-line border. Please refer to Window Styles (Windows)[^].


这篇关于删除矩形窗口边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆