Hi,
My application has a left window showing a treeview and a right window
showing some 3D objects. When a treeview item is clicked on, I want to
create a 3rd window (probably a child of the right window) for showing
relevant texts.
This new window, showing texts, should have no menu bar and a wide
frame, To create it using CreateEx(),
(1) how do I specify the 2nd parameter, lpszClassName? Is it _T("plain")?
(2) Can lpszWindowName be anything?
(3) how to specify nIDorHMenu if no menu is needed?
Thanks for your help.
Tony