Add controls to dialog visual studio 2005
-
I am creating a login dialog of a system.I create a picture for the background.My requirement is to add controls top on that image.So how can i do if.If you can pls give me related links. bhw
-
I am creating a login dialog of a system.I create a picture for the background.My requirement is to add controls top on that image.So how can i do if.If you can pls give me related links. bhw
I use a bitmap for a background on my login dialogs. I just draw it on the dialog window in response to WM_ERASEBKGND. Mark
Mark Salsbery Microsoft MVP - Visual C++ "Thanks,I overlooked the docs."
-
I am creating a login dialog of a system.I create a picture for the background.My requirement is to add controls top on that image.So how can i do if.If you can pls give me related links. bhw
Did you use of WM_ERASEBKGND for show images and also if you search on the codeproject you can find articles about your problem.
WhiteSky