473,503 Members | 2,148 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question of moving from VB6

Not having lots of luck searching groups.google...

We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
..net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?
Nov 21 '05 #1
13 1244
Nope..

Chris

"Phil" <po******@bellsouth.net> wrote in message
news:rb********************************@4ax.com...
Not having lots of luck searching groups.google...

We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?

Nov 21 '05 #2
Nope..

Chris

"Phil" <po******@bellsouth.net> wrote in message
news:rb********************************@4ax.com...
Not having lots of luck searching groups.google...

We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?

Nov 21 '05 #3
Bob
Just out of curiosity, Phil, could you decribe your VB6 applications, such
as operational relevance, frequncy of changes, number of forms, lines of
code, coders?

Bob

"Phil" <po******@bellsouth.net> wrote in message
news:rb********************************@4ax.com...
Not having lots of luck searching groups.google...

We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?

Nov 21 '05 #4
Bob
Just out of curiosity, Phil, could you decribe your VB6 applications, such
as operational relevance, frequncy of changes, number of forms, lines of
code, coders?

Bob

"Phil" <po******@bellsouth.net> wrote in message
news:rb********************************@4ax.com...
Not having lots of luck searching groups.google...

We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?

Nov 21 '05 #5
"Phil" <po******@bellsouth.net> schrieb:
We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?


No, you cannot (that was IMO one of the biggest mistakes Microsoft ever
made!). You may want to take a look at MZ-Tools, for example, which will
extend the VB6 IDE by some features that are now included in VB 2002/2003
(VS.NET) (<URL:http://www.mztools.com/v3/features.htm>).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #6
"Phil" <po******@bellsouth.net> schrieb:
We are still using VB6 at work, so I bought my own copy of 2003 .Net.
I have to say I love the new auto-hiding toolbox & properties. But I
know it wil take some time for me to migrate programs over to the new
.net format... so....

Is it posible to use the new .net ide/program to code VB6 code. In
other words can I at least use 2003 .Net to continue write code in VB6
language?


No, you cannot (that was IMO one of the biggest mistakes Microsoft ever
made!). You may want to take a look at MZ-Tools, for example, which will
extend the VB6 IDE by some features that are now included in VB 2002/2003
(VS.NET) (<URL:http://www.mztools.com/v3/features.htm>).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #7
Sure.

For me they are of 2 types: Home stuff I programmed to make my wife's
work-life easier, and the programs I do for work.

The ones for my wife are simpler. They involve frontends to
relational databases in Access (with validations, pull down
boxes..etc) and then print forms to a Crystal Report.

A lot of her work is done in a grid (using Infragistics Ultragrid
2.0). A lot of basic stuff like create/delete/edit client, weekly
logs, keep track of which clients made it to classes, print out a
certificate per each client per class, or print a list of which
classes they attented and which classes they still need to take.

Work is actually more of the same, but much larger. We use SQL server
at work. I do a lot more file manipulations (copy, read/write, make,
manipulate..etc).

One program (our largest) has something like 15 forms, 10 modules (to
keep things neat), and about 10 crystal reports.

I probably have about a dozed program out in the building and more
being made regularly.

--

Most of our programs stay the same, with minor bug fixes. The big one
I mentioned is being re-written because of new servers. I'm taking
the oppertunity to remove the data environment and replacing all sql
calls with code, and adding error checking made after the program was
written (the code traps erros and puts them into an error database for
me to folow up on).

The wife's one is about 2 weeks old - so I could literally start from
scratch using .net - but there's the learning curve.

At work there are 2 programmers - myself, and a more sql expert who
also knows vb. His mentality is to stick with vb6 - because it does
everything we need and we know everything we need to.

I'm more along the lines of being waaay behind the technology curve,
so I was thinking about using .net for my own projects at home, and
starting to do some work programs in .net also (after learning curve).
On Thu, 27 Jan 2005 12:53:52 -0500, "Bob" <no***@nowhere.com> wrote:
Just out of curiosity, Phil, could you decribe your VB6 applications, such
as operational relevance, frequncy of changes, number of forms, lines of
code, coders?

Bob


Nov 21 '05 #8
Sure.

For me they are of 2 types: Home stuff I programmed to make my wife's
work-life easier, and the programs I do for work.

The ones for my wife are simpler. They involve frontends to
relational databases in Access (with validations, pull down
boxes..etc) and then print forms to a Crystal Report.

A lot of her work is done in a grid (using Infragistics Ultragrid
2.0). A lot of basic stuff like create/delete/edit client, weekly
logs, keep track of which clients made it to classes, print out a
certificate per each client per class, or print a list of which
classes they attented and which classes they still need to take.

Work is actually more of the same, but much larger. We use SQL server
at work. I do a lot more file manipulations (copy, read/write, make,
manipulate..etc).

One program (our largest) has something like 15 forms, 10 modules (to
keep things neat), and about 10 crystal reports.

I probably have about a dozed program out in the building and more
being made regularly.

--

Most of our programs stay the same, with minor bug fixes. The big one
I mentioned is being re-written because of new servers. I'm taking
the oppertunity to remove the data environment and replacing all sql
calls with code, and adding error checking made after the program was
written (the code traps erros and puts them into an error database for
me to folow up on).

The wife's one is about 2 weeks old - so I could literally start from
scratch using .net - but there's the learning curve.

At work there are 2 programmers - myself, and a more sql expert who
also knows vb. His mentality is to stick with vb6 - because it does
everything we need and we know everything we need to.

I'm more along the lines of being waaay behind the technology curve,
so I was thinking about using .net for my own projects at home, and
starting to do some work programs in .net also (after learning curve).
On Thu, 27 Jan 2005 12:53:52 -0500, "Bob" <no***@nowhere.com> wrote:
Just out of curiosity, Phil, could you decribe your VB6 applications, such
as operational relevance, frequncy of changes, number of forms, lines of
code, coders?

Bob


Nov 21 '05 #9
I actually used to use mztools, and had a problem where it wouldn't
run and forgot about it. But as far I as know it can't do the thing I
like most about the .net ide - it can't auto hide the
tolbox/properties/forms windows. They take up sooooo much space
(especially on my new tablet pc) and manually resizing them all the
time is a pain in the butt.

On Thu, 27 Jan 2005 19:01:59 +0100, "Herfried K. Wagner [MVP]"
<hi***************@gmx.at> wrote:
No, you cannot (that was IMO one of the biggest mistakes Microsoft ever
made!). You may want to take a look at MZ-Tools, for example, which will
extend the VB6 IDE by some features that are now included in VB 2002/2003
(VS.NET) (<URL:http://www.mztools.com/v3/features.htm>).


Nov 21 '05 #10
I actually used to use mztools, and had a problem where it wouldn't
run and forgot about it. But as far I as know it can't do the thing I
like most about the .net ide - it can't auto hide the
tolbox/properties/forms windows. They take up sooooo much space
(especially on my new tablet pc) and manually resizing them all the
time is a pain in the butt.

On Thu, 27 Jan 2005 19:01:59 +0100, "Herfried K. Wagner [MVP]"
<hi***************@gmx.at> wrote:
No, you cannot (that was IMO one of the biggest mistakes Microsoft ever
made!). You may want to take a look at MZ-Tools, for example, which will
extend the VB6 IDE by some features that are now included in VB 2002/2003
(VS.NET) (<URL:http://www.mztools.com/v3/features.htm>).


Nov 21 '05 #11
"Phil" <po******@bellsouth.net> escribió en el mensaje
news:d1********************************@4ax.com...
I actually used to use mztools, and had a problem where it wouldn't
run and forgot about it. But as far I as know it can't do the thing I
like most about the .net ide - it can't auto hide the
tolbox/properties/forms windows.


No, they can´t, but, just curious, what problem did you have? Did you
contact me?

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com

Nov 21 '05 #12
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el mensaje
news:%2****************@TK2MSFTNGP09.phx.gbl...
You may want to take a look at MZ-Tools, for example, which will extend
the VB6 IDE by some features that are now included in VB 2002/2003
(VS.NET) (<URL:http://www.mztools.com/v3/features.htm>).


Hi Herfried,

MZ-Tools 3.0 for VB6 included a lot of features (40+) but only a few of them
are implemented in VS.NET 2002/2003 (task list, external utilities,...) or
the ones implemented leave much to be desired, such the Find/Find in Files
(compare it with the new of v4). So, I released a version 4.0 for VS.NET
which has also 40+ features. You can take a look at
http://www.mztools.com/v4/mztools4.htm. If you are interested let me know,
there are free licenses for .NET MVPs...

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com

Nov 21 '05 #13
On Mon, 31 Jan 2005 12:02:13 +0100, "Carlos J. Quintero [.NET MVP]"
<ca*****@NOSPAMsogecable.com> wrote:
No, they can´t, but, just curious, what problem did you have? Did you
contact me?


It was a local problem on my pc, I think. This was at least 2 years
ago, but digging through my memory....hmm..

I seem to recall an error loading.. either a corrupt dll.. or missing
component. I can't recall exactly.

I never really used much of the tools - my favorite was the find all -
to easily find all references to a procedure I wrote, without lots of
find next's.

So at the time I had the problem, I didn't pursue anything beyond
re-installing (which didn't help) and kind of forgot about them when I
switched to a newer computer (sorry).

Nov 21 '05 #14

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

Similar topics

10
3227
by: 2mc | last post by:
I'm new to Python and to Numerical Python. I have a program written in another program that used arrays extensively. I'm trying to convert to Python. Assume an array in Numerical Python, the...
44
4123
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
58
30162
by: Larry David | last post by:
Ok, first of all, let's get the obvious stuff out of the way. I'm an idiot. So please indulge me for a moment. Consider it an act of "community service".... What does "64bit" mean to your friendly...
2
1165
by: Frank Rizzo | last post by:
Hello, I have a pretty nice box in production (2 dual core Opterons) and it is running the 32-bit version of Windows Server 2003 and 32-bit version of SQL Server 2000. The application that's...
11
3298
by: Bryan | last post by:
Hi, I work for a company that is heading towards an FDA approved development process. We have always used C++ in a windows environment, and we have more than 6 years of code, applications and...
0
1443
by: linkswanted | last post by:
World Moving & Storage Moving Companies and Movers We would like to take this opportunity to introduce "World Moving & Storage" to You. "World Moving & Storage" is well established, Fully...
0
1640
by: linkswanted | last post by:
http://www.movingcompanies.co.il/supplies/boxes.html http://www.movingcompanies.co.il/residental/ http://www.movingcompanies.co.il/commercial/corporate-moves.html...
0
1828
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in...
0
1763
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in...
3
1341
by: Cowboy \(Gregory A. Beamer\) | last post by:
This one is going to be hard to explain. First the question and then the background. If you have a box bound to two subnets through two NICs, can you code your socket listener to listen to a...
0
7205
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
7093
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...
1
7011
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
7468
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...
0
5596
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,...
1
5023
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...
0
4689
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...
0
3180
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...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.