Hi

Im trying to learn using Win32API with C using VC++ 6.0 via theForger's Win32 API tutorial.


I added a resource - in it, a ListBox is in a GroupBox. But when I move the GroupBox, the ListBox doesn't get moved. I may have to specify the GroupBox as a container to the ListBox. How do I do that ? How do I set the ListBox's position relative to the GroupBox ?

Thanks