Vb.Net 2003 Quirks

  • Thread starter Thread starter OhWhite
  • Start date Start date
O

OhWhite

In an off-line Vb.net 2003 application, is there any reason why the
following would happen.

1) Minimize button doesn't function.
2) Button and DataGrid widen beyond Design time settings.

Thanks
 
2) Anchored controls ? (check the "Anchor" property)
1) Would be something with the window style ? I would likely recreate a
similar window until I find the cullprit property (unless this is a problem
in the code ?)
 
Does this PC have a custom windows xp theme (if it's windows XP). I find
that downloadable "themes", like Alienware and others, that change your form
colors desktop icons, etc, tend to mess with some applications. I've seen
cases where buttons and other controls disappear, combo boxes shrinking, and
other weird quirks. Disabling the custom theme fixes the issues.

Just a thought.
 

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

Back
Top