Home All Groups Group Topic Archive Search About

A place to discuss future vb featuresause?

Author
11 Jan 2006 10:24 AM
Doker
Is there a place where people can give their suggestions to adding new
featers to future releases of vb?
Ex.
DirectCast(obj, typ) makes me crazy!
C# hase the (obj as typ) statement which is shorter and what's more
VB-Style!

People often use and remember CType only because it's shorter then
DirectCast and
(obj As typ).method would be a very vb-friendly style.

Author
11 Jan 2006 10:29 AM
Patrice
Try :
http://lab.msdn.microsoft.com/productfeedback/

--
Patrice

Show quoteHide quote
"Doker" <dok***@wp.pl> a écrit dans le message de
news:dq2mpd$i1u$1@node3.news.atman.pl...
> Is there a place where people can give their suggestions to adding new
> featers to future releases of vb?
> Ex.
> DirectCast(obj, typ) makes me crazy!
> C# hase the (obj as typ) statement which is shorter and what's more
> VB-Style!
>
> People often use and remember CType only because it's shorter then
> DirectCast and
> (obj As typ).method would be a very vb-friendly style.
Author
11 Jan 2006 12:06 PM
Carlos J. Quintero [VB MVP]
And this is the moment to send them suggestions because they are working on
the specs. Once the product reaches the Beta 1 likely no new features are
added (just the opposite)
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com


Show quoteHide quote
"Patrice" <nob***@nowhere.com> escribió en el mensaje
news:O%23F95npFGHA.2212@TK2MSFTNGP15.phx.gbl...
> Try :
> http://lab.msdn.microsoft.com/productfeedback/
>
> --
> Patrice
>
Author
11 Jan 2006 11:30 AM
Herfried K. Wagner [MVP]
"Doker" <dok***@wp.pl> schrieb:
> Is there a place where people can give their suggestions to adding new
> featers to future releases of vb?
> Ex.
> DirectCast(obj, typ) makes me crazy!
> C# hase the (obj as typ) statement which is shorter and what's more
> VB-Style!
>
> People often use and remember CType only because it's shorter then
> DirectCast and
> (obj As typ).method would be a very vb-friendly style.

Note that C#'s 'as' corresponds to VB 2005's 'TryCast' operator.  Personally
I like VB's cast and conversion operators much more than the way casts are
written in C#, because it doesn't suffer from the brackets hell.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>