Hi Lawson,
Lawson English wrote:
...
Thanks for this. I was actually calling TransferToWindow instead of TransferDataToWindow
<sob>
Things like this happen, great that you worked it out.
Should one call InitDialog, even for a non-dialog window? Seems to work OK by calling TransferDataToWindow directly.
Either works, I use InitDialog as it is shorter (and at the time when I started with all this, I don't think I know about TransferDataToWindow) and I don't think there is a difference as it in turn calls TransferDataToWindow.
Werner