ibrahem Posted August 12, 2018 Share Posted August 12, 2018 (edited) i want to embed Cef sharp browser with the Gui as this video is this possiblie with autoit ????????? Edited August 12, 2018 by ibrahem Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted August 12, 2018 Share Posted August 12, 2018 (edited) What about _IECreateEmbedded() ? Edited August 12, 2018 by FrancescoDiMuro Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
ibrahem Posted August 14, 2018 Author Share Posted August 14, 2018 On 8/12/2018 at 10:09 PM, FrancescoDiMuro said: What about _IECreateEmbedded() ? i cant use this with my program because the buttons of the web page doesn't work on _IECreateEmbedded() when i click on them , nothing happens so i want to embed CEF Sharp browser Link to comment Share on other sites More sharing options...
Earthshine Posted August 14, 2018 Share Posted August 14, 2018 you will probably have to write your own udf ibrahem 1 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
ibrahem Posted August 16, 2018 Author Share Posted August 16, 2018 On ١٤/٨/٢٠١٨ at 9:08 PM, Earthshine said: you will probably have to write your own udf i am just a begainer on autoit and programing.. 😢... Could any one write it for me??! Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 16, 2018 Moderators Share Posted August 16, 2018 @ibrahem this forum is dedicated to helping users write and improve their own scripts; it is not a place where you put in a request and someone barfs up code for you. If you are looking for someone to do it all for you, I would suggest looking at the site below where you can pay someone to do the work for you. https://www.rent-acoder.com/ ibrahem 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Earthshine Posted August 16, 2018 Share Posted August 16, 2018 you can probably use the .NET udf to call the code that embeds that browser, but if you can't write autoit then forget c# My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
ibrahem Posted August 17, 2018 Author Share Posted August 17, 2018 (edited) thanks alot i found it https://github.com/wy3/cefau3 Edited November 16, 2018 by ibrahem Added: GitHub CEF project Link to comment Share on other sites More sharing options...
ibrahem Posted November 16, 2018 Author Share Posted November 16, 2018 (edited) i have solved my problem : i was not able to login a website using FB account ... The solution is to call this Func : _IE_EmbeddedSetBrowserEmulation() That is in this file : IEEmbeddedVersioning.au3 Download link : https://www.autoitscript.com/forum/applications/core/interface/file/attachment.php?id=44892 Edited November 16, 2018 by ibrahem Link to comment Share on other sites More sharing options...
water Posted November 16, 2018 Share Posted November 16, 2018 Thanks for coming back and posting your solution ibrahem 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
ibrahem Posted November 16, 2018 Author Share Posted November 16, 2018 Just now, water said: Thanks for coming back and posting your solution You are welcome 🌹 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now