Display HTML content without a window in WIN32

rmuwpmaeri

New Member
I want to display HTML text inside a RECT structure within a win32 window. I have found a lot of APIs which helps me render HTML in a separate window, but my requirement is that we dont have to assign a separate window handle for the HTML being displayed.
 
Back
Top