PC Review


Reply
Thread Tools Rate Thread

Determining Measurement Units

 
 
Chris Mahoney
Guest
Posts: n/a
 
      19th Jul 2004
Hi

Is it possible for a VB 2003 app to determine the appropriate measurement
units for the user's location? For example, I would like to make my app
default to using miles if the user is in the UK, but instead use kilometres
for NZ. Or is this type of information not stored in Windows' regional
settings?

Thanks
Chris

 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      19th Jul 2004
>
> Is it possible for a VB 2003 app to determine the appropriate measurement
> units for the user's location? For example, I would like to make my app
> default to using miles if the user is in the UK, but instead use

kilometres
> for NZ. Or is this type of information not stored in Windows' regional
> settings?


Miles in the UK is that not only for old cars?

That old car feature is as far as I know not in the local settings.

:-)

Have a look at globalization I thought it was in there (I am not sure but
have a look yourself)

Maybe this is a nice starting point to start with it
http://msdn.microsoft.com/library/de...e_concepts.asp

I hope this helps?

Cor


 
Reply With Quote
 
Chris Mahoney
Guest
Posts: n/a
 
      19th Jul 2004
Apparently they still use miles there, as I learned a few months ago. I was
amazed because they seem to use metric for everything else!

Chris



On 19/7/04 7:27 PM, in article (E-Mail Removed), "Cor
Ligthert" <(E-Mail Removed)> wrote:

>>
>> Is it possible for a VB 2003 app to determine the appropriate measurement
>> units for the user's location? For example, I would like to make my app
>> default to using miles if the user is in the UK, but instead use

> kilometres
>> for NZ. Or is this type of information not stored in Windows' regional
>> settings?

>
> Miles in the UK is that not only for old cars?
>
> That old car feature is as far as I know not in the local settings.
>
> :-)
>
> Have a look at globalization I thought it was in there (I am not sure but
> have a look yourself)
>
> Maybe this is a nice starting point to start with it
> http://msdn.microsoft.com/library/de.../cptutorials/h
> tml/common_resource_concepts.asp
>
> I hope this helps?
>
> Cor
>
>


 
Reply With Quote
 
One Handed Man \( OHM - Terry Burns \)
Guest
Posts: n/a
 
      19th Jul 2004
Yes we do use miles. So does America and so does Sweden ( although a swedish
mile is longer )

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Chris Mahoney" <(E-Mail Removed)> wrote in message
news:BD21D648.332%(E-Mail Removed)...
> Apparently they still use miles there, as I learned a few months ago. I

was
> amazed because they seem to use metric for everything else!
>
> Chris
>
>
>
> On 19/7/04 7:27 PM, in article (E-Mail Removed), "Cor
> Ligthert" <(E-Mail Removed)> wrote:
>
> >>
> >> Is it possible for a VB 2003 app to determine the appropriate

measurement
> >> units for the user's location? For example, I would like to make my app
> >> default to using miles if the user is in the UK, but instead use

> > kilometres
> >> for NZ. Or is this type of information not stored in Windows' regional
> >> settings?

> >
> > Miles in the UK is that not only for old cars?
> >
> > That old car feature is as far as I know not in the local settings.
> >
> > :-)
> >
> > Have a look at globalization I thought it was in there (I am not sure

but
> > have a look yourself)
> >
> > Maybe this is a nice starting point to start with it
> >

http://msdn.microsoft.com/library/de.../cptutorials/h
> > tml/common_resource_concepts.asp
> >
> > I hope this helps?
> >
> > Cor
> >
> >

>



 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      19th Jul 2004
Hi Terry,

> Yes we do use miles. So does America and so does Sweden ( although a

swedish
> mile is longer )


I see now that it is on the road even for modern cars still miles as you
said in the UK.

Are you sure of that miles in Sweden, the driving at the right side of the
road as well already for a long time in Sweden, see this chart

http://www.home.zonnet.nl/c.kampfraath/speedseu.htm

or this one to be sure it is UK

http://www.auto-europe.co.uk/guides/...en_driving.cfm


Cor


 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      19th Jul 2004
Hi Terry,

Before you read the message before as not intended, I was not doubt after
your message about the UK.

:-)

Cor

> Hi Terry,
>
> > Yes we do use miles. So does America and so does Sweden ( although a

> swedish
> > mile is longer )

>
> I see now that it is on the road even for modern cars still miles as you
> said in the UK.
>
> Are you sure of that miles in Sweden, the driving at the right side of the
> road as well already for a long time in Sweden, see this chart
>
> http://www.home.zonnet.nl/c.kampfraath/speedseu.htm
>
> or this one to be sure it is UK
>
> http://www.auto-europe.co.uk/guides/...en_driving.cfm
>
>
> Cor
>
>



 
Reply With Quote
 
The Grim Reaper
Guest
Posts: n/a
 
      19th Jul 2004
We still use miles because our government is too tight to change all the
signs in the country...
(and it's hard enough to teach children what a mile is, let alone how to
convert between the two).
For a small-ish island country, we do have an incredibly stupidly high
amount of roads and road signs!!
______________________________
The Grim Reaper

"Chris Mahoney" <(E-Mail Removed)> wrote in message
news:BD21D648.332%(E-Mail Removed)...
> Apparently they still use miles there, as I learned a few months ago. I

was
> amazed because they seem to use metric for everything else!
>
> Chris
>
>
>
> On 19/7/04 7:27 PM, in article (E-Mail Removed), "Cor
> Ligthert" <(E-Mail Removed)> wrote:
>
> >>
> >> Is it possible for a VB 2003 app to determine the appropriate

measurement
> >> units for the user's location? For example, I would like to make my app
> >> default to using miles if the user is in the UK, but instead use

> > kilometres
> >> for NZ. Or is this type of information not stored in Windows' regional
> >> settings?

> >
> > Miles in the UK is that not only for old cars?
> >
> > That old car feature is as far as I know not in the local settings.
> >
> > :-)
> >
> > Have a look at globalization I thought it was in there (I am not sure

but
> > have a look yourself)
> >
> > Maybe this is a nice starting point to start with it
> >

http://msdn.microsoft.com/library/de.../cptutorials/h
> > tml/common_resource_concepts.asp
> >
> > I hope this helps?
> >
> > Cor
> >
> >

>



 
Reply With Quote
 
=?Utf-8?B?Z3V5?=
Guest
Posts: n/a
 
      19th Jul 2004
Miles are true metric:-
1000 paces with each Roman soldiers foot :-)
thats 2000 in total:-)

guy


"The Grim Reaper" wrote:

> We still use miles because our government is too tight to change all the
> signs in the country...
> (and it's hard enough to teach children what a mile is, let alone how to
> convert between the two).
> For a small-ish island country, we do have an incredibly stupidly high
> amount of roads and road signs!!
> ______________________________
> The Grim Reaper
>
> "Chris Mahoney" <(E-Mail Removed)> wrote in message
> news:BD21D648.332%(E-Mail Removed)...
> > Apparently they still use miles there, as I learned a few months ago. I

> was
> > amazed because they seem to use metric for everything else!
> >
> > Chris
> >
> >
> >
> > On 19/7/04 7:27 PM, in article (E-Mail Removed), "Cor
> > Ligthert" <(E-Mail Removed)> wrote:
> >
> > >>
> > >> Is it possible for a VB 2003 app to determine the appropriate

> measurement
> > >> units for the user's location? For example, I would like to make my app
> > >> default to using miles if the user is in the UK, but instead use
> > > kilometres
> > >> for NZ. Or is this type of information not stored in Windows' regional
> > >> settings?
> > >
> > > Miles in the UK is that not only for old cars?
> > >
> > > That old car feature is as far as I know not in the local settings.
> > >
> > > :-)
> > >
> > > Have a look at globalization I thought it was in there (I am not sure

> but
> > > have a look yourself)
> > >
> > > Maybe this is a nice starting point to start with it
> > >

> http://msdn.microsoft.com/library/de.../cptutorials/h
> > > tml/common_resource_concepts.asp
> > >
> > > I hope this helps?
> > >
> > > Cor
> > >
> > >

> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Measurement units Ed Windows XP General 1 29th Dec 2008 06:58 PM
Measurement Units =?Utf-8?B?Qy4gQ29sbGluZ3M=?= Microsoft Word Document Management 1 13th Jun 2007 03:53 PM
Units of measurement etc David Windows XP New Users 4 6th Aug 2005 01:32 AM
Measurement Units Don Bowyer Microsoft Excel Setup 2 11th Apr 2005 08:40 PM
Measurement Units Ann Shaw Microsoft Powerpoint 3 23rd Sep 2004 08:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:55 AM.