Click here to Skip to main content
15,919,341 members

Comments by Member 11643863 (Top 4 by date)

Member 11643863 1-May-15 6:21am View    
:)Thank you for your help!
Member 11643863 30-Apr-15 18:00pm View    
I have read some VB source codes ,they are using flat api of gdi+ ,and actually they work well ,why can't I use that flat api in plain C?
https://msdn.microsoft.com/en-us/library/windows/desktop/ms534038(v=vs.85).aspx
Member 11643863 29-Apr-15 19:57pm View    
Yes ,I responded to the WM_PAINT message with these codes ,and I really want to GDI+ with plain C ,so do you have any advice for "how to use GDI+ in plain C" here?
Member 11643863 29-Apr-15 0:43am View    
Well ,I got your advice ,I have fixed the issue which is calling LoadLibrary again and again with the same DLL ,but I still don't know what is wrong with it ,I know my codes are hard to read ,I am testing these codes ,so I will reorganise codes later ,can you please give some more advice about this question?