I am curious to know how rich GUIs are created? i,e by using which
language/technology ?
If I look at the GUIs in MS windows XP , Vista they dont seem to be
produced using normal windows programming or MFC or .net .
How to have good visualizations, graphics , pictures, bitmaps in a
windows application?
Please through some light on this .
Regards,
JustLikeDat
Hi,
I think Microsoft just uses the standard C & C++ programming
languages to produce the GUI interfaces, including regions,
owner-drawn graphics, custom skinning, and layered windows.
You can also produce rich graphics by using the GDI+ methods.
https://msdn2.microsoft.com/en-us/library/ms533798.aspx
https://msdn2.microsoft.com/en-us/library/ms533797.aspx
https://msdn2.microsoft.com/en-us/library/ms533802.aspx
Kellie.