very helpful tips
https://www.codeproject.com/Tips/890336/Set-Your-GoDaddy-Domain-Name-To-Your-Azure-Website#:~:text=Login%20to%20your%20account%20in,the%20window%20in%20step%204
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
very helpful tips
https://www.codeproject.com/Tips/890336/Set-Your-GoDaddy-Domain-Name-To-Your-Azure-Website#:~:text=Login%20to%20your%20account%20in,the%20window%20in%20step%204
To work with
Chromium Embedded Framework (CEF) with C++ under winodws .
you need to create the libcef_dll_wrapper
to do it :
download the relevant windows binaries from
http://opensource.spotify.com/cefbuilds/index.html
explanation for the code cefwrapper https://naughter.wordpress.com/2020/02/17/cefwrappers-v1-0/
the next paragraph from http://www.naughter.com/cefwrappers.html
extra links
https://www.codeproject.com/Articles/1105945/Embedding-a-Chromium-Browser-in-an-MFC-Application
https://titanwolf.org/Network/Articles/Article?AID=e2367d4a-5180-4df6-b5b0-761e7880d14b#gsc.tab=0
An easy way to use CEF with MFC via CLR could be find in those video
https://www.youtube.com/watch?v=xIRs9gneQAE
https://www.youtube.com/watch?v=uBvDK6LE4XM
woww sample http://www.talkplayfun.com/EasyWords/
https://github.com/nasser-sh/Cef3-MFC
https://programmer.help/blogs/mfc-and-javascript-interaction-cef.html
CEFSHARP- If You Like It, Put an HTML5 UI on It