Hi,
Does anyone know what does MUI really do?. Isn't it something like Java's Swing in the sense that it provides propietary widgets by rendering "pixel by pixel" non native stuff?. In that case, what is the way of programming in which you ASK the OS to draw the widgets for you as using windows.h in Windows 95? That way, in the future, your widgets may look different without breaking compatibility.
Thanks in advance for your answers.