List Info

Thread: Re: VB vs VB.net




Re: VB vs VB.net
country flaguser name
United States
2007-08-07 10:16:31

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">visualbasic6programmingyahoogroups.com, "Rick Rose"
<wolfrose32...> wrote:
&gt;
> 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">visualbasic6programmingyahoogroups.com
&gt; Subject: Re: [Visual Basic 6 programming] VB vs VB.net
&gt;
> 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">visualbasic6programmingyahoogroups.com, "Rick Rose"
> <wolfrose32> wrote:
&gt; >
>; > 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">visualbasic6programmingyahoogroups.com
&gt; > Subject: [Visual Basic 6 programming] VB vs VB.net
&gt; >
>; > Quick question. What is the difference between VB and VB.net?
> >
>; > P
> >
>; >
>; >
>; >
>; >
>; > Yahoo! Groups Links
&gt; >
>; >
>; >
>; >
>; > [Non-text portions of this message have been removed]
> >
>;
>
>
>
>
> Yahoo! Groups Links
&gt;
>
>
>
> [Non-text portions of this message have been removed]
>

__._,_.___
.

__,_._,___
Re: VB vs VB.net
country flaguser name
United States
2007-08-07 11:59:58

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">visualbasic6programmingyahoogroups.com, paulc8481
<no_reply...> wrote:
&gt;
> 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">visualbasic6programmingyahoogroups.com, "Rick Rose"
> <wolfrose32> wrote:
&gt; >
>; > 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">visualbasic6programmingyahoogroups.com
&gt; > Subject: Re: [Visual Basic 6 programming] VB vs VB.net
&gt; >
> > 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">visualbasic6programmingyahoogroups.com, "Rick Rose"
> > <wolfrose32> wrote:
&gt; > >
>; > > 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">visualbasic6programmingyahoogroups.com
&gt; > > Subject: [Visual Basic 6 programming] VB vs VB.net
&gt; > >
>; > > Quick question. What is the difference between VB and VB.net?
> > >
>; > > P
> > >
>; > >
>; > >
>; > >
>; > >
>; > > Yahoo! Groups Links
&gt; > >
>; > >
>; > >
>; > >
>; > > [Non-text portions of this message have been removed]
> > >
>; >
> >
> >
> >
> >
> > Yahoo! Groups Links
&gt; >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>;

__._,_.___
.

__,_._,___
Re: VB vs VB.net
country flaguser name
United States
2007-08-07 10:39:55

That would give you a little head start, yes. I will warn you though. Most
people I know that KNEW VB and learned .NET, went back to VB.

One exmple that comes to mind rather quickly is that .NET made working with
text files harder. They did away with the Open and Close command. You have
to use the FileSystemObject for them, which makes it more lines of code, and
some antivirus programs don't like programs that use the FileSystemObject
and will call it a virus. At least they used to.

A lot of the controls from VB are not in .NET. Sure, you can use them if
you have them, but you have to go through the back door to do so, so to
speak.

As much dislike I have for .NET, it does have it's good things as well. It
does have a built in print preview control that makes printing easier. The
Integer variable is split into 3 sizes. The combo box can store a ton more
items.

.NET is ALL object oriented programming. All forms past the main one has to
be dimmed as an object first in order to view it. So Form2.Show is not
available.

Rick Rose

-------Original Message-------

From: paulc8481
Date: 8/7/2007 11:17:49 AM
To: visualbasic6programming%40yahoogroups.com">visualbasic6programmingyahoogroups.com
Subject: Re: [Visual Basic 6 programming] VB vs VB.net

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">visualbasic6programmingyahoogroups.com, "Rick Rose"
<wolfrose32...> wrote:
>
>; LOL....I love orange juice, but don't like the fruit. Figure that
one out.
&gt;
> Rick Rose
&gt;
> -------Original Message-------
&gt;
> From: spooboy54
> Date: 8/7/2007 10:47:36 AM
> To: visualbasic6programming%40yahoogroups.com">visualbasic6programmingyahoogroups.com
> Subject: Re: [Visual Basic 6 programming] VB vs VB.net
>
>; Rick
&gt;
> Given your well documentated distaste for
>; VB.net, would it be fair to infer from your
&gt; analogy that you don't like oranges?
>
&gt; Spoo
&gt;
>
> --- In visualbasic6programming%40yahoogroups.com">visualbasic6programmingyahoogroups.com, "Rick Rose"
> <wolfrose32> wrote:
> >
&gt; > Quick answer: They are 2 totally different languages. It's like
&gt; comparing
> > apples to oranges
> >
&gt; > Rick Rose
&gt; >
&gt; > -------Original Message-------
&gt; >
&gt; > From: paulc8481
> > Date: 8/7/2007 7:18:55 AM
> > To: visualbasic6programming%40yahoogroups.com">visualbasic6programmingyahoogroups.com
> > Subject: [Visual Basic 6 programming] VB vs VB.net
> >
&gt; > Quick question. What is the difference between VB and VB.net?
> >
&gt; > P
> >
&gt; >
&gt; >
&gt; >
&gt; >
&gt; > Yahoo! Groups Links
&gt; >
&gt; >
&gt; >
&gt; >
&gt; > [Non-text portions of this message have been removed]
> >
&gt;
>
>
>
>;
> Yahoo! Groups Links
&gt;
>
>
>
&gt; [Non-text portions of this message have been removed]
>





Yahoo! Groups Links




[Non-text portions of this message have been removed]

__._,_.___
.

__,_._,___
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )