I\'ve been searching the net for different things about the win32 API, but it seems all information on it is rather sparse.
I am looking to create a simple window that s
Windows provides a fairly basic collection of built-in controls, listed here.
If you want something more sophisticated your options are:
If you're stuck with VC++, The Grid Control and The Ultimate Grid are MFC-based.
If you're not using MFC there's BABYGRID or The Win32 SDK Data Grid.
If none of them suit, you'll have more luck searching for "grid" than "table".