The control seems to ignore two keystrokes: up-arrow and down-arrow.
Just to make sure, that everyone understand what i mean, i wrote a
small example in visual basic.

The code will load an english dictionary page. Please click on a
listbox and try to select an item with the down-arrow key.

Is there a solution for this ?

--Begin code example--
Private Sub Form_Load()
    MozillaBrowser1.Navigate
("http://dict.tu-chemnitz.de/dings.cgi?searchform=1;noframes=1;lang=en";)

End Sub

Private Sub Form_Resize()
    MozillaBrowser1.Width = Me.ScaleWidth
    MozillaBrowser1.Height = Me.ScaleHeight
End Sub
--End code example--
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to