Hey,

I want to create a panel inside a Win32 window. This panel was specified inside a .rc in a DLL. I already found the functions CreateDialog and DialogBox but both are used to create a dialog box independent from my main window, which is not what I need. Anyone knows how to do it?

Thanks.