My question now, essentially, is how to load more than 1 png on a dc? How do I specify that I want to load png1 at Rgn (0,0,100,100) and another at (100,100,200,200)?
Hi Kirants,
I tried the sample code from http://www.codeproject.com/gdi/pxalphablend.asp
and the dialog window resized according to the png's actual drawing, so the transparency part is not being...
Maybe I am just not geting it, but I have searched for the past 2 days, and I can't seem to find info on how to save an irregular dialog. There are 2 parts to my questions:
Hi all,
I have tried to build a MFC that is statically linked, I have been tracing the problem. I noticed that for my resource DLL it wasn't getting loaded by LoadLIbrary, the error code returned...
I have a rather confusing question that I hope someone can give me a clue. I have tried to add tool tips to a derived Groupbox from CButton class. It would be fine if I removed the owner...
PS: For the checkbox being black, there are 2 solutions, one is bitblt and another is to call EnableThemeDialogTexture. I tried the first one and it works.
Yes, I want to do owner draw, but since the background dialog contains a bitmap, I want a transparent button, so the button is not going to be fancy but just owner draw.
Thank you for your reply, sorry that I haven't had a chance to post what I meant.
Please see the attached exe for what I meant and the source files to test it out....
I tried to have a parent mainframe and then the 2 child dialogs, however, this introduces the problem of moving the child dialog, i.e. it can't be move past the boundary of the parent window until...
Hello Everyone,
I have previously been able to get one dialog and 1 systray icon to be working, I could right-click on the icon and get the msg trapped. This is all good until I have to add another...
Hello,
I have made some progress now that I no longer care about the data transfering part, but PLEASE tell me how to create threads in my CWinApp class. I want to create 2 dialogs, each from a...
Hello gstercken et all,
Thank you for the reply. Yes, my intend of having a parent was so that
some of the code can be re-used, i.e. the menu items and their associated actions and I thought that...