![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| 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 Specs![]() |
| | #2 (permalink) |
| 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 Specs![]() |
![]() |
| 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 |