473,385 Members | 1,341 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Do I use .NET or VB Forum???

283 100+
I am trying to start using VB Express 2005 but when I look at the .Net forums most of the posts are not relevant and the VB forum seems to have more usefull information but I have seem a couple of posts telling people to use the .net forum

Also I may be missing something but why would people still be using VB6 as I am fairly new to VB it seems to make sense to me to just use the latest version when it is free anyway but I would be interested to know if I am making a mistake and there is a reason for using vb 6

( yes I know I still havent d/l vb 2008 :) )
Mar 27 '08 #1
9 1480
gobblegob
133 100+
I am trying to start using VB Express 2005 but when I look at the .Net forums most of the posts are not relevant and the VB forum seems to have more usefull information but I have seem a couple of posts telling people to use the .net forum

Also I may be missing something but why would people still be using VB6 as I am fairly new to VB it seems to make sense to me to just use the latest version when it is free anyway but I would be interested to know if I am making a mistake and there is a reason for using vb 6

( yes I know I still havent d/l vb 2008 :) )
Hi jg007,
I am fairly new to VB programming and i am currently learning VB6 and VB2008
but i have personly found there is not enough good information & tutorials ( that i can find ) on .NET. But there are so many tutorials and examples all over the web on VB6 for example planet-source has thousands of VB6 examples but only a few .NET Thats why i have decided to focus on vb6 untill i fully understand all aspects of programming and then i will direct my focus to another language later, But this is just my opinion :)

GobbleGob.
Mar 27 '08 #2
Re: "it seems to make sense to me to just use the latest version"

Well that would make sense if .Net was the latest version of Visual Basic.
However, they are completely different programming languages.
Just because they call it a Rose doesn't make it a Rose.



I am trying to start using VB Express 2005 but when I look at the .Net forums most of the posts are not relevant and the VB forum seems to have more usefull information but I have seem a couple of posts telling people to use the .net forum

Also I may be missing something but why would people still be using VB6 as I am fairly new to VB it seems to make sense to me to just use the latest version when it is free anyway but I would be interested to know if I am making a mistake and there is a reason for using vb 6

( yes I know I still havent d/l vb 2008 :) )
Mar 27 '08 #3
jamesd0142
469 256MB
One thing you should note and has been discussed here before is that vb.net is not a continuation of vb6 it is a whole new language built from the bottum up which uses the .net framework, i think microsoft jus kept some of the syntax the same to make it easier for vb6 developers to move into .net.

I had the choice when learning to use vb6 or .net and i chose .net as this is clearly the future of vb, so my advise is use .net.
Mar 27 '08 #4
VBWheaties
145 100+
I am trying to start using VB Express 2005 but when I look at the .Net forums most of the posts are not relevant and the VB forum seems to have more usefull information but I have seem a couple of posts telling people to use the .net forum

Also I may be missing something but why would people still be using VB6 as I am fairly new to VB it seems to make sense to me to just use the latest version when it is free anyway but I would be interested to know if I am making a mistake and there is a reason for using vb 6

( yes I know I still havent d/l vb 2008 :) )
Company I work with still uses VB6 because the applications have been built from the ground up in VB6.
The transition from VB6 to .NET is pretty costly but is in the works. However, they will still need VB6 developers to support the clients not wishing to upgrade.
Then again, upgrading is not really the right term. It's more like rewrite.
Mar 27 '08 #5
jg007
283 100+
Company I work with still uses VB6 because the applications have been built from the ground up in VB6.
The transition from VB6 to .NET is pretty costly but is in the works. However, they will still need VB6 developers to support the clients not wishing to upgrade.
Then again, upgrading is not really the right term. It's more like rewrite.
Thanks for the replies, I have used small amounts of VB 6, Qbasic and various other versions of basic over the years and a lot of the syntax has transfered " if x = y then ", "for n=1 to 10" etc so from my limited view point they look the same so apologies if this is not correct
Mar 27 '08 #6
Killer42
8,435 Expert 8TB
As for which forum to use here, it's pretty much up to you to pick the one where you feel you're more likely to get a response. We deal with all versions of VB in the Visual Basic forum, but if something is more about the guts of the .Net framework than VB for instance, we might advise you to try the other forum.

I don't think there's any hard and fast rule.
Mar 28 '08 #7
!NoItAll
297 100+
I agree with the posters who say vb.net is all new. There is a lot of syntactical similarity between VB6 and VB.net, but for an all VB programmer the transition from VB6 to VB.NET can be daunting - especially if your skills with VB6 are marginal (as mine are).
Now that I have done a fair amount of VB.NET I actually prefer it, if only because it is the future. Keeping VB6 code up to date and doing new applications in VB6 that look "modern" will become increasingly difficult - more difficult than .net.

But more to your question: VB.NET is indeed .NET, and as you learn more and more about it you will find many of your questions answered in the .NET forum regardless of the language used. Remember VB.NET and C# all compile to the same CLR code, the IDE is simply a syntax conversion engine. C# is closest to the .NET design I would say - but I do not use it myself. I have spent a little time in C# code and would suggest that does help sometimes.
As for VB.net in the forum - I would suggest that the .net forums allow for filtering languages in much the same way the MSDN help files currently do. Splitting it off into different forums I think does a disservice to the .NET concept, but there are folks who are looking for specific things to VB.net.

Something like

Dotnet Forum
(Filter By)
O All Languages
O VB
O C#
O C++

Allow people to update language sections of any post. That would be cool!

As more and more developers switch to VB.NET we are finding the on-line availability of quality VB.NET examples from smart people increases. Google is a wonderful thing. DON"T JUST CUT AND PASTE - understand the code and you too will soon be somebody's code hero!

Honestly - VB6 is now really starting to feel a bit crufty to me.

Des
Mar 28 '08 #8
lotus18
866 512MB
I agree with the posters who say vb.net is all new. There is a lot of syntactical similarity between VB6 and VB.net, but for an all VB programmer the transition from VB6 to VB.NET can be daunting - especially if your skills with VB6 are marginal (as mine are).
Now that I have done a fair amount of VB.NET I actually prefer it, if only because it is the future. Keeping VB6 code up to date and doing new applications in VB6 that look "modern" will become increasingly difficult - more difficult than .net.

But more to your question: VB.NET is indeed .NET, and as you learn more and more about it you will find many of your questions answered in the .NET forum regardless of the language used. Remember VB.NET and C# all compile to the same CLR code, the IDE is simply a syntax conversion engine. C# is closest to the .NET design I would say - but I do not use it myself. I have spent a little time in C# code and would suggest that does help sometimes.
As for VB.net in the forum - I would suggest that the .net forums allow for filtering languages in much the same way the MSDN help files currently do. Splitting it off into different forums I think does a disservice to the .NET concept, but there are folks who are looking for specific things to VB.net.

Something like

Dotnet Forum
(Filter By)
O All Languages
O VB
O C#
O C++

Allow people to update language sections of any post. That would be cool!

As more and more developers switch to VB.NET we are finding the on-line availability of quality VB.NET examples from smart people increases. Google is a wonderful thing. DON"T JUST CUT AND PASTE - understand the code and you too will soon be somebody's code hero!

Honestly - VB6 is now really starting to feel a bit crufty to me.

Des
I agree .

Rey Sean
Mar 28 '08 #9
jamesd0142
469 256MB
As for VB.net in the forum - I would suggest that the .net forums allow for filtering languages in much the same way the MSDN help files currently do. Splitting it off into different forums I think does a disservice to the .NET concept, but there are folks who are looking for specific things to VB.net.

Something like

Dotnet Forum
(Filter By)
O All Languages
O VB
O C#
O C++

Allow people to update language sections of any post. That would be cool!
I think this is a great idea, it would certainly help to find the answers your lookin for more qickly
Mar 28 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: blockhead | last post by:
We are looking for someone to either complete a php forum program or create one for us. There isn't really anything that is available that suits our needs and we have specific wants. If you are...
0
by: Paul Kinsella | last post by:
---------------------------------------------------------------------- NEWS BULLETIN - http://www.companywire.net ---------------------------------------------------------------------- Company...
0
by: Robert Oschler | last post by:
Hello all, I have set up a forum dedicated to WordNet Developers. I just added a section for Python developers that are using PyWordNet or other Python based WordNet interface modules or code. ...
14
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
4
by: frizzle | last post by:
Hi there, Still building my forum. I have a certain mysql-query i just can't figure out. These are my tables (simplified): categories -> id, description forums -> id, cat_id,...
0
by: dba123 | last post by:
OK, maybe I can get some help here, this is a last resort. I know I'm asking a lot by having you download and install this but it's really not that bad and I've had it. Their support has sucked,...
2
by: tridirk | last post by:
Hi; I am getting a Objceted Expected Error on my forum site. I can't find what is wrong? Line: Char: Error: Object expected Code:0 the site is My SMF Forum
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.