Re: win32lib ??
- Posted by David Cuny <dcuny at LANSET.COM> Sep 05, 1999
- 485 views
Bernie Ryan wondered: > What is the reason that you register the main > window every time createWindow procedure > is called ? I was under the impression that you had to register all the windows. Am I mistaken? The class name for each window is "Win32Lib%d", where %d uses the control id. Each window gets a new control id, so each window should be registered as a new class. -- David Cuny