473,795 Members | 2,710 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 1166
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
2205
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
1239
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
1742
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
1901
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
9519
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
10438
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
10214
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...
1
10164
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
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
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
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
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2920
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.