I am running VB6 on Win 10.
I have a borderless form - Border Style = none. I placed a minimized jpg on the form in the top right corner. When I click on the jpg the following code runs
[CODE]Me.WindowState = 1 [CODE]
The minimized form does not show up in the taskbar. It is above the taskbar, on the left side of the screen and with a different background color from the taskbar and not any color I am using in the form.
With a borderless form, Can I get, whatever you call what's in the taskbar, to show up there?
Thanks
I have a borderless form - Border Style = none. I placed a minimized jpg on the form in the top right corner. When I click on the jpg the following code runs
[CODE]Me.WindowState = 1 [CODE]
The minimized form does not show up in the taskbar. It is above the taskbar, on the left side of the screen and with a different background color from the taskbar and not any color I am using in the form.
With a borderless form, Can I get, whatever you call what's in the taskbar, to show up there?
Thanks