Valhalla Legends Forums Archive | C/C++ Programming | WinApi -> Adding a List To a Main Window

AuthorMessageTime
TheNewOne
Ok So far ive did research and implemented a Main window, a menu, a richedit. Which all had lots of data on and i found with google. But now I wanted to add a list type control to my Window and all i can find is ways to do this with mfc. Anyone know how this would be accomplished?
May 11, 2005, 9:48 PM
Myndfyr
CreateWindowEx

Window classes (will give you the window class parameter for creating the ListBox).
May 11, 2005, 11:46 PM

Search