Click here to Skip to main content
15,885,244 members

Comments by Rick York (Top 200 by date)

Rick York 5 days ago View    
Yes, I know. I read the documentation on the class. https://learn.microsoft.com/en-us/cpp/atl-mfc-shared/reference/cimage-class?view=msvc-170
Rick York 9-Apr-24 13:29pm View    
Here is documentation on CBrush : https://learn.microsoft.com/en-us/cpp/mfc/reference/cbrush-class?view=msvc-170

Have you tried the FromHandle method?
Rick York 28-Mar-24 16:02pm View    
Deleted
Homework is assigned so that YOU learn something. You will learn nothing if someone else does it for you.
Rick York 28-Mar-24 12:31pm View    
That is one of several reasons I avoid using DLLs unless I absolutely have to such as with hooks.
Rick York 21-Mar-24 17:49pm View    
Incidentally, this seems like an interesting problem so I decided to give it a try. I found the best initial guesses to start with are -10000 and 0 and let the search begin from there.