473,396 Members | 2,154 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,396 software developers and data experts.

VB2005

Ok, first things first: I'm a VB classic programmer and am considering
upgrading now that I've seen VB2005. .NET1 & 1.5 never seemed to appeal to
me, but now I'm considering the 2005. Does anyone have any comments on it
from what you've experianced in the downloadable demo?

Thanks
-Wes
Nov 20 '05 #1
12 1462
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
Ok, first things first: I'm a VB classic programmer and am considering
upgrading now that I've seen VB2005. .NET1 & 1.5 never seemed to appeal to
me, but now I'm considering the 2005. Does anyone have any comments on it
from what you've experianced in the downloadable demo?


It is hard to describe what I have experienced in the VB 2005 Express
Beta 1. There are improvements and some features will make work
easier. For example, in VB 2005 you won't see the code used to create
the controls on a form in your form's class. That's solved using VB
2005's partial classes. There are improved wizards and designers, there
is a 'My' namespace that provides easy access to often-used methods.

You see, what I have written above is similar to that what you can read
in the whitepapers about VB 2005. I suggest to download it and play
around with it yourself.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #2
Thanks, that's about the same thing I read on the classic group, but I just
wanted a less "religious" openion!

-Wes

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:O1**************@TK2MSFTNGP09.phx.gbl...
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
Ok, first things first: I'm a VB classic programmer and am considering
upgrading now that I've seen VB2005. .NET1 & 1.5 never seemed to appeal to me, but now I'm considering the 2005. Does anyone have any comments on it from what you've experianced in the downloadable demo?


It is hard to describe what I have experienced in the VB 2005 Express
Beta 1. There are improvements and some features will make work
easier. For example, in VB 2005 you won't see the code used to create
the controls on a form in your form's class. That's solved using VB
2005's partial classes. There are improved wizards and designers, there
is a 'My' namespace that provides easy access to often-used methods.

You see, what I have written above is similar to that what you can read
in the whitepapers about VB 2005. I suggest to download it and play
around with it yourself.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #3
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
Thanks, that's about the same thing I read on the classic group, but I just
wanted a less "religious" openion!


My opinion in a few words: VB 2005 looks much better than the current
version. I am not sure if that's less "religious".

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
Thanks, that's about the same thing I read on the classic group, but I just
wanted a less "religious" openion!


My opinion in a few words: VB 2005 looks much better than the current
version. I am not sure if that's less "religious".

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #5
What I meant is with the coming of dotNET 1/1.5, everyone in the classic
newsgroups is completely anti-dotNET. And I know that people here will be
slightly abaised twords the dotNET framework, but that's fine as I'm trying
to get a second view.

Thanks
-Wes
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:u0**************@TK2MSFTNGP09.phx.gbl...
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
Thanks, that's about the same thing I read on the classic group, but I just wanted a less "religious" openion!


My opinion in a few words: VB 2005 looks much better than the current
version. I am not sure if that's less "religious".

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #6
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
What I meant is with the coming of dotNET 1/1.5, everyone in the classic
newsgroups is completely anti-dotNET. And I know that people here will be
slightly abaised twords the dotNET framework, but that's fine as I'm trying
to get a second view.


There are a couple of VB Classic programmers who don't want to use
..NET. I can understand their opinion and I am sad that VB Classic will
die sooner or later, but VB.NET is a nice programming language too. And
VB 2005 will be more "productive", with more designers, a better IDE,
....

Hard to say -> test it yourself ;-).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #7
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...

There are a couple of VB Classic programmers who don't want to use
.NET. I can understand their opinion and I am sad that VB Classic will
die sooner or later, but VB.NET is a nice programming language too. And
VB 2005 will be more "productive", with more designers, a better IDE,
...


Will all of these new languages (VB, C and it's offspring, JAVA, etc.) all
"converge" sooner or later? (and there be pretty much "one" language?). I've
been programming since the late 70's (that eon's in computer-time) and it
seems even the "higher" level languages like BASIC are getting capable of
pretty low-level. The syntax is getting so close between VB.NET and C that
I can't see there being a programmatic reason (much less a financial one) to
keep maintaining all these separate products (C was supposedly
"cross-platform" so why the need for JAVA, etc.,?). Will it really be worth
it to have so many different languages in the future when a handful of
changes in all but the most extreme cases (in which case you could use a
special library or class) will work for most people?
Nov 20 '05 #8

I am actually a fan of seeing the designer code, I find it easier to
tweak and debug by looking at the direct code.

A few more notes on 2005, I found that it:
- Compiled my code faster (a big solution with about 18 projects in it)
- Compiled programs ran faster, database stuff seemed faster too.
- Compiled Programs at less ram.

Anyone else experience this? Also, what are your thoughts on hiding the
designer code? Does anyone know if you can 'switch it back on' somewhere?

Regards,

Les Hughes
Herfried K. Wagner [MVP] wrote:
* "Wes Spikes" <Mo******@NOSPAMverizon.net> scripsit:
What I meant is with the coming of dotNET 1/1.5, everyone in the classic
newsgroups is completely anti-dotNET. And I know that people here will be
slightly abaised twords the dotNET framework, but that's fine as I'm trying
to get a second view.

There are a couple of VB Classic programmers who don't want to use
.NET. I can understand their opinion and I am sad that VB Classic will
die sooner or later, but VB.NET is a nice programming language too. And
VB 2005 will be more "productive", with more designers, a better IDE,
...

Hard to say -> test it yourself ;-).

Nov 20 '05 #9
Les,

* Les Hughes <le*************@datarev.com.au> scripsit:
I am actually a fan of seeing the designer code, I find it easier to
tweak and debug by looking at the direct code.
If there is a need to debug the code, I agree. If the designer is
perfect enough in order to make looking at the code unnecessary, I don't
need to be able to take a look at the designer generated code. For
example, in VB6 the designer generated code was stored in a different
format (in declarative form) at the beginning of form files. The VB
editor didn't show this code, but using a text editor and opening the
form file it was easy to see what's going on behind the scenes.
A few more notes on 2005, I found that it:
- Compiled my code faster (a big solution with about 18 projects in it)
- Compiled programs ran faster, database stuff seemed faster too.
- Compiled Programs at less ram.

Anyone else experience this? Also, what are your thoughts on hiding
I didn't play around with 2005 and large projects. I didn't yet have
enough time to see all the new features of the VB programming language
;-).
the designer code? Does anyone know if you can 'switch it back on'
somewhere?


Yes, you can do that by clicking the "Show all files" button in solution
explorer, AFAIR. Then you will see that each of the form classes has a
partial class that includes the constructor, the control initialization
code and some other stuff.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #10
In news: Rl*****************@nwrddc02.gnilink.net,
Wes Spikes <Mo******@NOSPAMverizon.net> wrote:
Ok, first things first: I'm a VB classic programmer and am considering
upgrading now that I've seen VB2005. .NET1 & 1.5 never seemed to
appeal to me, but now I'm considering the 2005. Does anyone have any
comments on it from what you've experianced in the downloadable demo?


Hi Wes,

There are special newsgroups for VB2005 (both the Express and full
versions). The information is at
http://lab.msdn.microsoft.com/vs2005/community/. Reading the newsgroups is a
good way to learn.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
ci**************@mvps.org www.cindywinegarden.com

Nov 20 '05 #11
KC
The last VB I used was VB4. The whole object oriented thing took a while to
get use to, and you'll probably find some things that were easy to do are a
little more involved but after all is said and done I love it. I've spent
the last 3-years writing in Perl, ASP, some Java. This thing will probably
make lazy as hell (it will do little things like indent for you, underline
undeclared variables, tons more...really, gobs).

It's classic microsoft. It may take them several tries to get something
right but once they do it usually knocks your socks off - and you hate
admitting they did.

Ken
"Cindy Winegarden" <ci**************@mvps.org> wrote in message
news:Oy**************@TK2MSFTNGP12.phx.gbl...
In news: Rl*****************@nwrddc02.gnilink.net,
Wes Spikes <Mo******@NOSPAMverizon.net> wrote:
Ok, first things first: I'm a VB classic programmer and am considering
upgrading now that I've seen VB2005. .NET1 & 1.5 never seemed to
appeal to me, but now I'm considering the 2005. Does anyone have any
comments on it from what you've experianced in the downloadable demo?
Hi Wes,

There are special newsgroups for VB2005 (both the Express and full
versions). The information is at
http://lab.msdn.microsoft.com/vs2005/community/. Reading the newsgroups is

a good way to learn.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
ci**************@mvps.org www.cindywinegarden.com

Nov 20 '05 #12
Ricky,

* "Ricky W. Hunt" <rh*****@hotmail.com> scripsit:
There are a couple of VB Classic programmers who don't want to use
.NET. I can understand their opinion and I am sad that VB Classic will
die sooner or later, but VB.NET is a nice programming language too. And
VB 2005 will be more "productive", with more designers, a better IDE,
...
Will all of these new languages (VB, C and it's offspring, JAVA, etc.) all
"converge" sooner or later? (and there be pretty much "one"
language?).


I don't think so. If you have a look at VB 2005 and C# 2005, you will
see that both languages didn't come closer. The distance between them
IMO became larger. For example, VB provides the 'My' namespace, C#
doesn't.
been programming since the late 70's (that eon's in computer-time) and it
seems even the "higher" level languages like BASIC are getting capable of
pretty low-level. The syntax is getting so close between VB.NET and C that
I can't see there being a programmatic reason (much less a financial one) to
I don't see VB.NET become more low-level, but I am seeing C becoming
more high-level in C#. Still, C# has a low-level and outdated syntax.
keep maintaining all these separate products (C was supposedly
"cross-platform" so why the need for JAVA, etc.,?). Will it really be
worth
I think there is a big difference in C being cross-platform and Java
being it. In C, you needed compilers for each platform, and that caused
problems because compilers were not available or had bugs on different
platforms. Java needs an execution environment on each platform which
raises other problems, but not the same as in C.
it to have so many different languages in the future when a handful of
changes in all but the most extreme cases (in which case you could use a
special library or class) will work for most people?


IMO it's all about softly "migrating" the C programmers to a high-level
syntax, like the syntax of VB.NET.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Chris Devol | last post by:
My dial-up connection sometimes hangs up and has to re-connect. The VB2005 installer/downloader apparently doesn't know how to resume when the connection is re-established. It just aborts! I've...
3
by: Diarmuid | last post by:
I have the MS book, introducing Microsoft Visual Basic 2005 for Developers. No sample code comes with it.The location according to the book is http://msdn.microsoft.com/vbasic/VB6Migration but I...
2
by: Jerry Spence1 | last post by:
1. Is there a more suitable, dedicated newsfeed for VB2005 yet? 2. I'm confused as to which version to get. I work for a small company and we will just need VB2005 on my PC. Therefore that tends...
1
by: Galen Somerville | last post by:
I uninstalled and reinstalled VB6. When I have an unhandled exception in VB6, it uses the VB2005 Pro debugger. There is no way to leave the VB2005 debugger without ending up at the desktop. How...
0
by: Rich | last post by:
Hello, I just upgraded a vb2003 app to vb2005. The vb2003 app had/has a statusbar object - which contains panels and I can see the properties of the statusbar in the properties window in...
2
by: Omar Abid | last post by:
Hi, This the best site where you can find Hi members, We are happy to tell that if you search for : jobs with high wage or to debug a program or to find a good source code and to make a good...
1
by: erickwan88 | last post by:
I am doing a final year project for my school and is going to provide for an organization, so I am asking for some help on here. Indeed, I have no idea on how to get the input from my pen driver...
15
by: Aalaan | last post by:
I am presently a user of classic vb6 and hang out on those newsgroups. Some of you may be aware that there is a very anti MS and vb2005 feeling there. I have tried to get them to tell me which...
1
by: Jeffrey Christiansen | last post by:
I wanted to add a toggle button to a VB2005 form to be used for a simple Windows Application (i.e. compiled to a "*.exe"), so I added the ActiveX Microsoft Forms Object toggle button, however I...
1
by: Vae07 | last post by:
Ok so here is a brief summary of my problem. I need a pop up form that submits input text box information to a pocket excel workbook upon a command botton click. Text box inputs are checked for...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.