What are some of the specific features of Vista that are not available =
anywhere else?

Thanks.

Ross

Re: Vista Specific Programming by Mark

Mark
Sat May 10 10:29:33 PDT 2008

Previewing Five Windows Vista Features:
http://www.microsoft.com/windowsxp/using/windowsvista/ballew_5winvistatips.mspx

--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
.

"Ross M. Greenberg" <greenber@bellsouth.net> wrote in message
news:uGkVj.1037$Kk3.789@bignews9.bellsouth.net...
> What are some of the specific features of Vista that are not available
> anywhere else?
>
> Thanks.
>
> Ross
>

Re: Vista Specific Programming by Canuck57

Canuck57
Sat May 10 10:52:57 PDT 2008


"Mark L. Ferguson" <MarkLFerguson@discussions.microsoft.com> wrote in
message news:A85D3191-75F9-48B5-9443-14853D11613F@microsoft.com...

> Previewing Five Windows Vista Features:
> http://www.microsoft.com/windowsxp/using/windowsvista/ballew_5winvistatips.mspx

Actually, isn't that 6?

DRM. (Including HDMI)



Re: Vista Specific Programming by Ross

Ross
Sat May 10 12:07:59 PDT 2008


"Canuck57" <dave-no_spam@unixhome.net> wrote in message =
news:ZhlVj.130456$Cj7.54446@pd7urf2no...
>=20
> "Mark L. Ferguson" <MarkLFerguson@discussions.microsoft.com> wrote in=20
> message news:A85D3191-75F9-48B5-9443-14853D11613F@microsoft.com...
>=20
>> Previewing Five Windows Vista Features:=20
>> =
http://www.microsoft.com/windowsxp/using/windowsvista/ballew_5winvistatip=
s.mspx
>=20
> Actually, isn't that 6?
>=20
> DRM. (Including HDMI)=20
>=20
>

actually, this article was interesting features within Vista but does =
not address the specific *programming* Vista-only features -- stuff only =
available within Vista, by programming specifically *for* Vista.

I know that Vista is primarily backwards-compatible but what =
"features-and-benefits" are Vista only from a programming perspective?

Ross


Re: Vista Specific Programming by retroman

retroman
Sat May 10 12:44:32 PDT 2008

On Sat, 10 May 2008 15:09:06 -0400, "Ross M. Greenberg" <greenber@bellsouth.net>
wrote:

>I know that Vista is primarily backwards-compatible but what "features-and-benefits" are Vista only from a programming perspective?

Ross,

The magic word here is "development", not "programming". Start with this page:

http://msdn.microsoft.com/en-us/windowsvista/cc188969.aspx

Doug M. in NJ

Re: Vista Specific Programming by Not

Not
Sat May 10 13:23:56 PDT 2008

The inability of many programs to store data in the C:\program files\program
name\ folder.
The 'improved security' in Vista will prevent programs from writing data to
the folder, so you have to program to store data elsewhere.
For a new program, not a big deal.
For older programs, I just install them somewhere other than Program files.
If the program performs any actions that requires admin rights, you will
have problems with UAC in Vista.
This question would probably get better answers in a programming or
scripting group.
--
A Professional Amateur...If anyone knew it all, none of would be here!
CarGodZeroOne@hotmail.com
Change Alpha to Numeric to reply

"Ross M. Greenberg" <greenber@bellsouth.net> wrote in message
news:jomVj.28805$7a.10567@bignews1.bellsouth.net...
>
> "Canuck57" <dave-no_spam@unixhome.net> wrote in message
> news:ZhlVj.130456$Cj7.54446@pd7urf2no...
>>
>> "Mark L. Ferguson" <MarkLFerguson@discussions.microsoft.com> wrote in
>> message news:A85D3191-75F9-48B5-9443-14853D11613F@microsoft.com...
>>
>>> Previewing Five Windows Vista Features:
>>> http://www.microsoft.com/windowsxp/using/windowsvista/ballew_5winvistatips.mspx
>>
>> Actually, isn't that 6?
>>
>> DRM. (Including HDMI)
>>
>>
>
> actually, this article was interesting features within Vista but does not
> address the specific *programming* Vista-only features -- stuff only
> available within Vista, by programming specifically *for* Vista.
>
> I know that Vista is primarily backwards-compatible but what
> "features-and-benefits" are Vista only from a programming perspective?
>
> Ross
>

Re: Vista Specific Programming by Mark

Mark
Sat May 10 16:54:27 PDT 2008

There are ways to elevate a launched process, (from within another process)
if you would be interested.
Deploying Group Policy Using Windows Vista:
http://technet2.microsoft.com/WindowsVista/en/library/5ae8da2a-878e-48db-a3c1-4be6ac7cf7631033.mspx?mfr=true
see the code for "LaunchApp.wsf

and ways to prompt:
Utility Spotlight Script Elevation PowerToys for Windows Vista:
http://technet.microsoft.com/en-us/magazine/cc162321.aspx

--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
.

"Not Me" <cargodZeroOne@hotmail.com> wrote in message
news:29572EA9-4258-49E1-9BD3-573707C64751@microsoft.com...
> The inability of many programs to store data in the C:\program
> files\program name\ folder.
> The 'improved security' in Vista will prevent programs from writing data
> to the folder, so you have to program to store data elsewhere.
> For a new program, not a big deal.
> For older programs, I just install them somewhere other than Program
> files.
> If the program performs any actions that requires admin rights, you will
> have problems with UAC in Vista.
> This question would probably get better answers in a programming or
> scripting group.
> --
> A Professional Amateur...If anyone knew it all, none of would be here!
> CarGodZeroOne@hotmail.com
> Change Alpha to Numeric to reply
>
> "Ross M. Greenberg" <greenber@bellsouth.net> wrote in message
> news:jomVj.28805$7a.10567@bignews1.bellsouth.net...
>>
>> "Canuck57" <dave-no_spam@unixhome.net> wrote in message
>> news:ZhlVj.130456$Cj7.54446@pd7urf2no...
>>>
>>> "Mark L. Ferguson" <MarkLFerguson@discussions.microsoft.com> wrote in
>>> message news:A85D3191-75F9-48B5-9443-14853D11613F@microsoft.com...
>>>
>>>> Previewing Five Windows Vista Features:
>>>> http://www.microsoft.com/windowsxp/using/windowsvista/ballew_5winvistatips.mspx
>>>
>>> Actually, isn't that 6?
>>>
>>> DRM. (Including HDMI)
>>>
>>>
>>
>> actually, this article was interesting features within Vista but does not
>> address the specific *programming* Vista-only features -- stuff only
>> available within Vista, by programming specifically *for* Vista.
>>
>> I know that Vista is primarily backwards-compatible but what
>> "features-and-benefits" are Vista only from a programming perspective?
>>
>> Ross
>>