c# - Buttons are not visible in winform application -
we have wierd issue here. have win-form application. application has tabbed form few textboxs, combo boxes , 3 bottons. application runs fine in machines in 1 machine buttons not visible . rest working fine. buttons invisible. button present iam able fire event using tab , enter. have checked log.but cannot find exceptions logged. have checked various resolution didnt help.
any ?
buttons @ bottom of screen above taksbar. taskbar visible. have checked dotnet frame work .its fine issue found in vista machine
thanks in advance
my guess 1 machine has different dpi setting. perhaps it's pushing buttons more downwards they're supposed , causes buttons disappear beneath border of form?
also, i'd check buttons' anchor property see they're anchored , they're not moved around weird window size behind else.
Comments
Post a Comment