Click here to Skip to main content
15,909,829 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I just want to create a window using WPF, which will show your own video during video chat. This window will have button/Icon after clicking, the window/control will collapse and move downwards and clicking on that it will expand.(like facebook chatting window) How to do that? Thanks in advance.

What I have tried:

I have tried using popup control, wrap panel but nothing working out.
Posted
Updated 17-Jun-17 9:59am
v2

1 solution

Here is an example WPF user control: WPF: Webcam Control[^]
And another one: WebCam control for WPF - Home[^]
Here is one in Winforms: Versatile WebCam C# library[^]

For a NotifyIcon example, to collapse the window, see: WPF NotifyIcon[^]
 
Share this answer
 
v3
Comments
AMIT KUAMR SINGH 18-Jun-17 4:05am    
Thanks, but my requirement was a window which cab be collapsed and open you can refer Skype and its behavior. your own video window.

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