fg text box issue

gjoisa

Active Member
Licensed User
Longtime User
In higher resolution devices , height of fgtextbox increases , if we compile with auto scale . Without auto scale compile for size looks very small . Without fg textbox I can not restrict the textbox content to numeric only and string length . (Problem occured in HP IPAQ 211 . Screen resolution is 480 x 640 ) . What is the solution ?
 
D

Deleted member 103

Guest
Hi gjoisa,

Without auto scale compile for size looks very small .
In this case, you have to change the size yourself.

for example:
txtBox.Top= txtBox.Top * 2
txtBox.Left= txtBox.Left * 2
txtBox.Width= txtBox.Width * 2
txtBox.Height= txtBox.Height * 2

Ciao,
Filippo
 

gjoisa

Active Member
Licensed User
Longtime User
In this case, you have to change the size yourself.
Sorry Filippo , not only textbox size is small . But the whole form looks very small in higher resolution devices . That is the problem .
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…