Davide Vecchi:
The author of EZGUI (the GUI engine i'm using, which is the container for Scintilla in my app) said that "EZGUI does not process the WM_GETDLGCODE message. The messages get passed through eventually to the DefWindowProc API function (or its counterpart like DefDialogProc or DefFrameProc). The return value is zero".
If you have created a dialog (or a window that calls DefDlgProc) then that is probably causing the selection as this is normal dialog handling. The b1 in your logs is EM_SETSEL.
Before doing any further investigation, i'm wondering: let's suppose that, whatever the container does, it does that on Win2000 just like on Win98: that is, it does exactly the same thing, whatever it is, on both OSs.
I can't think of a good reason for the two Windows versions to behave differently. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
