Non-resizable windows and the ever present comma in Win32LIB
- Posted by David Alan Gay <moggie at INTERLOG.COM> Aug 05, 2000
- 452 views
Greetings I have two questions. Can a created window's attribute be set so it cannot be resized at all? I've noticed some applications that do this. Also, I've noticed the generous use of the comma in many of David Cuny's WIN32LIB example programs. When I was creating a very, very, VERY simple text editor for experimentation with WIN32LIB, I accidentally forgot to include the ,'s in the menu and menu list definitions, but I appear to have suffered no consequences during the compilation and execution of the program. Is the comma really required as part of the WIN32LIB syntax? Thanks David Gay