Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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();
Posted
Updated 28-Aug-18 20:51pm
v2
Comments
Richard MacCutchan 26-Aug-18 4:08am    
This is an English language site.

1 solution

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!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900