borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Network) New Topic New Poll Post Reply
Are you planning to upgrade to VB.NET?
No, I'll continue using VB 6 or earlier PollPollPoll 9 39.13%
Yes, Planning on it PollPollPoll 6 26.09%
Already upgraded, Loving It PollPollPoll 7 30.43%
Already upgraded, but I hate it PollPollPoll 1 4.35%
Total Votes 23 100%
AndreaVB Forum : VB General : From VB6 to VB.NET
Poster Message
admin
Level: Administrator


Registered: 04-04-2002
Posts: 550

icon From VB6 to VB.NET

What are you going to do?

____________________________
AndreaVB

24-11-2005 at 04:56 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1040
icon Re: From VB6 to VB.NET

Ok, cal me a(n) hypocrit! I love c# and the entire dot net ethos. However, MS have still dictated that

quote:
all languages are equal, it's just that c# and c++ are more equal
. Still, I prefer VB to MFC.
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
26-11-2005 at 12:05 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: From VB6 to VB.NET

Hmm...... I believe in the end all will have to leave VB6.....

I found .NET very interesting, and I will most surely rewrite my programs in it, starting in a week or two. I have read few books and many articles about .NET, and I am pretty familiar with it, so I think it should not be that hard....  

[Edited by Goran on 23-01-2006 at 11:33 PM GMT]

____________________________
If you find the answer helpful, please mark this topic as solved.

23-01-2006 at 10:30 PM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1040
icon Re: From VB6 to VB.NET

Wb Goran,
oooo back in the day when i was only a noob I remember your posts helping me out tremendously! (don't mean to make you feel old   )
Anyway, some of the cool things about /net that I like are:
1) Auto Layout of code - automatically indents your code to make it look pretty
2) overloading
3) Finally being able to use multi-threading in an app
4) Delegates
5) A bit of support from MS

Regards,
Kieron



____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

23-01-2006 at 11:34 PM
View Profile Send Email to User Show All Posts | Quote Reply
pavane
Level: VB Lord

Registered: 26-04-2004
Posts: 181
icon Re: From VB6 to VB.NET

What benefits will I obtain?

Will my music program become multi-platform?
At present it is Windows only, and I have had many requests for LINUX or MAC versions.

Will I be able to run it on my web site?

Will I be able to use the custom controls (for example, those required for MIDI sound) or are there likely to be VB.NET versions?

The last migration I did, from VB3 to VB5, took 9 months for c90k lines of code. Is it likely that VB5 to VB.NET take longer?

Until I know some answers, I cannot make this decision.

26-01-2006 at 10:25 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1040
icon Re: From VB6 to VB.NET

Hi,
comments inserted:

quote:
What benefits will I obtain?

See prev. email.. but note that in order to take full advantage you may have to recode some stuff

quote:
Will my music program become multi-platform?
At present it is Windows only, and I have had many requests for LINUX or MAC versions.


I beleive that the CLR (.NET platform) works on unix/mac, but don't know for sure

quote:
Will I be able to run it on my web site?

Probably. What is it? Is it an ActiveX? If so, without porting, then still probably (depending on the support of the browser), if with porting then still may need support on browser.. note pure java vm is not clr/.net


quote:
Will I be able to use the custom controls (for example, those required for MIDI sound) or are there likely to be VB.NET versions?

I believe not, the .NET/clr platform requires you to use these as classes rather than controls.


quote:
The last migration I did, from VB3 to VB5, took 9 months for c90k lines of code. Is it likely that VB5 to VB.NET take longer?

I don't know your code, so cannot comment. To take full advantage of .net, you may need to rewrite most of your code to take advantage of the new stuff. A straight port (if you get it to work ) will go through yet another layer of translation before it gets to the clr, so will be slower.

Suggest you actually look into issues on sites like codeproject and msdn for issues with the tech you're using in vb5 (examples : interfaces, classes, inheritance, ado, interop)

ps Interop is the term for any .net app communicating with non-.net (ie. .net vs com) - this is slower than pure .net/clr

Hope this helps
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
27-01-2006 at 12:48 AM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: From VB6 to VB.NET

I concentrating on VB and ASP.NET right now and i love it than vb6  

____________________________
Im JAMES  

31-01-2006 at 07:18 AM
View Profile Send Email to User Show All Posts | Quote Reply
Nick2k3
Level: Big Cheese

Registered: 23-11-2003
Posts: 25
icon Re: From VB6 to VB.NET

I had a feeling that i already posted against VB Net before....anyway if i was opposing before, then i take back whatever i said because VB NET is just so AMAZING!!!  

____________________________
Error 404 ...File not found...!!!!

29-09-2006 at 07:32 PM
View Profile Send Email to User Show All Posts | Quote Reply
iliekater
Level: Master

Registered: 04-02-2005
Posts: 134
icon Re: From VB6 to VB.NET

I would like to take the great decision too , but I am too old to learn a new language ... As the priest sais : Together in life , together to death . By the way : which button do I have to press in order to vote ?

[Edited by iliekater on 01-12-2006 at 02:02 PM GMT]

01-12-2006 at 10:00 PM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 543
icon Re: From VB6 to VB.NET

I've been playing with VB.Net since Version 1. When 1.1 came along and I got Visual Studio 2003 I felt that at last we were getting somewhere with this new incarnation of VB, but a lot of it was still very difficult (for me anyway) to get to grips with - some of the new concepts that you C++ guys had been using for years but which I had never come into contact with still puzzle me. But now with Version 2 even the give-away Visual Studio 2005 Express is more powerful and easier than VB6.
I think the whole concept is great, I don't even consider VB6 now when I start a new Project, it's straight in to .Net.


____________________________
multi-tasking - the ability to hang more than one app. at the same time.

02-12-2006 at 11:36 AM
View Profile Send Email to User Show All Posts | Quote Reply
SteveS
Level: Trainee

Registered: 29-07-2007
Posts: 2
icon Re: From VB6 to VB.NET

Every once in a while i try .net.  It feels really slow.  
Slow to write
Slow to debug
Slow to compile
Slow to learn

Maybe i had a hard time learning VB6 and forgot.  But it seems like VB6 was realy easy to learn, write etc.  Maybe my problem is the order i listed stuff in (write before learning).

29-07-2007 at 08:20 PM
View Profile Send Email to User Show All Posts | Quote Reply
Cimperiali
Level: Trainee

Registered: 15-10-2008
Posts: 1
icon Re: From VB6 to VB.NET

The pool made sense in 2002
Now it is 2008, and quite everybody is forced to -at least -take a look  to something else.
Dot Net might not be that easy to learn - moreover,  from year to year new features are added to the whole so that we all never end to learn - but it is worth the effort.

15-10-2008 at 03:50 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : From VB6 to VB.NET
Next Topic (Network) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download | large format printing
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder