Re: Win32Lib bug in registerControl()
- Posted by ghaberek (admin) Mar 13, 2012
- 1344 views
To recap on what I was doing (and perhaps provide some context on fixing the issue), I'm trying to create a custom Window class. One thing I noticed almost immediately is that I'm not receiving any thing into the "Process" routine, and I believe it's because I'm passing Window back for "controlType".
The question is, should I be receiving those messages using the Window type, or should I be passing back -1 for "controlType" to define my control as a "new" type? You can download what I've started on here:
Download: w32custom.zip (2 KB)
-Greg