jd2kuk wrote:heebyjeebys wrote:I hate vistual basic
It's the most ridiculously programming/scripting language on the planet!
I aggree. C# rules !
much easier to create a method
private void Dosomething()
{
\\Your code here
}
Rather than
Sub
\\something
EndSub
and the code words are better too.
MessageBox.Show(); C#
Message() VB
And I hate the DIM command
string [] mystring[<number>]; thats more like it!
