Home All Groups Group Topic Archive Search About
Author
12 May 2006 9:44 AM
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

Author
12 May 2006 11:52 AM
Patrice
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 ?)

--

<OhWh***@hotmail.com> a écrit dans le message de news:
1147427087.530559.279***@u72g2000cwu.googlegroups.com...
Show quoteHide quote
> 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
>
Author
12 May 2006 12:13 PM
OhWhite
So far it only seems to have happened on one computer only though.
Author
12 May 2006 12:23 PM
rmacias
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. 

Show quoteHide quote
"OhWh***@hotmail.com" wrote:

> So far it only seems to have happened on one computer only though.
>
>