![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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 | Borderless window? I'm trying to figure out how to create a borderless window with WPF. I have set the WindowStyle property to None, but that still results in a single, resizable border around my application. Ideally, I'd like a transparent and borderless application, but I read that transparency isn't easy at the moment. Can someone please help me with the border issue though? Thanks, Brian |
| | #2 (permalink) |
| Guest | Re: Borderless window? Hi Brian, happy new year. Next to the WindowStyle="None" you have to set ResizeMode="NoResize". Transparency is only possible with Win32 call :-) Chris Brian Vallelunga wrote: > I'm trying to figure out how to create a borderless window with WPF. I > have set the WindowStyle property to None, but that still results in a > single, resizable border around my application. > > Ideally, I'd like a transparent and borderless application, but I read > that transparency isn't easy at the moment. Can someone please help me > with the border issue though? > > Thanks, > > Brian |
| | #3 (permalink) |
| Guest | Re: Borderless window? MueMeister wrote: > Hi Brian, > > happy new year. Next to the WindowStyle="None" you have to set > ResizeMode="NoResize". > Transparency is only possible with Win32 call :-) > > Chris Thanks very much. I knew it had to be something simple. I'm just starting to learn WPF and XAML and thought I'd try to build a program launcher application. Basically, it's just one image that sits on the desktop and when you mouse over it it expands and shows icons for various programs. It really helps save desktop space. Ideally, it would have a transparent background so that it would act like a Konfabulator widget. If anyone has any info on the required Win32 calls, I'd be very interested. I'm a .NET developer and don't have a vast knowledge of Win32 in my head. Thanks, Brian |
| | #4 (permalink) |
| Guest | Re: Borderless window? see http://blogs.msdn.com/nickkramer/arc...14/503644.aspx -- -Nick Kramer [MSFT] http://blogs.msdn.com/nickkramer --- 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 "Brian Vallelunga" <brian.vallelunga@gmail.com> wrote in message news:O8vEuV9DGHA.208@tk2msftngp13.phx.gbl... > MueMeister wrote: >> Hi Brian, >> >> happy new year. Next to the WindowStyle="None" you have to set >> ResizeMode="NoResize". >> Transparency is only possible with Win32 call :-) >> >> Chris > > Thanks very much. I knew it had to be something simple. I'm just starting > to learn WPF and XAML and thought I'd try to build a program launcher > application. Basically, it's just one image that sits on the desktop and > when you mouse over it it expands and shows icons for various programs. It > really helps save desktop space. > > Ideally, it would have a transparent background so that it would act like > a Konfabulator widget. If anyone has any info on the required Win32 calls, > I'd be very interested. I'm a .NET developer and don't have a vast > knowledge of Win32 in my head. > > Thanks, > > Brian |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VS2005 Basic Hangs when changing from Code window to Design Window | ngrTerry | .NET General | 0 | 07-30-2008 06:56 AM |
| Borderless printeing with the deskjet 460c | muffinman | Vista print fax & scan | 4 | 12-13-2007 08:24 PM |
| Windows Vista Borderless Image Viewer (and nothing else) | Doug | Vista General | 2 | 05-29-2007 07:02 PM |
| Owned window errantly made a topmost window. | Chris Rehfeldt | Vista performance & maintenance | 3 | 11-16-2006 09:40 PM |
| How to move Window by Drag Child Win32 Window In WPF | =?Utf-8?B?SG93IHRvIERyYXcgQ2FwdGlvbiBCdXR0b24gSW4gV1BG?= | Avalon | 1 | 07-19-2006 01:28 PM |