I make a new class when i put the dialog in, the class manager (or whatever its called?) comes up and asks if i want to make a new class for it.
How exactly do i make a pointer?
(i have herd about them, but never (knowingly :o ) used one.)
is the CView* the pointer?
The only bit that i can read through in my mind without thinking 'what the...'

is the last bit of code (except the '->')
if(!m_pModelessDlg)
{
// Create the dialog.
m_pModelessDlg = new CModelessDlg(this);
m_pModelessDlg->Create();
}
else
// Set the dialog active.
m_pModelessDlg->SetActiveWindow();
thanks
