Page 1 of 1

WebGadget edit controls

Posted: Sun Jun 13, 2010 3:19 pm
by Thomas
When using a WebGadget, like in the WebBrowser example, the tab and del keys do not work. Is there an easy way to make the edit keys behave like in any other webbrowser?

Re: WebGadget edit controls

Posted: Sun Jun 13, 2010 7:09 pm
by rsts
I have used this before.

better check to make sure it works for you.

Code: Select all

    ; below to catch tabs
      Global OleObject.IOleInPlaceActiveObject
      Global WebObject.IWebBrowser2 = GetWindowLong_(GadgetID(Gadget_0_HTML), #GWL_USERDATA) 
      CoInitialize_(0) 
      CoCreateInstance_(?CLSID_IOleInPlaceActiveObject, 0, 1, ?IID_IOleInPlaceActiveObject,@OleObject.IOleInPlaceActiveObject) 
      ;end of tabs initialization
cheers

Re: WebGadget edit controls

Posted: Sun Jun 13, 2010 11:42 pm
by Thomas
Doesn't work, don't even understand your code.

Re: WebGadget edit controls

Posted: Thu Aug 05, 2010 8:35 am
by Lost