473,394 Members | 1,794 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Considering going to VB .Net

Tim
I have been using for the last few years, VB 6 Professional. I'm considering
getting .Net now.

Will I still be able to keep VB 6 installed, or will VB .Net totally replace it?
Also, is it a LOT different than VB6?? any personal views there? :)
Nov 20 '05 #1
11 1965
"Tim" <ti*****@hotmail.com> schrieb
I have been using for the last few years, VB 6 Professional. I'm
considering getting .Net now.

Will I still be able to keep VB 6 installed, or will VB .Net totally
replace it?
You can keep VB6 installed.
Also, is it a LOT different than VB6?? any personal views
there? :)


The concept is *completely* different. However, The syntax is similar.

One of a million links: ;-)

http://msdn.microsoft.com/library/de...icveterans.asp
--
Armin

Nov 20 '05 #2
Tim
Oh wow, this should be interesting........ lol

Ok, another question. Including the design mode interface, as well as programs
compiled to an EXEcutable format, does VB.Net take advantage of the XP Themes
(such as those nice looking buttons?)

Thanks again

Tim
"Armin Zingler" <az*******@freenet.de> wrote in message
news:eu**************@TK2MSFTNGP10.phx.gbl...
"Tim" <ti*****@hotmail.com> schrieb
I have been using for the last few years, VB 6 Professional. I'm
considering getting .Net now.

Will I still be able to keep VB 6 installed, or will VB .Net totally
replace it?
You can keep VB6 installed.
Also, is it a LOT different than VB6?? any personal views
there? :)


The concept is *completely* different. However, The syntax is similar.

One of a million links: ;-)

http://msdn.microsoft.com/library/de...icveterans.asp

--
Armin

Nov 20 '05 #3
"Tim" <ti*****@hotmail.com> schrieb
Oh wow, this should be interesting........ lol

Ok, another question. Including the design mode interface, as well
as programs compiled to an EXEcutable format, does VB.Net take
advantage of the XP Themes (such as those nice looking buttons?)


You think that's the most important question? ;-)) Yes, themes can be
adding a manifest file.
--
Armin

Nov 20 '05 #4
"Armin Zingler" <az*******@freenet.de> schrieb
You think that's the most important question? ;-)) Yes, themes can
be adding a manifest file.


Hey, who stole my letters? ;-( Should be: Yes, themes can be added by using
a manifest file.

Nov 20 '05 #5
Tim
haha :) No, that's not the main question I had. Just that.... well I had
figured with XP being out long before .Net was released, the compiler would add
that information to the EXE itself to automatically take advantage of it.

Now then, as far as VB6 is concerned, I can add manifest files and do the same
thing with them. I can even include it inside the EXE and throw away the
Manifest file (although that's done after compilation by editing the resources
of the compiled EXE). I was just hoping, in this one question (of many I'm
sure), that VB.Net would do this for me, or at least give me a "check box" to
enable that function.

Thanks again for the response, I appreciate it!

Tim

"Armin Zingler" <az*******@freenet.de> wrote in message
news:ug*************@tk2msftngp13.phx.gbl...
"Armin Zingler" <az*******@freenet.de> schrieb
You think that's the most important question? ;-)) Yes, themes can
be adding a manifest file.


Hey, who stole my letters? ;-( Should be: Yes, themes can be added by using
a manifest file.

Nov 20 '05 #6
Tim,
As Armin stated.

With .NET 1.0 your only option is to add a manifest file.

With .NET 1.1 you can use the manifest file or you can use
Application.EnableVisualStyles. Due to a quick with EnableVisualStyles you
need to follow it with Application.DoEvents.

http://msdn.microsoft.com/library/de...tylesTopic.asp

Hope this helps
Jay

"Tim" <ti*****@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Oh wow, this should be interesting........ lol

Ok, another question. Including the design mode interface, as well as programs compiled to an EXEcutable format, does VB.Net take advantage of the XP Themes (such as those nice looking buttons?)

Thanks again

Tim
"Armin Zingler" <az*******@freenet.de> wrote in message
news:eu**************@TK2MSFTNGP10.phx.gbl...
"Tim" <ti*****@hotmail.com> schrieb
I have been using for the last few years, VB 6 Professional. I'm
considering getting .Net now.

Will I still be able to keep VB 6 installed, or will VB .Net totally
replace it?


You can keep VB6 installed.
Also, is it a LOT different than VB6?? any personal views
there? :)


The concept is *completely* different. However, The syntax is similar.

One of a million links: ;-)

http://msdn.microsoft.com/library/de...icveterans.asp


--
Armin


Nov 20 '05 #7
Slightly unrelated question. I've got VB .NET 2002. I've unstalled
..NET framework through WindowsUpdate. Can VB .NET 2002 access
everything within the .NET 1.1 framework or is it a mandatory upgrade
to VB .NET 2003?

"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote:
Tim,
As Armin stated.

With .NET 1.0 your only option is to add a manifest file.

With .NET 1.1 you can use the manifest file or you can use
Application.EnableVisualStyles. Due to a quick with EnableVisualStyles you
need to follow it with Application.DoEvents.

http://msdn.microsoft.com/library/de...tylesTopic.asp

Hope this helps
Jay


Nov 20 '05 #8
"Tim" <ti*****@hotmail.com> schrieb
haha :) No, that's not the main question I had. Just that.... well
I had figured with XP being out long before .Net was released, the
compiler would add that information to the EXE itself to
automatically take advantage of it.

Now then, as far as VB6 is concerned, I can add manifest files and do
the same thing with them. I can even include it inside the EXE and
throw away the Manifest file (although that's done after compilation
by editing the resources of the compiled EXE). I was just hoping, in
this one question (of many I'm sure), that VB.Net would do this for
me, or at least give me a "check box" to enable that function.

Thanks again for the response, I appreciate it!


As Jay stated meanwhile, there's also a "programmatic" solution to enable
visual styles... I forgot because I don't use them... Should be named
EnableVisualMessingAround... ;-)
--
Armin

Nov 20 '05 #9
Hello,

"Tim" <ti*****@hotmail.com> schrieb:
does VB.Net take advantage of the XP Themes
(such as those nice looking buttons?)


NET 1.0:

Set the controls' 'FlatStyle' properties to 'System', then add an
application manifest:

Tools

http://www.msjogren.net/dotnet/eng/tools/default.asp
-> tool "ThemeMe"

MSDN:

VS.NET Addin for using XP visual styles
http://tinyurl.com/37yk

Using XP Visual Styles in Windows Forms apps
http://tinyurl.com/37yi

..NET 1.1:

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #10
Hello,

"Bloke at the pennine puddle" <ne*********@vodafone.net> schrieb:
Slightly unrelated question. I've got VB .NET 2002. I've unstalled
.NET framework through WindowsUpdate. Can VB .NET 2002 access
everything within the .NET 1.1 framework or is it a mandatory upgrade
to VB .NET 2003?


VB.NET 2002 won't work without the .NET Framework 1.0. VB.NET doesn't work
with .NET 1.1, you must upgrade to use .NET 1.1.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #11
Nak
>or is it a mandatory upgrade to VB .NET 2003?

Yup, afraid so :-(

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Nov 20 '05 #12

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

Similar topics

81
by: julio | last post by:
Sorry but there is no another way, c# .net and mono are going to rip python, not because python is a bad lenguage, but because is to darn old and it refuses to innovate things, to fix wrong things,...
10
by: Heather Stovold | last post by:
Hi all... I am looking at writing a little program for my own use, and probably for a bunch of other people too, and I am trying to decide what would be the best language to use. I am a...
2
by: Lethargy | last post by:
http://www.linuxjournal.com/article.php?sid=7554 The question for the Free Software community to ruminate is this: Is supporting Mono supporting our own desktop downfall? A statement attributed...
9
by: Norm Goertzen | last post by:
I've posted a previous question about IDEs and got some good feedback, thanks, but it does seem that everyone has their own favourite IDE -- in other words, no IDE was repeatedly recommended. ...
32
by: Fresh Air Rider | last post by:
Hi I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by 70%. Surely this is going to de-skill or dumb down the developer's task and open up the task of web development to less...
7
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...
41
by: Rob R. Ainscough | last post by:
I keep hearing persistant rumors (along with my own experience) that .NET is going to be abandon by Microsoft due to performance & security issues? I realize no one from Microsoft is likely to...
4
by: Bruce One | last post by:
Well folks, considering the high prices for the current VSTS MSDN Premium subscription, I propose we take a pause and look of what each one of the 3 possible package DOES NOT have: Team Edition...
3
by: www.webpolis.com.ar | last post by:
Hi everyone: This is my doubt... when implementing style on a given site and setting up the background color, font style and every style parameter, ¿which is the better choice: CSS or Simple...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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...

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.