473,587 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1478
* "Wes Spikes" <Mo******@NOSPA Mverizon.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******** ******@TK2MSFTN GP09.phx.gbl...
* "Wes Spikes" <Mo******@NOSPA Mverizon.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******@NOSPA Mverizon.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******@NOSPA Mverizon.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******** ******@TK2MSFTN GP09.phx.gbl...
* "Wes Spikes" <Mo******@NOSPA Mverizon.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******@NOSPA Mverizon.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******** ******@TK2MSFTN GP09.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******@NOSPA Mverizon.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.a u> 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

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

Similar topics

5
3697
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 wasted many hours on this. Can the whole package be obtained at once with a "smart" download manager instead of having to use the VB2005...
3
1875
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 don't see it there either. Anyone know where it is? Also, where would I find the 101 VB Code samples for VB2005? Or, indeed, some links to any...
2
1311
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 to suggest the express version, but I write some pretty complicated stuff (including SQLServer transactions, network programming etc) and I am...
1
1220
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 can I make VB6 do it's own debugging so it shows me the statement that causes the exception (like it always has in the past). Anyone have the...
0
2012
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 vb2005. But in the tools list of vb2005 I do not see a statusbar selection. Instead I see a statusStrip, and even though the Items collection has a...
2
1601
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 design 4 your apps our group is the best to help u just subscribe to :VB2005 EXPRESS at http://groups.google.com/group/vb2005 OMAR ABID GROUP MANAGER
1
1658
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 and use on vb2005 as when I activate the pen driver, it will run its own program itself and when I deactivate it, it become a mouse. Therefore, I...
15
2017
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 features of vb2005 are actually worse then vb6 in practice, and forget the philosophy of backward compatibility for a moment. I would now like to...
1
4429
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 can't get this button does work properly. The documentation I found in the FM20.CHM files says the button state can be determined from its "Value"...
1
2240
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 validity upon individual text box exit (don't have a problem with this part). All this could be done with Excel VBA easily, but pocket excel doesn't...
0
8215
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8347
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7973
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6626
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1454
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1189
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.