when i hide or show a button via
button.ShowWindow (SW_SHOW);
button.ShowWindow (SW_Hide);
I get the outlines of the buttons appearing over my background image despite them being hidden, the environment I'm using is vc6,
I've tried changing the antialising, and the transparency but nothing seems to work, here is an image of it happening
in the example the background is black for clarity but in my application the background is an image
button.ShowWindow (SW_SHOW);
button.ShowWindow (SW_Hide);
I get the outlines of the buttons appearing over my background image despite them being hidden, the environment I'm using is vc6,
I've tried changing the antialising, and the transparency but nothing seems to work, here is an image of it happening
in the example the background is black for clarity but in my application the background is an image