Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

WPF in "Kiosk" mode / Subtle Animated Background

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 01-10-2006   #1 (permalink)
Avery Z
Guest


 

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]
Guest


 

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
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Subject: Vista question about "compatibility mode" and "safe mode" Ray Vista General 1 05-09-2008 08:03 AM
animated or"gif" prevue wideo with mouse? SRV Vista General 1 04-29-2008 09:26 AM
"quicken background agent" / "quicken scheduled updates" blocked in Vista Options markm75 Vista security 0 06-15-2007 08:10 PM
"quicken background agent" / "quicken scheduled updates" blocked in Vista markm75 Vista General 4 06-15-2007 10:42 AM
How to insert the "modified time" attribute in "date taken" attribute in batch mode-in vista or theough a software? paltry Vista file management 0 11-08-2006 03:06 PM


Vistax64.com 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 2005-2008

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 47 48 49 50 51