I'm using VPE v3.6 dll on a VB.NET application.
I want to disable the "About" button on the preview window, so I set tbAbout = False. The strange thing is that it disables the Close button at the same time. Even if I explicitly set tbClose = True, the close button is disabled anyway.
How can I disable the About button only?