Anchor Property error

  • Thread starter Thread starter TW Scannell
  • Start date Start date
T

TW Scannell

Hello,
When I try to change the Anchor property of a textbox, from "Top, Left" to
all four sides I get an "Invalid Property Value" Error. The details state
"Cannot widen from target type to primative Type".

Thanks in advance.
TW Scannell
 
TW Scannell said:
Hello,
When I try to change the Anchor property of a textbox, from "Top,
Left" to all four sides I get an "Invalid Property Value" Error. The
details state "Cannot widen from target type to primative Type".

I can not reproduce this problem (VB 2003, Framework 1.1, WinXP Prof)
 
Hmm. I am using VB.Net 2003 Standard edition, on Win 2000 Server

Probably another problem with the Standard edition. What a POS

Thanks
 
It might be that you have the Multiline Property set to false, when set to
false a textbox's hieght can't be adjusted.

I haven't tried it thought just thought I'dd throw it out as a suggestion.
 
I tried the same thing with the full/earlier version and got the same error.
It is on a different machine. It is the MN Dev Environment 2002 version
7.0.9466

Maybe it's a Win2000 server thing.
 
Back
Top