Re: Win32Lib bug?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 17, 2000
- 463 views
I like this idea best, because it allows the *easiest* way to "roll your own" windows styles, and is almost exactly like it was before, so users can most easily fix broken code. Dan Moyer David Cuny wrote, in relation to different ways to allow windows to accept user specified styles: <snip> > > A cleaner solution would be to create a Window class that has *no* > defaultflags, so that you could write: > > win = create( GenericWin, ..., myWindowFlags ) > > -- David Cuny