|
-
Nov 28th, 2004, 03:42 PM
#1
Originally posted by mendhak
I see!
"Subscribe", though crptc in nature and not very understandable, sounds cool.
Thanks.
"Ascribe" is probably a better word.
In my opinion, the only advantage C# has over VB.net is the ability to override operators. That is what they have done here, they have perverted the self-assignment operator += so that it adds an error handler to an already existing list of error handlers. It is not the conventional usage of the += op.
Note: VB can also assign multiple (consecutive) event handlers to an event.
I don't live here any more.
-
Dec 4th, 2004, 03:24 AM
#2
yay gay
Re: Button1 click oddity? [Resolved]
 Originally Posted by wossname
"Ascribe" is probably a better word.
In my opinion, the only advantage C# has over VB.net is the ability to override operators. That is what they have done here, they have perverted the self-assignment operator += so that it adds an error handler to an already existing list of error handlers. It is not the conventional usage of the += op.
Note: VB can also assign multiple (consecutive) event handlers to an event.
and pointers?
\m/  \m/
-
Dec 4th, 2004, 03:57 AM
#3
Frenzied Member
Re: Button1 click oddity? [Resolved]
Getting off topic. += makes perfect sense for delegates, which I guess was part of the original author's question.
Without getting into a language war, I agree. Please correct me if I'm wrong, but I believe that C# can do everything that VB.NET can do, plus some. VB.NET cannot claim the same thing. There's nothing unique to VB.NET that can't be done in C#.
Coming from a classic VB background, naturaly I started with VB.NET. From there, it's easy to get exposed to C#, which now I prefer, for the above stated reasoning.
That, and the emotional security that comes with a semicolon at the end of every line
-
Dec 4th, 2004, 05:52 AM
#4
Re: Button1 click oddity? [Resolved]
VB 2005 will have everything that C# does. Correct?
-
Dec 4th, 2004, 01:55 PM
#5
Frenzied Member
Re: Button1 click oddity? [Resolved]
mendhak, not sure if you were directing that question at me or not. Answering just in case. I have no idea what tomorrow may bring. Seems like you hear things that VB will "catch up" to some features that C# has, I can only hope that C# IntelliSense gets as good as VB.
-
Dec 6th, 2004, 03:48 AM
#6
Hyperactive Member
Re: Button1 click oddity? [Resolved]
 Originally Posted by mendhak
VB 2005 will have everything that C# does. Correct?
Actually VB 2005 will have some features that C# doesnt. For example the Me class. This includes some features such as checking network connection, getting the name of the current machine,..... that got more complicated from vb6 to vb .net. They bring back that easy access to key features like that in vb.net 2005.
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
-
Dec 7th, 2004, 04:48 AM
#7
Re: Button1 click oddity? [Resolved]
 Originally Posted by Sgt-Peppa
Actually VB 2005 will have some features that C# doesnt. For example the Me class. This includes some features such as checking network connection, getting the name of the current machine,..... that got more complicated from vb6 to vb .net. They bring back that easy access to key features like that in vb.net 2005.
You mean the My keyword. I just read about that a couple days ago. Good stuff.
-
Dec 7th, 2004, 05:32 AM
#8
Hyperactive Member
Re: Button1 click oddity? [Resolved]
 Originally Posted by mendhak
You mean the My keyword. I just read about that a couple days ago. Good stuff.
Yup, its called
MY
My bad , sorry
Stephan
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|