Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more: , +
I have this window:


C#
<Window x:Class="YogevAfekaRAPAT.YNIDS.View.pleaseWaitWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
        Title="please wait"
        WindowStyle="None"
        ResizeMode="NoResize">
    <xctk:BusyIndicator Name="BusyIndicator" IsBusy="True" BusyContent="Please Wait..." >
    </xctk:BusyIndicator>
</Window>


But for some reason the window style is not being applied.
I don't want the window to look like a window but like a small box that have the busy indicator

http://www.siz.co.il/][IMG]http://up407.siz.co.il/up1/tmzauyfwymwj.png[^]
Posted
Updated 19-May-14 9:43am
v2
Comments
[no name] 19-May-14 14:33pm    
What do you mean "the window style is not being applied"? We can't see what it is that you see on your screen.
Member 9415646 19-May-14 15:44pm    
I have added an image of the window i'm getting
[no name] 19-May-14 17:20pm    
Interesting. When you run your program you get a "The webpage cannot be found" error? Try taking the Xceed stuff out of your window and see if the style is then applied properly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900