Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dmi5

  1. dmi5

    html editor control

    Got the ball... Running... Touchdown! (I think) In the buttons LostFocus event, try setting the parent forms ActiveControl to the HtmlBrowserControl. I.e.: void btnTo_LostFocus(object sender, EventArgs e) { this.ActiveControl = htmlEditorControl1; } Please let me know if this solved your...
  2. dmi5

    html editor control

    I am experiencing the same behaviour. I have traced the problem to the fact, that the AxSHDocWw.AxWebBrowser ActiveX (which is used by the HtmlEditorControl - and I believe is part of the InternetExplorer 6.0+ installation) does not fire the Enter and Leave events except for the first time. It...

Part and Inventory Search

Back
Top