Favorite VB (2005) Features
-
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
Xoy wrote:
What are your favorite vb features?
The fact that it isn't installed on my machine... ;P Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
-
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
What the world needs is a hybrid language that has the features of COBOL and Visual Basic. That's all that's left to be written now. Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET
-
Xoy wrote:
What are your favorite vb features?
The fact that it isn't installed on my machine... ;P Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
lol We think the same. :-D Cheers, Simon > blog:: brokenkeyboards > what I think of the OPTIONAL keyword in VB.NET? :: here > CV :: PDF > skype :: SimonMStewart
-
Xoy wrote:
What are your favorite vb features?
The fact that it (VS - VB edition) can uninstall. Cheers, Simon > blog:: brokenkeyboards > what I think of the OPTIONAL keyword in VB.NET? :: here > CV :: PDF > skype :: SimonMStewart
Talking about uninstalling, it is my favourite feature of Oracle Express - the fact that I can uninstall it.
Member in good standing - the great cult of Firefox at CP
-
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
There are lots of VB.NET features that make a program specially fun to maintain. On Error Resume Next On Error GoTo Option Strict Off Option Explicit Off Option Compare Text The _ Line _ Continuation _ Character The infamous IsNot operator Declaration of char constants - "x"C DirectCast x CType Dictionary Member Access. Now, what does it mean X!Blahblahblah and on which classes can it be used? Implicit Type conversions The Like operator. It's specially fun to notice that you need to learn another Regex language to use it. Quick: What's the difference between DBNull, Null, String.Empty and Nothing? BTW, if you only know C#, the answer is not what you'd expect. The Mid Assignment Statement. Who'd ever think about changing the first char of a string by doing:
Mid(x, 0, 1) = "Z"c
Date Literals - Did you know that your source code can have other meaning in another country? Quick: what's the difference between Me, MyBase and MyClass? Or, And, OrElse, AndAlso. Type Characters. See this code from a MSDN sample:
Module Test2
' This function takes a Long parameter and returns a String.
Function Func$(ByVal Param&)
' The following line causes an error because the type character
' conflicts with the declared type of StringFunc and LongParam.
Func# = CStr(Param@)' The following line is valid. Func$ = CStr(Param&) End Function
End Module
From the Churchdown Parish Magazine: "Would the Congregation please note that the bowl at the back of the Church, labelled 'For The Sick,' is for monetary donations only."
-
Talking about uninstalling, it is my favourite feature of Oracle Express - the fact that I can uninstall it.
Member in good standing - the great cult of Firefox at CP
Rama Krishna Vavilala wrote:
my favourite feature of Oracle Express - the fact that I can uninstall it
can you :confused::~ i had to ghost my computer after an install of Oracle 9i... lol
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
That it tends to troll on message boards.
I only read CP for the articles. Code-frog System Architects, Inc.
-
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
Uninstall feature
-
Xoy wrote:
What are your favorite vb features?
The fact that it isn't installed on my machine... ;P Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
You speak the truth! :laugh: :laugh:
-
What are your favorite vb features? Mine would have to be the verbosity... Easier to type + read :-D (like using keywords that actually describe what it does ;P)
I like the little X in the box in the upper right corner. It works great!:-D "...a photo album is like Life, but flat and stuck to pages." - Shog9
-
Xoy wrote:
What are your favorite vb features?
The fact that it isn't installed on my machine... ;P Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
16 5 votes - well 17 now :-D The tigress is here :-D