WPF Tutorial | Creating a Borderless Window | Design Basic | Part 2

preview_player
Показать описание
In the second video of my WPF Tutorial series, I showcase how to create an unique window which is not dependent on the O.S. I also show the two ways to close a window and the application.
Рекомендации по теме
Комментарии
Автор

please do more tutorials on wpf, they are great! thanks!

nukarm
Автор

You're very good at making tutorials, keep em' up!

SvenS
Автор

good job man, Keep up the good work. Subscribed.

wolfteamUpdates
Автор

Your videos are very many helpful for me thank you

안녕안녕안녀엉
Автор

Hellooo! Thank you so much, you' are awesome! Finaly a good WPF tutorial. I would like to see the visual appearance/styles like change a button aspect fully, like CSS in web, change the border size, color, width and etc. The customization of the layout in other words. Thanks!

gagjetorn
Автор

subscribed buddy when are more videos coming? =)

teachcomputing
Автор

you can try the AllowsTransparency="True" property in the window tag. Hope it serves your purpose.

WhyThisTutorialNow
Автор

good video but i like to know does wpf has any property like mdi parent property in windows?

shivanigupta
Автор

Started my layout video series with the basic Grid Layout in WPF Applications. Kindly check it out.

WhyThisTutorialNow
Автор

Hi,
I am new to WPF. When I tried out this code the double click button function is not working and the text is not changing, what can I do?

Prateeksha
Автор

I am making a video series for the different layouts in WPF next. Thank you for the appreciation. Hope you subscribed.

WhyThisTutorialNow
Автор

You want to imply that Indians don't have "normal" accents! But yes I am proudly from India.

WhyThisTutorialNow
Автор

Please provide the step - by - step project which includes - EF.

shishirroy
Автор

where can i see the more videos because here four videos only..

karthickrajag
Автор

can one make windows transparent with WPF ?

shebotnov
Автор

More videos are on their way. Thanks a lot for your support and suggestions.

WhyThisTutorialNow
Автор

In Windows server, it will look like shit.

Spit out my drink

stevenan
Автор

please I have two user control each user control have size, the problem I put this user control in the same window but not the same time, i want change size windows by size user control.
first user control height = 300
second user control height = 600

mohammadtofi
Автор

How does one go about opening and closing windows?for purposes of better GUI navigation

GerronHernandez
Автор

Hi shivani, there is no such property in wpf.

Instead if you want to open another window, follow this

ChildWindow obj=new ChildWIndow();
obj.Owner=mainwindow or this;// if you are opening it from mainwindow.
obj.Show( );

Or else if you want to open windows under home window, then you have to make windows as usercontrols, then add that Usercontrol to container control of home window.

ChildUserControl objChild=new ChildUserControl




ProgressiveWebDev
welcome to shbcf.ru