Is there any functions available in Vb which will return the operating system
of the machine?
Thanks,
RK.
Printable View
Is there any functions available in Vb which will return the operating system
of the machine?
Thanks,
RK.
Environ("OS")
"rkbnair" <rkannale@solus.oceaneering.com> wrote:
>
>Is there any functions available in Vb which will return the operating system
>of the machine?
>
>Thanks,
>RK.
>
> Is there any functions available in VB which will return
> the operating system of the machine?
RK: OK, now you're not even trying. ;-) This question gets asked and
answered here about once a week. A search for "operating system" at
http://www.codehound.com/vb returned the following:
http://www.mvps.org/vbnet/code/system/getversionex.htm .
Please make at least SOME effort to find the answer to a question (searching
at groups.google.com and/or www.codehound.com/vb are a good place to start)
before posting it here. Thanks!
---
Phil Weber
Try also www.buygold.com for a module that does this
--
Michael Culley
www.vbdotcom.com
"Phil Weber" <pweberonline@fawcette.com> wrote in message
news:3c1fa182$1@147.208.176.211...
> > Is there any functions available in VB which will return
> > the operating system of the machine?
>
> RK: OK, now you're not even trying. ;-) This question gets asked and
> answered here about once a week. A search for "operating system" at
> http://www.codehound.com/vb returned the following:
> http://www.mvps.org/vbnet/code/system/getversionex.htm .
>
> Please make at least SOME effort to find the answer to a question
(searching
> at groups.google.com and/or www.codehound.com/vb are a good place to
start)
> before posting it here. Thanks!
> ---
> Phil Weber
>
>
Michael,
That would be:
http://www.buygold.net/tips
Cheers,
Larry Rebich
More tips link to:
http://www.buygold.net/tips
Please:
No personal e-mail questions :-)
"Michael Culley" <mike@vbdotcom.com> wrote in message
news:3c1fa6e7@147.208.176.211...
> Try also www.buygold.com for a module that does this
>
> --
> Michael Culley
> www.vbdotcom.com
>
>
> "Phil Weber" <pweberonline@fawcette.com> wrote in message
> news:3c1fa182$1@147.208.176.211...
> > > Is there any functions available in VB which will return
> > > the operating system of the machine?
> >
> > RK: OK, now you're not even trying. ;-) This question gets asked and
> > answered here about once a week. A search for "operating system" at
> > http://www.codehound.com/vb returned the following:
> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> >
> > Please make at least SOME effort to find the answer to a question
> (searching
> > at groups.google.com and/or www.codehound.com/vb are a good place to
> start)
> > before posting it here. Thanks!
> > ---
> > Phil Weber
> >
> >
>
>
oops! Sorry.
--
Michael Culley
www.vbdotcom.com
"Larry Rebich" <lrebich@earthlink.net> wrote in message
news:3c1fba9e@147.208.176.211...
> Michael,
>
> That would be:
>
> http://www.buygold.net/tips
>
> Cheers,
> Larry Rebich
>
> More tips link to:
> http://www.buygold.net/tips
>
> Please:
> No personal e-mail questions :-)
>
>
> "Michael Culley" <mike@vbdotcom.com> wrote in message
> news:3c1fa6e7@147.208.176.211...
> > Try also www.buygold.com for a module that does this
> >
> > --
> > Michael Culley
> > www.vbdotcom.com
> >
> >
> > "Phil Weber" <pweberonline@fawcette.com> wrote in message
> > news:3c1fa182$1@147.208.176.211...
> > > > Is there any functions available in VB which will return
> > > > the operating system of the machine?
> > >
> > > RK: OK, now you're not even trying. ;-) This question gets asked and
> > > answered here about once a week. A search for "operating system" at
> > > http://www.codehound.com/vb returned the following:
> > > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> > >
> > > Please make at least SOME effort to find the answer to a question
> > (searching
> > > at groups.google.com and/or www.codehound.com/vb are a good place to
> > start)
> > > before posting it here. Thanks!
> > > ---
> > > Phil Weber
> > >
> > >
> >
> >
>
>
VB as a native control SYSINFO. Use the 'OSPlatform' parameter to retrieve
the os platform or other properties like osbuild, osversion etc. The MSDN
gives example on how to use. Simple!
"Larry Rebich" <lrebich@earthlink.net> wrote:
>Michael,
>
>That would be:
>
>http://www.buygold.net/tips
>
>Cheers,
>Larry Rebich
>
>More tips link to:
>http://www.buygold.net/tips
>
>Please:
>No personal e-mail questions :-)
>
>
>"Michael Culley" <mike@vbdotcom.com> wrote in message
>news:3c1fa6e7@147.208.176.211...
>> Try also www.buygold.com for a module that does this
>>
>> --
>> Michael Culley
>> www.vbdotcom.com
>>
>>
>> "Phil Weber" <pweberonline@fawcette.com> wrote in message
>> news:3c1fa182$1@147.208.176.211...
>> > > Is there any functions available in VB which will return
>> > > the operating system of the machine?
>> >
>> > RK: OK, now you're not even trying. ;-) This question gets asked and
>> > answered here about once a week. A search for "operating system" at
>> > http://www.codehound.com/vb returned the following:
>> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
>> >
>> > Please make at least SOME effort to find the answer to a question
>> (searching
>> > at groups.google.com and/or www.codehound.com/vb are a good place to
>> start)
>> > before posting it here. Thanks!
>> > ---
>> > Phil Weber
>> >
>> >
>>
>>
>
>
Is your name really Bob Worm? If not, how do you expect us to take you
seriously?
Cheers,
Larry Rebich
More tips link to:
http://www.buygold.net/tips
Please:
No personal e-mail questions :-)
"bobworm" <bobworm@altavista.com> wrote in message
news:3c2015f6$1@147.208.176.211...
>
> VB as a native control SYSINFO. Use the 'OSPlatform' parameter to retrieve
> the os platform or other properties like osbuild, osversion etc. The MSDN
> gives example on how to use. Simple!
>
>
> "Larry Rebich" <lrebich@earthlink.net> wrote:
> >Michael,
> >
> >That would be:
> >
> >http://www.buygold.net/tips
> >
> >Cheers,
> >Larry Rebich
> >
> >More tips link to:
> >http://www.buygold.net/tips
> >
> >Please:
> >No personal e-mail questions :-)
> >
> >
> >"Michael Culley" <mike@vbdotcom.com> wrote in message
> >news:3c1fa6e7@147.208.176.211...
> >> Try also www.buygold.com for a module that does this
> >>
> >> --
> >> Michael Culley
> >> www.vbdotcom.com
> >>
> >>
> >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
> >> news:3c1fa182$1@147.208.176.211...
> >> > > Is there any functions available in VB which will return
> >> > > the operating system of the machine?
> >> >
> >> > RK: OK, now you're not even trying. ;-) This question gets asked and
> >> > answered here about once a week. A search for "operating system" at
> >> > http://www.codehound.com/vb returned the following:
> >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> >> >
> >> > Please make at least SOME effort to find the answer to a question
> >> (searching
> >> > at groups.google.com and/or www.codehound.com/vb are a good place to
> >> start)
> >> > before posting it here. Thanks!
> >> > ---
> >> > Phil Weber
> >> >
> >> >
> >>
> >>
> >
> >
>
I think it's Roy in disguise. ;-)
--
[Microsoft Basic: 1976-2001, RIP]
"Larry Rebich" <lrebich@earthlink.net> wrote in message
news:3c20a686@147.208.176.211...
> Is your name really Bob Worm? If not, how do you expect us to take you
> seriously?
>
> Cheers,
> Larry Rebich
>
> More tips link to:
> http://www.buygold.net/tips
>
> Please:
> No personal e-mail questions :-)
>
>
> "bobworm" <bobworm@altavista.com> wrote in message
> news:3c2015f6$1@147.208.176.211...
> >
> > VB as a native control SYSINFO. Use the 'OSPlatform' parameter to retrieve
> > the os platform or other properties like osbuild, osversion etc. The MSDN
> > gives example on how to use. Simple!
> >
> >
> > "Larry Rebich" <lrebich@earthlink.net> wrote:
> > >Michael,
> > >
> > >That would be:
> > >
> > >http://www.buygold.net/tips
> > >
> > >Cheers,
> > >Larry Rebich
> > >
> > >More tips link to:
> > >http://www.buygold.net/tips
> > >
> > >Please:
> > >No personal e-mail questions :-)
> > >
> > >
> > >"Michael Culley" <mike@vbdotcom.com> wrote in message
> > >news:3c1fa6e7@147.208.176.211...
> > >> Try also www.buygold.com for a module that does this
> > >>
> > >> --
> > >> Michael Culley
> > >> www.vbdotcom.com
> > >>
> > >>
> > >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
> > >> news:3c1fa182$1@147.208.176.211...
> > >> > > Is there any functions available in VB which will return
> > >> > > the operating system of the machine?
> > >> >
> > >> > RK: OK, now you're not even trying. ;-) This question gets asked and
> > >> > answered here about once a week. A search for "operating system" at
> > >> > http://www.codehound.com/vb returned the following:
> > >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> > >> >
> > >> > Please make at least SOME effort to find the answer to a question
> > >> (searching
> > >> > at groups.google.com and/or www.codehound.com/vb are a good place to
> > >> start)
> > >> > before posting it here. Thanks!
> > >> > ---
> > >> > Phil Weber
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >
> >
>
>
Larry, what in a name? You don't have to take me seriously, just try the code
it works. I used it several programs I developed.
Happy christmass, from someone living under the sun!! (How I miss the cold!)
"Larry Rebich" <lrebich@earthlink.net> wrote:
>Is your name really Bob Worm? If not, how do you expect us to take you
>seriously?
>
>Cheers,
>Larry Rebich
>
>More tips link to:
>http://www.buygold.net/tips
>
>Please:
>No personal e-mail questions :-)
>
>
>"bobworm" <bobworm@altavista.com> wrote in message
>news:3c2015f6$1@147.208.176.211...
>>
>> VB as a native control SYSINFO. Use the 'OSPlatform' parameter to retrieve
>> the os platform or other properties like osbuild, osversion etc. The MSDN
>> gives example on how to use. Simple!
>>
>>
>> "Larry Rebich" <lrebich@earthlink.net> wrote:
>> >Michael,
>> >
>> >That would be:
>> >
>> >http://www.buygold.net/tips
>> >
>> >Cheers,
>> >Larry Rebich
>> >
>> >More tips link to:
>> >http://www.buygold.net/tips
>> >
>> >Please:
>> >No personal e-mail questions :-)
>> >
>> >
>> >"Michael Culley" <mike@vbdotcom.com> wrote in message
>> >news:3c1fa6e7@147.208.176.211...
>> >> Try also www.buygold.com for a module that does this
>> >>
>> >> --
>> >> Michael Culley
>> >> www.vbdotcom.com
>> >>
>> >>
>> >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
>> >> news:3c1fa182$1@147.208.176.211...
>> >> > > Is there any functions available in VB which will return
>> >> > > the operating system of the machine?
>> >> >
>> >> > RK: OK, now you're not even trying. ;-) This question gets asked
and
>> >> > answered here about once a week. A search for "operating system"
at
>> >> > http://www.codehound.com/vb returned the following:
>> >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
>> >> >
>> >> > Please make at least SOME effort to find the answer to a question
>> >> (searching
>> >> > at groups.google.com and/or www.codehound.com/vb are a good place
to
>> >> start)
>> >> > before posting it here. Thanks!
>> >> > ---
>> >> > Phil Weber
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>
>
NO. Try again. But you won't find me. (I am not a hacker and I do not write
worms!!Hé hé)
"Karl E. Peterson" <karl@mvps.org> wrote:
>I think it's Roy in disguise. ;-)
>--
>[Microsoft Basic: 1976-2001, RIP]
>
>
>"Larry Rebich" <lrebich@earthlink.net> wrote in message
>news:3c20a686@147.208.176.211...
>> Is your name really Bob Worm? If not, how do you expect us to take you
>> seriously?
>>
>> Cheers,
>> Larry Rebich
>>
>> More tips link to:
>> http://www.buygold.net/tips
>>
>> Please:
>> No personal e-mail questions :-)
>>
>>
>> "bobworm" <bobworm@altavista.com> wrote in message
>> news:3c2015f6$1@147.208.176.211...
>> >
>> > VB as a native control SYSINFO. Use the 'OSPlatform' parameter to retrieve
>> > the os platform or other properties like osbuild, osversion etc. The
MSDN
>> > gives example on how to use. Simple!
>> >
>> >
>> > "Larry Rebich" <lrebich@earthlink.net> wrote:
>> > >Michael,
>> > >
>> > >That would be:
>> > >
>> > >http://www.buygold.net/tips
>> > >
>> > >Cheers,
>> > >Larry Rebich
>> > >
>> > >More tips link to:
>> > >http://www.buygold.net/tips
>> > >
>> > >Please:
>> > >No personal e-mail questions :-)
>> > >
>> > >
>> > >"Michael Culley" <mike@vbdotcom.com> wrote in message
>> > >news:3c1fa6e7@147.208.176.211...
>> > >> Try also www.buygold.com for a module that does this
>> > >>
>> > >> --
>> > >> Michael Culley
>> > >> www.vbdotcom.com
>> > >>
>> > >>
>> > >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
>> > >> news:3c1fa182$1@147.208.176.211...
>> > >> > > Is there any functions available in VB which will return
>> > >> > > the operating system of the machine?
>> > >> >
>> > >> > RK: OK, now you're not even trying. ;-) This question gets asked
and
>> > >> > answered here about once a week. A search for "operating system"
at
>> > >> > http://www.codehound.com/vb returned the following:
>> > >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
>> > >> >
>> > >> > Please make at least SOME effort to find the answer to a question
>> > >> (searching
>> > >> > at groups.google.com and/or www.codehound.com/vb are a good place
to
>> > >> start)
>> > >> > before posting it here. Thanks!
>> > >> > ---
>> > >> > Phil Weber
>> > >> >
>> > >> >
>> > >>
>> > >>
>> > >
>> > >
>> >
>>
>>
>
> NO. Try again. But you won't find me.
spermal@epzda.intnet.mu ?
---
Phil Weber
On Wed, 19 Dec 2001 12:16:53 -0800, "Karl E. Peterson" <karl@mvps.org> wrote:
¤ I think it's Roy in disguise. ;-)
Oh, stop this nonsense Karl. Why reinvent the wheel when you can use an OCX? ;-)
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Would you mind to apologize SIR?!
"Karl E. Peterson" <karl@mvps.org> wrote in message
news:3c20e6ad$1@147.208.176.211...
> I think it's Roy in disguise. ;-)
> --
> [Microsoft Basic: 1976-2001, RIP]
>
>
> "Larry Rebich" <lrebich@earthlink.net> wrote in message
> news:3c20a686@147.208.176.211...
> > Is your name really Bob Worm? If not, how do you expect us to take you
> > seriously?
> >
> > Cheers,
> > Larry Rebich
> >
> > More tips link to:
> > http://www.buygold.net/tips
> >
> > Please:
> > No personal e-mail questions :-)
> >
> >
> > "bobworm" <bobworm@altavista.com> wrote in message
> > news:3c2015f6$1@147.208.176.211...
> > >
> > > VB as a native control SYSINFO. Use the 'OSPlatform' parameter to
retrieve
> > > the os platform or other properties like osbuild, osversion etc. The
MSDN
> > > gives example on how to use. Simple!
> > >
> > >
> > > "Larry Rebich" <lrebich@earthlink.net> wrote:
> > > >Michael,
> > > >
> > > >That would be:
> > > >
> > > >http://www.buygold.net/tips
> > > >
> > > >Cheers,
> > > >Larry Rebich
> > > >
> > > >More tips link to:
> > > >http://www.buygold.net/tips
> > > >
> > > >Please:
> > > >No personal e-mail questions :-)
> > > >
> > > >
> > > >"Michael Culley" <mike@vbdotcom.com> wrote in message
> > > >news:3c1fa6e7@147.208.176.211...
> > > >> Try also www.buygold.com for a module that does this
> > > >>
> > > >> --
> > > >> Michael Culley
> > > >> www.vbdotcom.com
> > > >>
> > > >>
> > > >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
> > > >> news:3c1fa182$1@147.208.176.211...
> > > >> > > Is there any functions available in VB which will return
> > > >> > > the operating system of the machine?
> > > >> >
> > > >> > RK: OK, now you're not even trying. ;-) This question gets asked
and
> > > >> > answered here about once a week. A search for "operating system"
at
> > > >> > http://www.codehound.com/vb returned the following:
> > > >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> > > >> >
> > > >> > Please make at least SOME effort to find the answer to a question
> > > >> (searching
> > > >> > at groups.google.com and/or www.codehound.com/vb are a good place
to
> > > >> start)
> > > >> > before posting it here. Thanks!
> > > >> > ---
> > > >> > Phil Weber
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > > >
> > >
> >
> >
>
Hi "Roy" --
Do you find yourself feeling insulted?
Thanks... Karl
--
[Microsoft Basic: 1976-2001, RIP]
"Roy" <iroy55@hotmail.com> wrote in message news:3c21edc8$1@147.208.176.211...
> Would you mind to apologize SIR?!
>
> "Karl E. Peterson" <karl@mvps.org> wrote in message
> news:3c20e6ad$1@147.208.176.211...
> > I think it's Roy in disguise. ;-)
> > --
> > [Microsoft Basic: 1976-2001, RIP]
> >
> >
> > "Larry Rebich" <lrebich@earthlink.net> wrote in message
> > news:3c20a686@147.208.176.211...
> > > Is your name really Bob Worm? If not, how do you expect us to take you
> > > seriously?
> > >
> > > Cheers,
> > > Larry Rebich
> > >
> > > More tips link to:
> > > http://www.buygold.net/tips
> > >
> > > Please:
> > > No personal e-mail questions :-)
> > >
> > >
> > > "bobworm" <bobworm@altavista.com> wrote in message
> > > news:3c2015f6$1@147.208.176.211...
> > > >
> > > > VB as a native control SYSINFO. Use the 'OSPlatform' parameter to
> retrieve
> > > > the os platform or other properties like osbuild, osversion etc. The
> MSDN
> > > > gives example on how to use. Simple!
> > > >
> > > >
> > > > "Larry Rebich" <lrebich@earthlink.net> wrote:
> > > > >Michael,
> > > > >
> > > > >That would be:
> > > > >
> > > > >http://www.buygold.net/tips
> > > > >
> > > > >Cheers,
> > > > >Larry Rebich
> > > > >
> > > > >More tips link to:
> > > > >http://www.buygold.net/tips
> > > > >
> > > > >Please:
> > > > >No personal e-mail questions :-)
> > > > >
> > > > >
> > > > >"Michael Culley" <mike@vbdotcom.com> wrote in message
> > > > >news:3c1fa6e7@147.208.176.211...
> > > > >> Try also www.buygold.com for a module that does this
> > > > >>
> > > > >> --
> > > > >> Michael Culley
> > > > >> www.vbdotcom.com
> > > > >>
> > > > >>
> > > > >> "Phil Weber" <pweberonline@fawcette.com> wrote in message
> > > > >> news:3c1fa182$1@147.208.176.211...
> > > > >> > > Is there any functions available in VB which will return
> > > > >> > > the operating system of the machine?
> > > > >> >
> > > > >> > RK: OK, now you're not even trying. ;-) This question gets asked
> and
> > > > >> > answered here about once a week. A search for "operating system"
> at
> > > > >> > http://www.codehound.com/vb returned the following:
> > > > >> > http://www.mvps.org/vbnet/code/system/getversionex.htm .
> > > > >> >
> > > > >> > Please make at least SOME effort to find the answer to a question
> > > > >> (searching
> > > > >> > at groups.google.com and/or www.codehound.com/vb are a good place
> to
> > > > >> start)
> > > > >> > before posting it here. Thanks!
> > > > >> > ---
> > > > >> > Phil Weber
> > > > >> >
> > > > >> >
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
>