Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Difference in C# vs. VB.NET

I ran across something interesting when doing a custom control. The SelectionStart property is supported in VB.NET 2005; but, it is not supported in C# 2005.
Has anyone else seen this kind of behavior?
[211 byte] By [lagyossarian] at [2007-11-11 8:01:24]
# 1 Re: Difference in C# vs. VB.NET
Figured it out -- the control was going to be used in the Compact Framework and that property is not supported by the Compact Framework.
lagyossarian at 2007-11-11 21:48:10 >