I am having a problem with the ToolTip in .NET 2.0. When I set the IsBalloon to true, on some computers, the tooltip will not display at all. I thought maybe that is just displaying off screen, but I have also tried to hard code the coordinates. On my computer its fine, on my testers computer it is fine, but on the users computer it doesn't display. If I set the IsBalloon to false, it will show up, but it's the ugly version, that is all square and doesn't have the pointer to the control that I want it.
FYI - I have created a Setup project and that is what was installed on the users PC's. So they should have everything that the program uses.
Anyone have any ideas?
Murph