Click here to Skip to main content
15,884,473 members

Comments by rtischer8277 (Top 2 by date)

rtischer8277 18-Aug-16 10:15am View    
Very funny. But I'm serious. C++ MFC's CAsyncSocket doesn't seem to have any users, even in the much lauded MFC legacy code arena. If so, I'd at least like to hear about it. See my StackOverflow posting: "No server OnAccept notification when doing client Connect a second time".
rtischer8277 21-Jan-16 7:28am View    
This code helped me understand that original MFC does not operate natively with PNG files which contain transparency Alpha data, and that they have to be Detached and Attached to make them work. Fortunately, BCGSoft's modern MFC libraries have CBCGPToolBarImages that reads PNG files simply (Load) and directly with only a couple lines of code to implement. Transparent background is automatic.