Re: [win32gui] [perl-win32-gui-users] Textfield - insert at cursor

2005-08-26 Thread Steven Lloyd
Thanks Rob. I would not have guessed that. I really appreciate you response. Steve > The ReplaceSel() method replaces the current selection. "If there is no > current selection, the replacement text is inserted at the location of > the caret". More at: > http://msdn.microsoft.com/library/defau

Re: [win32gui] [perl-win32-gui-users] Textfield - insert at cursor

2005-08-26 Thread Robert May
The ReplaceSel() method replaces the current selection. "If there is no current selection, the replacement text is inserted at the location of the caret". More at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrols.asp The MSDN