Bordes en formularios que son invocados desde show_dialog [英] Bordes en formularios que son invocados desde show_dialog

查看:74
本文介绍了Bordes en formularios que son invocados desde show_dialog的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Estimados tengo una consulta,cuando abro un formulario usando la funcion SHOWDIALOG no se ven los bordes en mi pantalla y nota una apariencia mala,como puedo hacer para que sea con bordes apesar que un dialogo o es por el sistema operativo?



由Google翻译:

亲爱的我有一个查询,当我使用SHOWDIALOG函数打开表单时没有看到屏幕上的边缘并注意到外观不好,我怎么能在对话框或操作系统的情况下使其边缘化?



我尝试过:



Estimados tengo una consulta, cuando abro un formulario usando la funcion SHOWDIALOG no se ven los bordes en mi pantalla y nota una apariencia mala, como puedo hacer para que sea con bordes apesar que un dialogo o es por el sistema operativo?

Translated by Google:
Dear I have a query, when I open a form using the function SHOWDIALOG do not see the edges on my screen and notice a bad appearance, how can I make it to be edged in spite of a dialog or by the operating system?

What I have tried:

E_VF_FOR.FormBorderStyle = FormBorderStyle.FixedSingle;
E_VF_FOR.ShowDialog();

推荐答案

猜测,它是导致问题的FixedSingle样式:它生成一个具有固定单行边框但无法用户调整大小的对话框(除了最大或最小按钮)

尝试删除它并查看它是否有所改善 - 如果没有,那么你将需要向我们提供更多关于它如何外观不好的信息 - 我们无法看到您的屏幕或访问您的硬盘!
At a guess, it's the FixedSingle style that is causing the problem: it generates a dialog that has a fixed, single-line border and which cannot be user resized (except by max or min buttons)
Try removing that and see if it improves - if it doesn't then you will need to give us a lot more information about just how it has a "bad appearance" - we can't see your screen or access your HDD!


这篇关于Bordes en formularios que son invocados desde show_dialog的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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