Hi again,
It would be nice to have a property for each control where I could set the mousepointer. Necessary code should be added so that on mouseover the mousepointer is changed into this.
Also the property enable and visible are nice to have for setting default creation mode. Of course wrappers for setting visibility and enabling/disabling a control would be necessary to.
Gian
Quote from: Gian KolbjornsenIt would be nice to have a property for each control where I could set the mousepointer. Necessary code should be added so that on mouseover the mousepointer is changed into this.
Wishlist item noted. Thanks.
QuoteAlso the property enable and visible are nice to have for setting default creation mode.
Check out the "WindowStyles" property. In that popup there are many checkbox options. %WS_VISIBLE controls the visibility of the control at runtime; and %WS_DISABLED handles the enable/disable at runtime.
QuoteOf course wrappers for setting visibility and enabling/disabling a control would be necessary to.
You will be very happy to know that version 1.04 now has over 80 wrappers that handles all this type of stuff for you.