G
Guest
Strange one happening with VS 2003.
If I put a numericupdown on a form and then type the following:
string myString = this.numericUpDown1.Text;
then after the "." the intellisense pops up - but it _doesn't_ have Text -
the closest it has in the list is TextAlign.
However, if I choose that and then delete it back to match the above code,
it compiles fine (and works).
Any expert care to take a stab at why it doesn't pop up correctly?
If I put a numericupdown on a form and then type the following:
string myString = this.numericUpDown1.Text;
then after the "." the intellisense pops up - but it _doesn't_ have Text -
the closest it has in the list is TextAlign.
However, if I choose that and then delete it back to match the above code,
it compiles fine (and works).
Any expert care to take a stab at why it doesn't pop up correctly?