|
Rank: Newbie Groups: Member
Joined: 4/1/2020 Posts: 2
|
Hi, I'm using a dev environment called Windev (similar to Delphi or so...) I was able to use a webBrowser Winform, and everything works perfectly.... as long as I don't quit the app. As soon as I close the window and Quit the app, the app crashes without any info... Is there anything to close or release or end the object before closing the form?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, We are not familiar with WinDev. You can try to call this method when your application exits and see if it helps: https://www.essentialobjects.com/doc/eo.base.runtime.shutdown.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/1/2020 Posts: 2
|
Sorry if I ask a newbie question, but how can I call this method when I only use webview and eo.WinForm.WebControl objects? I have no access to eo.Base classes.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You do have access to EO.Base class. EO.WinForm.WebControl uses EO.Base.dll so it must be there as well. You may want to check your project reference to make sure EO.Base.dll is referenced though.
Thanks
|
|