473,805 Members | 2,254 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is it time to change from vb to VB.Net?

I know the obvious answer here on the VB.Net...

I bought for a couple of years ago Visual Studio 6.0 Pro and I wonder what I
have to gain in getting me the .Net version?

I am rather new to VB 6 so learning VB 6 or VB.net does not mater...

Is it easier or harder to learn VB.Net? I have made some simple apps with C
Borland for like MANY years ago and I have made a Interne community using
PHP script plus a web shopping cart with JavaScript some years ago. Is PHP,
JavaScript more like VB.Net then it is VB 6?

I have just made my first VB app (not counting the one I did when VB 3 was
new...) with it I can remote WinAmp5, WMP9, mouse and some kbkeys with an IR
Remote using WinLirc. would it be hard to convert the code to VB.Net and
what can i gain in doing it?

I am thinking of doing a simple chat program using winSock, just to learn
how it works... What would make me use VB.Net instead of just VB 6?

What is the big different betwin VB.Net and VB 6?

Yours, Jonas

Nov 20 '05 #1
9 1234
hmm...

Well like everything else there is good and bad...
I bought for a couple of years ago Visual Studio 6.0 Pro and I wonder what I have to gain in getting me the .Net version?

*4000 prewritten/pretested classes to work with
*easy tcpip and network programming through this classes; chat programs are
a breeze in .NET (check out Wrox VB.NET Professional book--it has a
sample--you can download the code for it no matter what-from their site--but
the book is pretty good too)
*auto code indention--formating
and much more than I care to mention.
*uses new windows installer setup
*can do web stuff, pocket pc stuff, and much more
*syntax error highlighting
*setup is tons better than vb6

If you don't know much about VB already, you may be better off. You won't
have to unlearn much in that case.
You will need to pick up object oriented concepts if you don't know them, in
order to maximize it.

Cons
=====
* code is in intermediate language (is a pro in that it is compiled JIT to
the machine using) (is a con in that anyone can easily decompile it with
ildasm.exe) There are programs to help prevent this but they are rather
costly--there is also a limited free version that comes with visual studio
2003.
* no edit and continue without recompiling is available for vb.net
2003--will come in the 2004 version.
* 23 mb runtime must be installed on all machines that use the program (but
this will become part of windows anyway
* ADO.NET is more complicated to work with databases if you are used to ADO
or before but has it's place. You can still use ADO but at a penality.

Lots more to say but this is an idea....

HTH,

Shane
Nov 20 '05 #2

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:OQ******** *****@TK2MSFTNG P11.phx.gbl...
hmm...

Well like everything else there is good and bad...
I bought for a couple of years ago Visual Studio 6.0 Pro and I wonder
what I
have to gain in getting me the .Net version? *4000 prewritten/pretested classes to work with


How many is there in VB 6? I don't know how much 4000 is...
*easy tcpip and network programming through this classes; chat programs are a breeze in .NET (check out Wrox VB.NET Professional book--it has a
sample--you can download the code for it no matter what-from their site--but the book is pretty good too)
*auto code indention--formating
and much more than I care to mention.
*uses new windows installer setup
*can do web stuff, pocket pc stuff, and much more
Can I program Symbian OS as in some Mobile phones?
*syntax error highlighting
*setup is tons better than vb6

If you don't know much about VB already, you may be better off. You won't
have to unlearn much in that case.
You will need to pick up object oriented concepts if you don't know them, in order to maximize it.

Cons
=====
* code is in intermediate language (is a pro in that it is compiled JIT to the machine using) (is a con in that anyone can easily decompile it with
ildasm.exe) There are programs to help prevent this but they are rather
costly--there is also a limited free version that comes with visual studio
2003.
So people can decompile my exe or dll files with ildasm.exe, did I
understand you correct?

* no edit and continue without recompiling is available for vb.net
2003--will come in the 2004 version.
What does that mean? remember I am a newbe...
* 23 mb runtime must be installed on all machines that use the program (but this will become part of windows anyway
In an Server Pack to Win XP or in the Win 64bit edition or in some other?
* ADO.NET is more complicated to work with databases if you are used to ADO or before but has it's place. You can still use ADO but at a penality.

Lots more to say but this is an idea....

HTH,

Shane

Nov 20 '05 #3
There are none in VB6, you instead use the vb runtime or the windows system
API. .NET was made to remove you from platform dependence for one thing.
Most everything you want to do is in a class although admitedly there are
still somethings at times like getting icons associated with files, that
require system calls.
How many is there in VB 6? I don't know how much 4000 is... Can I program Symbian OS as in some Mobile phones? Don't know haven't done mobile phone programming yet. But does support WHTML
(or whatever that mobile version of html is) for mobile phones so I would
guess yes.
Cons
=====

So people can decompile my exe or dll files with ildasm.exe, did I
understand you correct?

Yes they can. Easily! And you must use a piece of software of some sort
that will mangle the names or rename them to make it confusing and difficult
to do. There are dotfuscator (a free limited version comes with .net 2003),
and many others for this. but it is an issue we didn't have in version 6.0.

The thing is MS is going to .NET so there isn't a lot of choice. You can
vb6 for a while but eventually .NET is the future. the next version is due
this year and will correct some things that are missing.
* no edit and continue without recompiling is available for vb.net
2003--will come in the 2004 version.

What does that mean? remember I am a newbe...

in vb 6 you could edit your code while debugging and many time continue
execution. In vb.net you must either ignore your changes or recompile
before continuing.
* 23 mb runtime must be installed on all machines that use the program

(but
this will become part of windows anyway

In an Server Pack to Win XP or in the Win 64bit edition or in some other?

not sure when or where or how but yea for sure I would say the 64 bit will
come with it. There will be service packs including it for sure also.
it is a 23 mb runtime the file to install it is called dotnetfx.exe..
Just run that once on all client machines and forget it.

The runtime has versions 1.0 and 1.1.
Be sure to get the right version of dotnetfx.exe for the version you are
using.

Shane


Nov 20 '05 #4
Thanx for your grate answers but if it's ok, I have some more :)

Is not a program using API calls faster than one using a class?
If so does it not mean that VB.Net will run slower, using a lot of classes
than my VB 6 app that is using API?

I have looked on the internet and it is mention Visual Studio.Net Architect
are there different types of .Net ??

which one am I to by ?


"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:u%******** *******@TK2MSFT NGP11.phx.gbl.. .
There are none in VB6, you instead use the vb runtime or the windows system API. .NET was made to remove you from platform dependence for one thing.
Most everything you want to do is in a class although admitedly there are
still somethings at times like getting icons associated with files, that
require system calls.
How many is there in VB 6? I don't know how much 4000 is...
Can I program Symbian OS as in some Mobile phones?

Don't know haven't done mobile phone programming yet. But does support

WHTML (or whatever that mobile version of html is) for mobile phones so I would
guess yes.
Cons
===== So people can decompile my exe or dll files with ildasm.exe, did I
understand you correct?

Yes they can. Easily! And you must use a piece of software of some sort
that will mangle the names or rename them to make it confusing and

difficult to do. There are dotfuscator (a free limited version comes with .net 2003), and many others for this. but it is an issue we didn't have in version 6.0.
The thing is MS is going to .NET so there isn't a lot of choice. You can
vb6 for a while but eventually .NET is the future. the next version is due this year and will correct some things that are missing.
* no edit and continue without recompiling is available for vb.net
2003--will come in the 2004 version. What does that mean? remember I am a newbe...

in vb 6 you could edit your code while debugging and many time continue
execution. In vb.net you must either ignore your changes or recompile
before continuing.
* 23 mb runtime must be installed on all machines that use the program

(but
this will become part of windows anyway

In an Server Pack to Win XP or in the Win 64bit edition or in some

other? not sure when or where or how but yea for sure I would say the 64 bit will
come with it. There will be service packs including it for sure also.
it is a 23 mb runtime the file to install it is called dotnetfx.exe..
Just run that once on all client machines and forget it.

The runtime has versions 1.0 and 1.1.
Be sure to get the right version of dotnetfx.exe for the version you are
using.

Shane

Nov 20 '05 #5
You will need to research on microsoft site for the different versions.
If just for you and you want to do serious development probably professional
is enough.
If for a company maybe enterprise or architect. You need to read on that.

..net apps are slower on the first time they run because they must JIT
(compile just intime)

but afterwards they seem to be fine....

Graphics seemed better to me using API in some ways but there is always
directx for serious people.
And the graphics in .net allows for easily doing what once was harder to do
with the API.

HTH,

Shane
"BadOmen" <ba*******@hotm ail.com> wrote in message
news:lp******** ************@ne wsb.telia.net.. .
Thanx for your grate answers but if it's ok, I have some more :)

Is not a program using API calls faster than one using a class?
If so does it not mean that VB.Net will run slower, using a lot of classes
than my VB 6 app that is using API?

I have looked on the internet and it is mention Visual Studio.Net Architect are there different types of .Net ??

which one am I to by ?


"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:u%******** *******@TK2MSFT NGP11.phx.gbl.. .
There are none in VB6, you instead use the vb runtime or the windows

system
API. .NET was made to remove you from platform dependence for one thing. Most everything you want to do is in a class although admitedly there are still somethings at times like getting icons associated with files, that
require system calls.
How many is there in VB 6? I don't know how much 4000 is...

Can I program Symbian OS as in some Mobile phones?

Don't know haven't done mobile phone programming yet. But does support

WHTML
(or whatever that mobile version of html is) for mobile phones so I would guess yes.
> Cons
> =====
So people can decompile my exe or dll files with ildasm.exe, did I
understand you correct?

Yes they can. Easily! And you must use a piece of software of some sort that will mangle the names or rename them to make it confusing and

difficult
to do. There are dotfuscator (a free limited version comes with .net

2003),
and many others for this. but it is an issue we didn't have in version

6.0.

The thing is MS is going to .NET so there isn't a lot of choice. You can vb6 for a while but eventually .NET is the future. the next version is

due
this year and will correct some things that are missing.
> * no edit and continue without recompiling is available for vb.net
> 2003--will come in the 2004 version.
What does that mean? remember I am a newbe...

in vb 6 you could edit your code while debugging and many time continue
execution. In vb.net you must either ignore your changes or recompile
before continuing.

> * 23 mb runtime must be installed on all machines that use the program (but
> this will become part of windows anyway
In an Server Pack to Win XP or in the Win 64bit edition or in some other?
not sure when or where or how but yea for sure I would say the 64 bit

will come with it. There will be service packs including it for sure also.
it is a 23 mb runtime the file to install it is called dotnetfx.exe..
Just run that once on all client machines and forget it.

The runtime has versions 1.0 and 1.1.
Be sure to get the right version of dotnetfx.exe for the version you are
using.

Shane


Nov 20 '05 #6
Cor
Hi BadOmen,

If you not are doing the painting to the screen (not using api's), your
writing to the disc, etc. etc. yourself.

It depends always from the logic from the ones who made the code in between
how fast your your program is.

And with complex things as Windows, the route will be for you and me mostly
be unpredictable.

Just my thoughts,

There are at the moment 2 net frameworks 1.0 and 1.1

Cor
Nov 20 '05 #7
Yes it helped but...

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
You will need to research on microsoft site for the different versions.
If just for you and you want to do serious development probably professional is enough.
If for a company maybe enterprise or architect. You need to read on that.

.net apps are slower on the first time they run because they must JIT
(compile just intime)
Compile just in time, way have they made it so on .net? Doesn't that make it
just worth then the original VB6?
What is to gain with that???
And by first time, what do you really mean? the first time I start the
program or the first time I do an action in the program.
like I start the app. and the first time I press a button the code will be
running slow because it has to compile but the next time i press it, it will
go fast because it's already compiled?

It feels like my brain has gone on vacation some where and left me behind :)


but afterwards they seem to be fine....

Graphics seemed better to me using API in some ways but there is always
directx for serious people.
And the graphics in .net allows for easily doing what once was harder to do with the API.

HTH,

Shane
"BadOmen" <ba*******@hotm ail.com> wrote in message
news:lp******** ************@ne wsb.telia.net.. .
Thanx for your grate answers but if it's ok, I have some more :)

Is not a program using API calls faster than one using a class?
If so does it not mean that VB.Net will run slower, using a lot of classes
than my VB 6 app that is using API?

I have looked on the internet and it is mention Visual Studio.Net

Architect
are there different types of .Net ??

which one am I to by ?


"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet news:u%******** *******@TK2MSFT NGP11.phx.gbl.. .
There are none in VB6, you instead use the vb runtime or the windows

system
API. .NET was made to remove you from platform dependence for one thing. Most everything you want to do is in a class although admitedly there are still somethings at times like getting icons associated with files, that require system calls.
> How many is there in VB 6? I don't know how much 4000 is...

> Can I program Symbian OS as in some Mobile phones?
Don't know haven't done mobile phone programming yet. But does support

WHTML
(or whatever that mobile version of html is) for mobile phones so I would guess yes.

> > Cons
> > =====
> So people can decompile my exe or dll files with ildasm.exe, did I
> understand you correct?
Yes they can. Easily! And you must use a piece of software of some sort that will mangle the names or rename them to make it confusing and

difficult
to do. There are dotfuscator (a free limited version comes with .net

2003),
and many others for this. but it is an issue we didn't have in version

6.0.

The thing is MS is going to .NET so there isn't a lot of choice. You can vb6 for a while but eventually .NET is the future. the next version is due
this year and will correct some things that are missing.

> > * no edit and continue without recompiling is available for vb.net
> > 2003--will come in the 2004 version.
> What does that mean? remember I am a newbe...
in vb 6 you could edit your code while debugging and many time
continue execution. In vb.net you must either ignore your changes or recompile
before continuing.

>
> > * 23 mb runtime must be installed on all machines that use the

program > (but
> > this will become part of windows anyway
> In an Server Pack to Win XP or in the Win 64bit edition or in some

other?
not sure when or where or how but yea for sure I would say the 64 bit will come with it. There will be service packs including it for sure also.
it is a 23 mb runtime the file to install it is called dotnetfx.exe..
Just run that once on all client machines and forget it.

The runtime has versions 1.0 and 1.1.
Be sure to get the right version of dotnetfx.exe for the version you are using.

Shane



Nov 20 '05 #8
Thanx a lot!

You have bean of grate help to me :)

Yours, Jonas

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:Oz******** *****@TK2MSFTNG P12.phx.gbl...
furthermore...
The issue of easily decompilable code and Microsoft only providing a limited free 3rd party solution instead of a complete solution built in for such an obvious problem really does bite honestly.

I think as developers we shouldn't take it so easy. We should complain
enough to get something substantial done about it. We pay enough to buy a
copy of VS.NET in the first place then months or years learning it... to
not have to worry about dumb stuff like this....

Anyone who wants to allow everyone to easily see their code is a moron in my opinion.... ignorant, or writing something that matters very little... for
most serious developers this is not the case.

So,yes for me it is a real issue.
There are some solutions out there for $1000-2500
lot of dough I think for something that should have been included. Just my 2 cents worth after days of researching the issue online, and still not
being sure which way to go.

Shane
"BadOmen" <ba*******@hotm ail.com> wrote in message
news:Nd******** ************@ne wsb.telia.net.. .
Yes it helped but...

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
You will need to research on microsoft site for the different versions. If just for you and you want to do serious development probably professional
is enough.
If for a company maybe enterprise or architect. You need to read on that.
.net apps are slower on the first time they run because they must JIT
(compile just intime)


Compile just in time, way have they made it so on .net? Doesn't that make it
just worth then the original VB6?
What is to gain with that???
And by first time, what do you really mean? the first time I start the
program or the first time I do an action in the program.
like I start the app. and the first time I press a button the code will
be running slow because it has to compile but the next time i press it, it

will
go fast because it's already compiled?

It feels like my brain has gone on vacation some where and left me behind :)


but afterwards they seem to be fine....

Graphics seemed better to me using API in some ways but there is always directx for serious people.
And the graphics in .net allows for easily doing what once was harder to do
with the API.

HTH,

Shane
"BadOmen" <ba*******@hotm ail.com> wrote in message
news:lp******** ************@ne wsb.telia.net.. .
> Thanx for your grate answers but if it's ok, I have some more :)
>
> Is not a program using API calls faster than one using a class?
> If so does it not mean that VB.Net will run slower, using a lot of

classes
> than my VB 6 app that is using API?
>
> I have looked on the internet and it is mention Visual Studio.Net
Architect
> are there different types of .Net ??
>
> which one am I to by ?
>
>
>
>
> "SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i

meddelandet
> news:u%******** *******@TK2MSFT NGP11.phx.gbl.. .
> > There are none in VB6, you instead use the vb runtime or the
windows > system
> > API. .NET was made to remove you from platform dependence for one
thing.
> > Most everything you want to do is in a class although admitedly

there are
> > still somethings at times like getting icons associated with files, that
> > require system calls.
> > > How many is there in VB 6? I don't know how much 4000 is...
> >
> > > Can I program Symbian OS as in some Mobile phones?
> > Don't know haven't done mobile phone programming yet. But does support > WHTML
> > (or whatever that mobile version of html is) for mobile phones so
I would
> > guess yes.
> >
> > > > Cons
> > > > =====
> > > So people can decompile my exe or dll files with ildasm.exe, did I > > > understand you correct?
> > Yes they can. Easily! And you must use a piece of software of some sort
> > that will mangle the names or rename them to make it confusing and
> difficult
> > to do. There are dotfuscator (a free limited version comes with .net > 2003),
> > and many others for this. but it is an issue we didn't have in version > 6.0.
> >
> > The thing is MS is going to .NET so there isn't a lot of choice. You can
> > vb6 for a while but eventually .NET is the future. the next version is
> due
> > this year and will correct some things that are missing.
> >
> > > > * no edit and continue without recompiling is available for vb.net > > > > 2003--will come in the 2004 version.
> > > What does that mean? remember I am a newbe...
> > in vb 6 you could edit your code while debugging and many time

continue
> > execution. In vb.net you must either ignore your changes or recompile > > before continuing.
> >
> > >
> > > > * 23 mb runtime must be installed on all machines that use the
program
> > > (but
> > > > this will become part of windows anyway
> > > In an Server Pack to Win XP or in the Win 64bit edition or in
some > other?
> > not sure when or where or how but yea for sure I would say the 64 bit will
> > come with it. There will be service packs including it for sure also. > > it is a 23 mb runtime the file to install it is called dotnetfx.exe.. > > Just run that once on all client machines and forget it.
> >
> > The runtime has versions 1.0 and 1.1.
> > Be sure to get the right version of dotnetfx.exe for the version

you are
> > using.
> >
> > Shane
> >
> >
> >
> >
>
>



Nov 20 '05 #9
Hey,

Glad to help.....

Just wish someone could help me solve some of the issues I told you about.
;)

take care,

Shane

"BadOmen" <ba*******@hotm ail.com> wrote in message
news:Pg******** ************@ne wsb.telia.net.. .
Thanx a lot!

You have bean of grate help to me :)

Yours, Jonas

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet
news:Oz******** *****@TK2MSFTNG P12.phx.gbl...
furthermore...
The issue of easily decompilable code and Microsoft only providing a limited
free 3rd party solution instead of a complete solution built in for such

an
obvious problem really does bite honestly.

I think as developers we shouldn't take it so easy. We should complain
enough to get something substantial done about it. We pay enough to buy a
copy of VS.NET in the first place then months or years learning it... to not have to worry about dumb stuff like this....

Anyone who wants to allow everyone to easily see their code is a moron in my
opinion.... ignorant, or writing something that matters very little...
for most serious developers this is not the case.

So,yes for me it is a real issue.
There are some solutions out there for $1000-2500
lot of dough I think for something that should have been included. Just

my
2 cents worth after days of researching the issue online, and still not
being sure which way to go.

Shane
"BadOmen" <ba*******@hotm ail.com> wrote in message
news:Nd******** ************@ne wsb.telia.net.. .
Yes it helped but...

"SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i meddelandet news:e1******** ******@TK2MSFTN GP09.phx.gbl...
> You will need to research on microsoft site for the different versions. > If just for you and you want to do serious development probably
professional
> is enough.
> If for a company maybe enterprise or architect. You need to read on

that.
>
> .net apps are slower on the first time they run because they must JIT > (compile just intime)

Compile just in time, way have they made it so on .net? Doesn't that make
it
just worth then the original VB6?
What is to gain with that???
And by first time, what do you really mean? the first time I start the
program or the first time I do an action in the program.
like I start the app. and the first time I press a button the code will be running slow because it has to compile but the next time i press it,
it will
go fast because it's already compiled?

It feels like my brain has gone on vacation some where and left me behind
:)


>
> but afterwards they seem to be fine....
>
> Graphics seemed better to me using API in some ways but there is
always > directx for serious people.
> And the graphics in .net allows for easily doing what once was
harder to do
> with the API.
>
> HTH,
>
> Shane
> "BadOmen" <ba*******@hotm ail.com> wrote in message
> news:lp******** ************@ne wsb.telia.net.. .
> > Thanx for your grate answers but if it's ok, I have some more :)
> >
> > Is not a program using API calls faster than one using a class?
> > If so does it not mean that VB.Net will run slower, using a lot of
classes
> > than my VB 6 app that is using API?
> >
> > I have looked on the internet and it is mention Visual Studio.Net
> Architect
> > are there different types of .Net ??
> >
> > which one am I to by ?
> >
> >
> >
> >
> > "SStory" <Th*******@TAKE OUTTHISSPAMBUST ERsofthome.net> skrev i
meddelandet
> > news:u%******** *******@TK2MSFT NGP11.phx.gbl.. .
> > > There are none in VB6, you instead use the vb runtime or the windows > > system
> > > API. .NET was made to remove you from platform dependence for
one > thing.
> > > Most everything you want to do is in a class although admitedly there
> are
> > > still somethings at times like getting icons associated with

files, that
> > > require system calls.
> > > > How many is there in VB 6? I don't know how much 4000 is...
> > >
> > > > Can I program Symbian OS as in some Mobile phones?
> > > Don't know haven't done mobile phone programming yet. But does

support
> > WHTML
> > > (or whatever that mobile version of html is) for mobile phones so I
> would
> > > guess yes.
> > >
> > > > > Cons
> > > > > =====
> > > > So people can decompile my exe or dll files with ildasm.exe,
did
I > > > > understand you correct?
> > > Yes they can. Easily! And you must use a piece of software of some > sort
> > > that will mangle the names or rename them to make it confusing
and > > difficult
> > > to do. There are dotfuscator (a free limited version comes with

.net
> > 2003),
> > > and many others for this. but it is an issue we didn't have in

version
> > 6.0.
> > >
> > > The thing is MS is going to .NET so there isn't a lot of choice.

You
> can
> > > vb6 for a while but eventually .NET is the future. the next

version is
> > due
> > > this year and will correct some things that are missing.
> > >
> > > > > * no edit and continue without recompiling is available for

vb.net
> > > > > 2003--will come in the 2004 version.
> > > > What does that mean? remember I am a newbe...
> > > in vb 6 you could edit your code while debugging and many time
continue
> > > execution. In vb.net you must either ignore your changes or

recompile
> > > before continuing.
> > >
> > > >
> > > > > * 23 mb runtime must be installed on all machines that use the > program
> > > > (but
> > > > > this will become part of windows anyway
> > > > In an Server Pack to Win XP or in the Win 64bit edition or in some > > other?
> > > not sure when or where or how but yea for sure I would say the
64 bit
> will
> > > come with it. There will be service packs including it for sure

also.
> > > it is a 23 mb runtime the file to install it is called

dotnetfx.exe..
> > > Just run that once on all client machines and forget it.
> > >
> > > The runtime has versions 1.0 and 1.1.
> > > Be sure to get the right version of dotnetfx.exe for the version

you are
> > > using.
> > >
> > > Shane
> > >
> > >
> > >
> > >
> >
> >
>
>



Nov 20 '05 #10

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

Similar topics

1
4702
by: Bathroom_Monkey | last post by:
I've got a newb question about Daylight Savings Time (DST). First of all here is some server info: Apache 1.3.28 PHP 4.3.6 MySQL 3.23.49 Time is set to GMT My goal is to be able to accurately record website visits according to my local time (U.S. Central) every day of the year, no matter if I am
8
9263
by: Monty | last post by:
Let's say you provide an online service from 7:00AM to 6:00PM Eastern Time (daylight time in the summer). Is there way of showing these hours of availability on a web page in the user's local time? Thanks in advance for any advice.
17
4890
by: Mike A | last post by:
Hi, I'm hoping someone can help me with this. I have a URL for which I'd like to limit access to by time. For example,say I have a URL that I don't want accessable on Monday mornings between 10am-noon and Fri. afternoons between 2-4pm. So when someone clicks on the URL during those times a message pops up saying somthing like "sorry we're closed now etc" Is this possible? if yes, I'm guessing I'll need somesort of "onclick" for the
3
2726
by: luscus | last post by:
Thanks for all the responses on my first question. Unfortunately the answers I was given were too complicated for my small brain , and neophite condition to understand. So if you could talk down to me and write in easier terms I would be very gratefull to all you access wizards! Here is my problem. I have a table with maybe 10 fields, It is used to imput information taken over the phone to solve patient problems in our Spanish...
10
5269
by: Marc Pelletier | last post by:
Hello, I am writing an application that does some simple astronomical calculations. One of the variables I need is the number of hours passed in this year. I've written the following function public static double GetHoursofYear( DateTime aTime ) { DateTime StartYear = new DateTime( aTime.Year, 1, 1 ); return ( aTime.ToOADate() - StartYear.ToOADate() ) * 24;
9
7291
by: HL | last post by:
I am using VS 2005 Beta - C# Problem: The Timer fires a few milliseconds before the actual Due-Time Let's say a timer is created in the following manner: System.Threading.Timer m_timer = null; Let's declare a constant Int32 m_TimePeriod = 10000;
130
3369
by: Gianni Mariani | last post by:
Attached example CPP files makes it easier to post code and extract code from posts. It's unimaginable at this time where virtually any news reader is capable of dealing with attachments to stick with such old antiquated rules. It's time for a change. I reccomend that the faq-5.4 bullet be changed: http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.4 from:
7
5512
by: Steve | last post by:
Hi All I have a windows application written in VB.net 2005 The users have to select a State of Australia, which I use to check they have the correct windows time zone selected in control panel Dim myzone As TimeZone = TimeZone.CurrentTimeZone If they change the Time zone whilst my application is running, a new call to Dim myzone As TimeZone = TimeZone.CurrentTimeZone returns the same time zone NOT the new one They have to restart my...
4
2340
by: CDMAPoster | last post by:
In: http://groups.google.com/group/comp.databases.ms-access/msg/f06bd4c45037ef29 Lyle wrote: :Terry Kreft wrote: : :>Suck it and See? :
0
797
by: =?Utf-8?B?UmljaGFyZCBLaXJieQ==?= | last post by:
Hi, I have W Mobile 2003 SE v 4.21 on my O2 xda IIs PDA. Then I travel to a new time zone I would like to change the time on my PDA but each time it asks if you want to change the appoinment times wants to change the appoinment times too. If you say NO then nothing happens - the time zone does not change - it just cancels the action. If you say YES then every appointment in your diary gets moved back or
0
9718
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
9596
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
10614
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
10363
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
10109
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
9186
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...
0
6876
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
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3008
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.