VGA sizes - bug in CF?

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
 
H

Hilton

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top