What I'm trying to do is create a form (say 50 X 50 pixels) appear inside of another form (640 X 480 pixels) but always have it located at a certain X,Y location relative to the large form.

I think I need to use the SetWindowPos API. But I'm not sure. If I do need to use it, can someone tell me how to get the "hWnd" of the larger form.

Any help would be very much appreciated.

~Stoinker~