Using GDI+ vs HTML page
Posted
by
Umesha MS
on Programmers
See other posts from Programmers
or by Umesha MS
Published on 2012-11-07T04:35:48Z
Indexed on
2012/11/07
5:14 UTC
Read the original article
Hit count: 162
I am working on an application which is UI intensive (i.e. we need to customize all the control to look different).
For this is I planned to use GDI+ in win32. But one of the suggestion form our team member is, Instead of using GDI+ he asked me to have a web browser control, in that he asked me to display local html.That html page contains customized controls.
Form his suggestion I created a web control and used some UI intensive local html pages. That looks good.
But my question is, is it is a good idea to use web control to solve this?
© Programmers or respective owner