473,785 Members | 2,756 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opinion - Rewrite in vb.net 2005

I am looking for good documentation to help support rewriting a VB 6 app in
Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work on
the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really anything
you can think of that can be used as a bullet point for moving existing apps
to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks
May 3 '06 #1
7 1238
At this time, the VB 6 runtime is in the 32 bit version of Vista. You won't
get to 64 bits with VB 6. Converting an application from VB 6 to VB 2005
isn't trivial, especially if you used ADO or other "older" technologies.

AJAX support is just coming into Visual Studio - it will probably be in the
next major release, but MS hasn't committed to doing so. Personally, I
wouldn't move existing apps to VB 2005 so long as they work and don't
require major rewrites. If they stop working or you need to do a major
rewrite, then rewrite it entirely in VB 2005. Your skills in VB 6 will
port, but signficant portions of your code won't.

My recommendation is that you download and install VB 2005 Express and try
some small applications first. This will allow you to start learning the
..NET framework without the time crunch of a major application rewrite.

Mike Ober.

"Stan Canepa" <sc*****@docksi desoftware.com> wrote in message
news:eX******** ******@TK2MSFTN GP02.phx.gbl...
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work on the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really anything you can think of that can be used as a bullet point for moving existing apps to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks


May 4 '06 #2
Stan,

In my idea are you asking things that does not fit by each other and as well
were not available in VB6.

Dotnet is very extended if you compare it with VB6. In your case I would
specialize your question very very much more.

Just my thought,

Cor

"Stan Canepa" <sc*****@docksi desoftware.com> schreef in bericht
news:eX******** ******@TK2MSFTN GP02.phx.gbl...
I am looking for good documentation to help support rewriting a VB 6 app in
Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work
on
the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really
anything
you can think of that can be used as a bullet point for moving existing
apps
to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks

May 4 '06 #3
Hi Stan,

See:

Resources about upgrading from Visual Basic 6.0 to Visual Basic .NET
http://www.mztools.com/resources_net...rs.htm#Upgrade

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Stan Canepa" <sc*****@docksi desoftware.com> escribió en el mensaje
news:eX******** ******@TK2MSFTN GP02.phx.gbl...
I am looking for good documentation to help support rewriting a VB 6 app in
Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work
on
the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really
anything
you can think of that can be used as a bullet point for moving existing
apps
to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks

May 4 '06 #4
Thanks for the input. I thought it might help if I give a little more
details about what I am trying to do. I have very large VB 6 application
with several modules. And at some point we are going to have problems with
VB 6 apps not running are running proficiently on newer OS, and I will have
to do a rewrite. I am expecting the rewrite to take roughly 2 years, and
don't want to wait until I am forced to do it because of the time required
to do it.

So, I was looking for input as to why Dot Net is better. Some time frames of
when I might start having problems with the OS. Just opinions on when people
feel we may have problems finding VB 6 developers. I am basically looking to
put together case for the rewrite and a time frame as to when it should take
place, so that I can take it to the board for approval.

Thanks again
"Stan Canepa" <sc*****@docksi desoftware.com> wrote in message
news:eX******** ******@TK2MSFTN GP02.phx.gbl...
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work on the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really anything you can think of that can be used as a bullet point for moving existing apps to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks

May 4 '06 #5
Stan Canepa wrote:
And at some point we are going to have problems with
VB 6 apps not running are running proficiently on newer OS .. . . why Dot Net is better.


I think you've answered you own question.

At /some/ point, VB6 will run so inefficiently, or will have access to
so few "new" technologies, that it will no longer be worth fighting for.
Just when (or, perhaps even, if) this happens is anyone's guess.

..Net (even if the name is "old news" and has been dropped from the
product line) /is/ supported and on-going.

Regards,
Phill W.
May 4 '06 #6
Michael,

Microsoft's ajax technology is out. Check out the atlas project.
atlas.asp.net

Ken
---------------

"Michael D. Ober" wrote:
At this time, the VB 6 runtime is in the 32 bit version of Vista. You won't
get to 64 bits with VB 6. Converting an application from VB 6 to VB 2005
isn't trivial, especially if you used ADO or other "older" technologies.

AJAX support is just coming into Visual Studio - it will probably be in the
next major release, but MS hasn't committed to doing so. Personally, I
wouldn't move existing apps to VB 2005 so long as they work and don't
require major rewrites. If they stop working or you need to do a major
rewrite, then rewrite it entirely in VB 2005. Your skills in VB 6 will
port, but signficant portions of your code won't.

My recommendation is that you download and install VB 2005 Express and try
some small applications first. This will allow you to start learning the
..NET framework without the time crunch of a major application rewrite.

Mike Ober.

"Stan Canepa" <sc*****@docksi desoftware.com> wrote in message
news:eX******** ******@TK2MSFTN GP02.phx.gbl...
I am looking for good documentation to help support rewriting a VB 6 app

in
Dot Net. I looking for things like VB 6 being unsupported in March 2008,
general performance improvements, at what point will VB 6 just won't work

on
the newest version of Windows. How good is the ajax functionality in 2005?
Can you make a rich UI web base without losing performance? Really

anything
you can think of that can be used as a bullet point for moving existing

apps
to DotNet. Any links to good articles related to this topic would also be
appreciated.

Thanks


May 4 '06 #7
"Stan Canepa" <sc*****@docksi desoftware.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
Thanks for the input. I thought it might help if I give a little more
details about what I am trying to do. I have very large VB 6 application
with several modules. And at some point we are going to have problems with
VB 6 apps not running are running proficiently on newer OS, and I will
have
to do a rewrite. I am expecting the rewrite to take roughly 2 years, and
don't want to wait until I am forced to do it because of the time required
to do it.

So, I was looking for input as to why Dot Net is better. Some time frames
of
when I might start having problems with the OS. Just opinions on when
people
feel we may have problems finding VB 6 developers. I am basically looking
to
put together case for the rewrite and a time frame as to when it should
take
place, so that I can take it to the board for approval.

Thanks again


Since I have no dotNet projects, I'll answer from "the other side of the
fence" <g>. By the time VB6 just won't run anymore, several versions of
dotNet will have been released. They're already "advertisin g" VB9 (hate the
name 'cuz it just ain't VB, it's B#)

Future Versions
http://msdn.microsoft.com/vbasic/Future/default.aspx

imo, the best thing you can do, right now, at this point in time, is open
that VB6 project and start commenting the heck out of it. VB6 is already
"pseudo code like" so find any parts of your app that aren't crystal clear
just by looking at the code and either A) comment the code heavily or B)
(preferred) re-write for clarity, using VB6.

Then again, since you mentioned "take it to the board for approval", I
assume that company is large enough to support "a board" <g> so, if money's
not an issue, you can start the re-write at any time.

fwiw, keep the URL to my website handy. As long as you have that, you won't
have any problems finding at least one VB6 developer <g> Regardless of the
language(s) I'm forced to use at work, VB5/6 is my all time my favorite and
I plan to continue development as long as there are PCs available that'll
run Win2k or XP.

Side note: Don't expect any performance increase on a desktop app when
migrating a VB6 app to dotNet. With all the overhead dotNet has, it would be
hard to compete with a fully compiled language such as VB6. Especially for
small "do it now and get it over with" type apps.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
May 4 '06 #8

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

Similar topics

14
2204
by: LP | last post by:
Hi, I will be taking on a new project developing a web-based "reporting system". The first requirement I got from BI group is "we just want to look at the data". Basically, there is a huge database, and they want certain people to be able to drill down to the data they want, perhaps a few graphs here and there, and then extract selected data to an Excel file or a flat file for further analysis. As of now there are a handful of parameters...
7
1166
by: Stan Canepa | last post by:
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008, general performance improvements, at what point will VB 6 just won't work on the newest version of Windows. How good is the ajax functionality in 2005? Can you make a rich UI web base without losing performance? Really anything you can think of that can be used as a bullet point for moving...
14
1831
by: Stan Canepa | last post by:
This post is mostly for discussion. Why rewrite in .NET? Just a general discussion not related to any specific details. I was just looking to see what reasons developers are looking to, to help decide whether they should rewrite their app in .NET. What are the trends being observed of Microsoft when it comes to .Net? How much longer will COM objects live on? How stable is the Framework?
7
1740
by: Matik | last post by:
Hi to everyone, My problem is, that I'm not so quite sure, which way should I go. The user is inputing by second part application a long string (let's say 128 characters), which are separated by semiclon. Example: A20;BU;AC40;MA50;E;E;IC;GREEN
15
1900
by: =?Utf-8?B?TWljaGVsIFBvc3NldGggW01DUF0=?= | last post by:
In my opinion rethrowing exceptions without providing anny extra information is a totall waste Examples : in my opinion wrong : A: Public sub DoSomeStuff() Try do it
0
9643
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
9480
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
9947
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...
0
8971
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7496
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
5380
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...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
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.