Paul
I've never used VB.net, but my impression is that
it requires more lines of code to do the same
thing that VB can do.
A few years back, when .net first came out, I checked
out the equivalent of drawing a line on a picturebox
control...
In VB, it is one command: PB1.Line (x1,y1)-(x2,y2), color
I vaguely recall that in VB.net it took about 3 lines
of code...
..pen down
..draw line
..pen up
or something along those, ahem, lines. Maybe someone
more knowledgeable can expand on this.
Spoo
--- In visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com, paulc8481
<no_reply
...> wrote:
>
> Rick/Spoo,
> Can you give me an example of what the difference is? I took
> beginning VB. would that give me one up on learning VB.net?
>
>
>
>
>
> --- In visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com, "Rick Rose"
> <wolfrose32
> wrote:
> >
> > LOL....I love orange juice, but don't like the fruit. Figure
that
> one out.
> >
> > Rick Rose
> >
> > -------Original Message-------
> >
> > From: spooboy54
> > Date: 8/7/2007 10:47:36 AM
> > To: visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com
> > Subject: Re: [Visual Basic 6 programming] VB vs VB.net
> >
> > Rick
> >
> > Given your well documentated distaste for
> > VB.net, would it be fair to infer from your
> > analogy that you don't like oranges?
> >
> > Spoo
> >
> >
> > --- In visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com, "Rick Rose"
> > <wolfrose32
> wrote:
> > >
> > > Quick answer: They are 2 totally different languages. It's
like
> > comparing
> > > apples to oranges
> > >
> > > Rick Rose
> > >
> > > -------Original Message-------
> > >
> > > From: paulc8481
> > > Date: 8/7/2007 7:18:55 AM
> > > To: visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com
> > > Subject: [Visual Basic 6 programming] VB vs VB.net
> > >
> > > Quick question. What is the difference between VB and VB.net?
> > >
> > > P
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
.