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...
User Profile
Collapse
-
I Finally figured it out
FrmTest oForm = new FrmTest();
oForm.ShowDialo g();
this.Dispose(FA LSE);
Thx anyway... -
Thanks, but I want to close the first form, but he doesn't do that....Leave a comment:
-
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 -
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
No activity results to display
Show More
Leave a comment: