UGN Security
Posted By: BackSlash VISUAL BASIC .NET STANDARD 2002 - 06/17/02 04:37 AM
could someone please explain to me the difference in visual basic 6.0 and VISUAL BASIC .NET STANDARD 2002 i'm hoping its about the same thing
Posted By: SilentRage Re: VISUAL BASIC .NET STANDARD 2002 - 06/17/02 12:18 PM
it is very different. For instance, no control arrays, completely different code structure (more C-like) more API's are incorporated in built-in functions, lots of syntax and features removed/added. This is all so that a single module can compile both VB and VC++ and various other microsoft flavors of coding all under the .NET standard.
Posted By: BackSlash Re: VISUAL BASIC .NET STANDARD 2002 - 06/17/02 06:42 PM
how does visual basic 6.0 compare to visual basic 4.0? is it the same layout with mostly the same features? i know vb6 has activeX and vb4 doesn't, but past that is it about the same thing? and does vb6 contain the option to put a webbrowser screen in it? thanks for you help
Posted By: SilentRage Re: VISUAL BASIC .NET STANDARD 2002 - 06/18/02 02:21 AM
Well, the differences aren't as major, but I know that none of my VB6 code would work in VB4. There's just too many functions and features added into VB6 that going retro to 4 would be a pain.
Posted By: BackSlash Re: VISUAL BASIC .NET STANDARD 2002 - 06/18/02 02:31 AM
ok, thanks for the help
Posted By: ninjaneo Re: VISUAL BASIC .NET STANDARD 2002 - 07/10/02 04:40 PM
/me looks aruond...

Im learning C# it seems pretty power full
One of the most intresting things I've learned so far is for example...

You can decalre a variable but you can make it sort of like a function...

[The is a DOS terminal program....]

Public MyLilInt as Integer
{
Get {
Return this.MyLilInt
}
Set {
System.Console.WriteLine("uh oh, MyLilInt changed into {0}!!!" this.MyLilInt);
}
}

When something asks wut MyLilInt is such as you were doing an if statement it would return the value of MyLilInt (like it normally would in vb6 or wutever) but if someone dod something like MyLilInt = 4 then the Dos Terminal would print out a line saying ih oh, MyLilInt changed into 4!!!

I recomend getting a book to learn doesnt matter which .Net language you learn Microsucks made it so you can have it automatically convert it into another .net language.... (Vb looks harder so I went for C)
Posted By: dashocker Re: VISUAL BASIC .NET STANDARD 2002 - 07/18/02 04:53 PM
heh, interesting stuph. First question, im now confused on what .NET is. Is it a language or a wut? and secondy, do u need anything that costs money to program wit C#, k thanks.
Btw, dont tell me to google like im some n00b because im too lazy to do it now anyway <img border="0" alt="[Yum]" title="" src="graemlins/yum.gif" />
Posted By: ninjaneo Re: VISUAL BASIC .NET STANDARD 2002 - 07/20/02 03:30 PM
.NET is just the series
:x

Duno why they said 'DOT NET' I guess it makes it look elite
Posted By: dashocker Re: VISUAL BASIC .NET STANDARD 2002 - 07/21/02 12:42 AM
wut? maybe i look at some books on it and b&n or some [censored]. btw, does compiler/interpreter w/e cost money for C# ?
Posted By: ninjaneo Re: VISUAL BASIC .NET STANDARD 2002 - 07/22/02 05:11 PM
ya, You need to buy Visual Studio's .NET

But I have a copy of all 7cds from Kazaa, even though UGN does not support such activites wink , it is possible.

Its an expesnive set of cd's
But its worth A) the money or B) the wait wink
Posted By: SephiroX Re: VISUAL BASIC .NET STANDARD 2002 - 07/26/02 05:22 PM
That is, if your really going to be using all the cds...
:x
© UGN Security Forum