How to Set the controls to be infront of an Image
-
Hello everyone, I am using an MFC dialog based application where a gif is loaded into the dialog. Now, the problem is that some of the controls within the dialog become hidden by the image. What I want to do is to place the controls infront of the image as a background. Can anyone guide me. Thanx in advance
-
Hello everyone, I am using an MFC dialog based application where a gif is loaded into the dialog. Now, the problem is that some of the controls within the dialog become hidden by the image. What I want to do is to place the controls infront of the image as a background. Can anyone guide me. Thanx in advance
Call
SetWindowPos(wndTop, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)
to all hidden controls. Robert-Antonio "It's a good luck, when you meet a real fink. Then you get a respect to normal, mid-honest people."