Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi alls!
i'm trying EO web control, homepage: http://www.essentialobjects.com/

it's a powerful .Net webbrowser control, i thing to!
i'm posted question on:

http://www.essentialobjects.com/forum/postsm35168_How-to-search-and-auto-link-click-in-eo-web-control.aspx#35168

but support team can not solved my problem!
this control is not like IE so I was holding off control when the purpose of my code !
anybody have use this control? please help! thanks
Posted
Comments
syed shanu 2-Nov-14 23:39pm    
why do you want Third party controls to your application.Can you tell me what advanced featuers did you find in EO for your project and why cont you do with ASP.Net controls.
cchangkhongayngo 3-Nov-14 0:14am    
hey sir! my winform project can play youtube video, browse site support html5, css3
i can not use ie control in visual studio! only ie7.
syed shanu 3-Nov-14 0:33am    
You can play YouTube vedio using "webBrowser" for example place a Textbox,Button and webBrowser Controls to your form.
In button Click wrtie the below code.
webBrowser1.Navigate(new Uri(@textBox1.Text));

In text box give the Youtube vedio link.
cchangkhongayngo 3-Nov-14 1:00am    
thanks for comment but webcontrol allway outdate: Adobe Flash Player or an HTML5 supported browser is required for video playback.
Get the latest Flash Player
Learn more about upgrading to an HTML5 browser
:)
syed shanu 3-Nov-14 1:10am    
I try the above example and play a Youtube vedio in my sample program.Webcontrols is not outdated.You have to uprade your IE to latest version.I give u suggestion,Then you can try to check for Chrom support web cotnrols.I saw your forum msg in EO as they dont give you proper response and it wont be good to buy there product and always finding problem in that.Insted of that try to make everything by your self.here i give you few more links hope this will help you.
http://sourceforge.net/projects/webkitdotnet/
http://www.awesomium.com/
http://stackoverflow.com/questions/9726549/how-to-run-html5-container-in-winform-application
http://stackoverflow.com/questions/8195646/html-5-css-3-web-browser-control-for-c-sharp
https://social.msdn.microsoft.com/Forums/windows/en-US/c25ed705-0e36-4554-bcb7-4f6fc0db864c/how-to-use-google-chrome-to-open-webpages-in-windows-forms
http://stackoverflow.com/questions/9983787/use-chrome-engine-in-webbrowser-control-winforms
http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900