Anchor Property error

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
 
A

Armin Zingler

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)
 
T

TW Scannell

Hmm. I am using VB.Net 2003 Standard edition, on Win 2000 Server

Probably another problem with the Standard edition. What a POS

Thanks
 
M

Mike Bulava

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.
 
T

TW Scannell

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.
 

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