What's the difference between win32ui and win32gui?

M

Mark Hammond

Corwan said:
What's the difference between win32ui and win32gui?

win32ui is an attempt to wrap MFC, which is itself an object oriented
wrapper around the Windows GUI API (ie, a "window" is an object, and has
methods). win32gui is a lower-level interface to the raw API (ie, a
window is represented by an integer handle, and all functions are global)

Naming things has never been my strong point, especially given the
benefit of hindsight <wink>

Mark.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top