>I create a Window using AllocateHWnd for handling some user messages. > I would like to modify the registered class name for this window if > possible. > Delphi creates it as TPUtilWindow. Is this possible or do I need to write > my own AllocateHWnd.
You may use Windows API to create your window exactly as you like. I do it in ICS components in order to have something lighter and faster than what the VCL has. You can download ICS source code from http://www.overbyte.be. Search for CreateWindow in the source code... Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

