I am making a program for my friend in C++ using MSVC++ 6.0.

it is not a MFC(he doesnt want runtimes) app.

how do I get the hWnd of an item in a resource file I have.
it is called
res.rc it has an Icon and a Dialog box,

how would I get the hWnd of this??
I am pretty sure I can show it using ShowWindow, but I just dont know how to get the hWnd,

Thanks,
Dennis Wrenn