I've set property ShowInTaskBar to true, but my application is not visible in taskbar. Form has minimize, maximize and close buttons. When I click minimize, form minimizes to a small form in the bottom left corner on the screen, but doesn't show up in the taskbar.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Is your form modal?
MyForm.Show vbModal
If so then you'll have to do something like this to make it show in the taskbar.