Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - WPF in "Kiosk" mode / Subtle Animated Background

 
 
Old 01-10-2006   #1 (permalink)
Avery Z


 
 

WPF in "Kiosk" mode / Subtle Animated Background

Hi,

Two questions:

1) How can I run my WPF app in a "kiosk" mode, that is:
a) Runs full screen
b) Has no window chrome
c) Always on top (even of little taskbar popup baloons, etc)

I poked around the SDK and tried using intellisense, but I couldn't quite
find what I was looking for.

2) How can i create one of those very subtle backgrounds that have just the
tiniest bit of motion? Examples:
a) The "Scarab" displays at the PDC (video on CH. 9)
b) The Avalon demo at FlashCan (video on CH. 9)
c) Blades in the XBOX 360 (Saw one at Best Buy)

Thanks guys,
Avery Z

My System SpecsSystem Spec
Old 01-10-2006   #2 (permalink)
Ashish Shetty [MSFT]


 
 

Re: WPF in "Kiosk" mode / Subtle Animated Background

Re: #1
Something like this should work:
Window w = new Window();
w.WindowStyle = WindowStyle.None;
w.WindowState = WindowState.Maximized;
w.IsTopLevel = true;
w.Show();


Regards,

Ashish Shetty [MSFT]
Program Manager, Windows Presentation Foundation (Avalon)
Blog: http://nerddawg.blogspot.com
---
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm



"Avery Z" <AveryZ@discussions.microsoft.com> wrote in message
news:46C65436-D229-4008-A5C2-E0AEFDE25B06@microsoft.com...
> Hi,
>
> Two questions:
>
> 1) How can I run my WPF app in a "kiosk" mode, that is:
> a) Runs full screen
> b) Has no window chrome
> c) Always on top (even of little taskbar popup baloons, etc)
>
> I poked around the SDK and tried using intellisense, but I couldn't quite
> find what I was looking for.
>
> 2) How can i create one of those very subtle backgrounds that have just
> the
> tiniest bit of motion? Examples:
> a) The "Scarab" displays at the PDC (video on CH. 9)
> b) The Avalon demo at FlashCan (video on CH. 9)
> c) Blades in the XBOX 360 (Saw one at Best Buy)
>
> Thanks guys,
> Avery Z



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Subject: Vista question about "compatibility mode" and "safe mode" Vista General
animated or"gif" prevue wideo with mouse? Vista General
"quicken background agent" / "quicken scheduled updates" blocked in Vista Options Vista security
"quicken background agent" / "quicken scheduled updates" blocked in Vista Vista General
How to insert the "modified time" attribute in "date taken" attribute in batch mode-in vista or theough a software? Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46