Click here to Skip to main content
15,905,875 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
Tell me how can i show an image in separate window without windows form and without close or minimize button in top that close in 5 sec.



THANKS
Posted
Updated 7-Oct-11 7:27am
v2

1 solution

This solution should work for you.
1. Create a view (Window, not UserControl)
2. Set the Window Style property via xaml or code behind to "None".
3. Place the image in the center of the created window.


In your code, you can then open the window as a dialog box and set a timer to close it.
This approach should work, hope i was specific enough. Of course, there are many other ways of doing this, but this is the first thing that came to my mind.

DRA
 
Share this answer
 
Comments
ali sedighian 11-Sep-12 4:10am    
THANKS,it's solved!

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