User Profile

Collapse

Profile Sidebar

Collapse
DevilInside
DevilInside
Last Activity: May 21 '08, 07:51 AM
Joined: Apr 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ActiveX error DHTMLEdit (Unable to get window handle 'AxDHTMLEdLib')

    Hi

    I'm using in my C# application the component DHTMLEdit. This component works great until I install it on another computer via a setup file.

    I always get this error when I'm trying to open a form that uses this component:

    System.Reflecti on.TargetInvoca tionException: Unable to get the window handle for the 'AxDHTMLEdit' control. Windowless ActiveX controls are not supported.

    Anyone who...
    See more | Go to post

  • DevilInside
    replied to Opening and closing Form C#
    in .NET
    I Finally figured it out

    FrmTest oForm = new FrmTest();
    oForm.ShowDialo g();

    this.Dispose(FA LSE);

    Thx anyway...
    See more | Go to post

    Leave a comment:


  • DevilInside
    replied to Opening and closing Form C#
    in .NET
    Thanks, but I want to close the first form, but he doesn't do that....
    See more | Go to post

    Leave a comment:


  • DevilInside
    started a topic Opening and closing Form C#
    in .NET

    Opening and closing Form C#

    Hi

    In WinForms, I want to navigate from a form to another one. The problem is that he doesn't want to close the first Form when I do that.

    Code

    frmRecieve oForm = new frmRecieve ();
    oForm.ShowDialo g();

    this.Close();

    Anyone who can help? Thanks
    See more | Go to post

  • DevilInside
    started a topic DHTML Edit Component C# not working
    in .NET

    DHTML Edit Component C# not working

    Hi

    I'm trying to use the DHTML Edit control in C#
    But when i'm using it, I'm always getting a COMException on the properties DocumentHTML and DOM, even when I didn't changed anything about it.

    Anyone who can help? Thanks
    See more | Go to post
    Last edited by sicarie; Apr 9 '08, 01:05 PM. Reason: Moved to .NET Forum
No activity results to display
Show More
Working...