Hiding taskbar in MyDesktop

0
0

I can find a property of Mydesktop to hide taskbar in it, I don’t want user to view preview of loaded up form and use x button to close form.

 

  • You must to post comments
0
0

Hi Shahbaz,

If you set Desktop.AutoHide = true and Form.ShowInTaskBar = false, you can make the TaskBar disappear whenever you want.  This should give you the desired behavior!

Best,

Levie

  • You must to post comments
0
0

Thanks Levie, really appreciate.

  • You must to post comments
0
0

Hi Shahbaz,

If you want to disable closing the Window via the TaskBar preview you need to set myWindow.CloseBox = false.

You can hide the TaskBar when it doesn’t contain any windows by setting MyDesktop.AutoHideTaskbar = true.

If you want to completely hide the TaskBar in general, you might find that there is a better solution than using the Desktop control, such as using multiple windows (one acting as a background), but i’ll add the suggestion to manually control the TaskBar visibility as an enhancement and we can try  to get you the feature!

Please let me know if you have any other questions!

Best regards,

Levie

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.