We have a C# application that works fine on windows XP and windows vista BUT does not show the taskbar (in Vista only). In windows vista the application does not have an icon in the bottom toolbar i.e. if I have the application open and then I go to another application the only way I can get back to the app is by alt+tab through, I cannot click an icon at the bottom.
Other functions of the app work the same in XP & Vista. Please advise how to bring this back on Vista?
Regards,
We fixed it by setting the form property showintaskbar property to true.
Weird that all windows os’s dont run apps in the same way!