I recently upgraded from NetAdvantage 8.2 to 8.3. When I did so, I noticed that AppStylist is adding a small border around my MDI child forms. This did not occur in the 8.2 build. I have always set the border style of my MDI child forms to none, but AppStylist seems to not be paying attention to this in the 8.3 build. It only seems to be happening with the Office 2007-style skins. In my attached screencap, you can see a thin border between the MyStuff and Navigator areas of the screen. Anybody have any ideas?
I'm experiencing the same phenomenon. No resolution on this?
The issue has been resolved, but I don't remember exactly what I did to fix it. I think I had to set the MDI child form's windowstate to minimized and then set it to maximized. Be sure to set the child form's visible property to False first or else the screen will flicker. I'm pretty sure this is what fixed it for me.