473,666 Members | 2,331 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.net Standard Edition Controls

I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
Thanks,
Nov 22 '05 #1
5 1543
Hi Roger,

It will take a half year at least however there is comming VB2005.

You cannot compare the controls from VB5 with VBNet they are almost all
diferent, ergo VB classic is very different from VBNet although the used
syntax is very much a lookalike, VBNet is very much based on OOP
programming.

Maybe you can try the VB2005 Expres Beta. It is a Beta, however for trying
to get an idea (I do not know it myself), it can maybe be a nice start.

It is (are) a beta, and although there are not much problems told yet in
this dotNet newsgroups, keep in mind that it are Beta's not allowed for
production and can give unpredictable results in every way as well. (There
is no guarantee at all).

Visual Basic 2005 Express:
http://download.microsoft.com/downlo...d1/vbsetup.exe

..NET Framework 2.0 Beta:
http://www.microsoft.com/downloads/d...displaylang=en

SQL Server 2005 Beta 1:
http://download.microsoft.com/downlo...71/SQLEXPR.EXE

I hope this helps a little bit?

Cor
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least'
the same control as VB5 Enterprise edition. Thanks,

Nov 22 '05 #2
why don't u wait for newer version 2005.
regards,

Roger wrote:
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
Thanks,


Nov 22 '05 #3
Thanks to all for the info (especialy you, John),
I do a bit of VB as a hobby but it also helps me with my job a lot, I write programs that parse text files, sorting filtering etc. I also used the Comm control in VB5 for communicating with a machine via serial port. I changed company so I don't have a license for VB5 now. My new company has offered to buy me VB, that is why I am looking into VB.net, they told me they would buy VB.net. How difficult is it to deploy the finished apps - my new company has asked me to deploy the apps to other people so the programs would need to be easy for others to install. One of my old programs used three form and seven text files - the setup kit to deploy the program in VB5 generated 21 files - could I do something like that. Another posibility is going to Visual Studio.net - would that be a big advantage - I would only use the VB and deployment part of it.

Hope you can be more help, Thanks, Roger
"John Muse" wrote:
VB.Net is fully featured except for two very important features; Crystal Reports is NOT included, and there are NO deployment tools. You can purchase C.R. seperately (expensive), and you can deploy in singular ways by simply copying or sending the .exe file. How professional to you want to be? So it depends what you plan to do with it that gives it it's value.
John

"Roger" wrote:
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
Thanks,

Nov 22 '05 #4
Hi John, Another point to consider is that I will not be seeling the programs, just sending them out to help my colleagues so I could write a simple installation procedure for them - would that work.
Thanks Roger.

"John Muse" wrote:
VB.Net is fully featured except for two very important features; Crystal Reports is NOT included, and there are NO deployment tools. You can purchase C.R. seperately (expensive), and you can deploy in singular ways by simply copying or sending the .exe file. How professional to you want to be? So it depends what you plan to do with it that gives it it's value.
John

"Roger" wrote:
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
Thanks,

Nov 22 '05 #5
Hi again John, thanks once more for the info, I have a last question on this subject - am I able to still buy VB5 or VB6, I have searched the internet but not really found much info on this so I am thinking I cannot still buy old versions. Do you know what Microsofts policy is on old licenses.
Best regards,
Roger.

"John Muse" wrote:
Hi again Roger, it gets back to the reports, if you need or plan to eventually incorporate reports spend the money for the studio version that includes Crystal Reports, which are very powerful. If you don't see reports in your future you can use the Standard Edition and just email the .exe file as a deployment method, nothing else would be needed except that they download (free) the Net Framework. Personally, without reports I wouldn't have much.
Good luck, John

"Roger" wrote:
Hi John, Another point to consider is that I will not be seeling the programs, just sending them out to help my colleagues so I could write a simple installation procedure for them - would that work.
Thanks Roger.

"John Muse" wrote:
VB.Net is fully featured except for two very important features; Crystal Reports is NOT included, and there are NO deployment tools. You can purchase C.R. seperately (expensive), and you can deploy in singular ways by simply copying or sending the .exe file. How professional to you want to be? So it depends what you plan to do with it that gives it it's value.
John

"Roger" wrote:

> I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
> Thanks,

Nov 22 '05 #6

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

Similar topics

1
2164
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition 1.0 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the first release of a fully-managed reporting tool for the Microsoft .NET framework. SwiftReports provides complete code integration with the Visual Studio .NET 2003 environment. Developers can use Visual Studio .NET 2003 to write code in either C# or Visual Basic .NET for report control and event handling.
8
380
by: Roger | last post by:
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition. Thanks,
0
1010
by: carl.manaster | last post by:
I'm coming to C# from VB6, where I used a lot of custom user controls. I'm looking into how to do this with C#; found a MSDN article here: <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingusercontrolwithvisualc.asp> which says: Note The Windows Control Library template is not available in the Standard Edition of Visual C# .NET. For more information, see Visual C# Standard Edition...
0
817
by: David Delgado | last post by:
Hi all, I'm using Visual Web Developer 2005 Express Edition. When developing a web page, the software won't allow me to use any controls from the standard toolkit. I can drag and drop HTML controls, but not standard controls. Any suggestions on how to solve this problem ? I've tried repairing the software, repaired the .net 2.0 framework, and repaired the .net 2.0 SDK, no luck. Any suggestions would be helpful. Regards,
7
1925
by: Wowbagger | last post by:
I am considering upgrading from vb 6 to .net 2003 and have a couple of questions for which I could not find answers on the MS site. What are the differences between the standard, professional and enterprise editions? In VB 6 learning edition the controls for network functionality were missing. I want to be able to use functions such as finger, HTTP post and ftp: is the .net 2003 standard edition crippled in any way, and/or would I...
2
2774
by: Brian Cryer | last post by:
Appologies if someone thinks this is slightly off topic, but I think viewers of this newsgroups are best placed to answer my question - which is what are the main differences between VB.Net Professional and VB.Net Standard Edition. (Yes I have read the page on the microsoft site about VB.Net Standard and the differences with Professional but it is rather vague.) I use VB.Net Professional at work. I have a friend who I am hoping to do...
0
989
by: David Delgado | last post by:
Hi all, I'm using Visual Web Developer 2005 Express Edition. When developing a web page, the software won't allow me to use any controls from the standard toolkit. I can drag and drop HTML controls, but not standard controls. Any suggestions on how to solve this problem ? I've tried repairing the software, repaired the .net 2.0 framework, and repaired the .net 2.0 SDK, no luck. Any suggestions would be helpful. Regards,
6
1623
by: Simon Brown | last post by:
Hi, I am considering buying Visual Studio Standard Edition and have these questions about the VC++ incuded. Could you also, to help me know the diffrene in capablility, answer the same questions about the express edition. Here they are: >1) -Can you access the Windows API? >2) -Can you use Direct-X? >3) -Can you use Opengl?
23
14024
by: Nishant Saini | last post by:
Dear All, We have a database which contains many tables which have millions of records. When We attach the database with MS SQL Server 2005 Standard Edition Server and run some queries (having joins, filters etc.) then they take very long time to execute while when We execute same queries on Enterprise Edition then they run 10 times faster than on standard edition. Our database does not use any features which are present in Enterprise
0
8443
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8866
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8639
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6192
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1772
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.