Here's What We Learned About Google Searches
good one to know
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.
https://www.oracle.com/technical-resources/articles/it-infrastructure/mixing-c-and-cplusplus.html#using
the new control from Microsoft
introduction to the control - https://docs.microsoft.com/en-us/microsoft-edge/webview2/
samples - https://github.com/MicrosoftEdge/WebView2Samples
https://laptrinhx.com/using-microsoft-edge-in-a-native-windows-desktop-app-part-1-1305774830/
https://laptrinhx.com/using-microsoft-edge-in-a-native-windows-desktop-app-part-2-2022648949/
https://laptrinhx.com/using-microsoft-edge-in-a-native-windows-desktop-app-part-3-1091297299/
useful links
html parser - html-agility-pack
find your google auto app.
i used search in the app to get access to my app.
download latest head unit
https://developer.android.com/training/cars/testing
in my phone - i get into the app
i click on the "version" 10 times and get into developer mode.
i run on the computer - command line
adb forward tcp:5277 tcp:5277
on the app menu (right left corner) i "start the head unit server"
on my computer i lunch the app desktop-head-unit.exe
and in the app i click " connect to car"
and this is it
good luck
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
failover:(tcp://primary:61616,tcp://secondary:61616)?randomize=false
enjoy
Yaniv Tzanany