VGA sizes - bug in CF?

  • Thread starter Thread starter Hilton
  • Start date Start date
H

Hilton

Hi,

MessageBox.Show (new TextBox ().Height.ToString());
MessageBox.Show (new ComboBox().Height.ToString());

gives 20 and 20 in non-VGA mode and 20 and 40 in VGA mode. Seems like the
CF does not set the height of textboxes correctly in VGA mode (using
res2exe). This means that textboxes are half-height, but combo boxes look
fine. Seems like "new TextBox" should create a 'usable' text box which is
doesn't.

A known bug?

Hilton
 
Sorry, ignore, I meant to post his to the Compact Framework group, although
it does have some relavence here.
 
Back
Top