Author Topic: Canary Bay C++ 64-bit  (Read 4017 times)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1980
    • zapsolution
Canary Bay C++ 64-bit
« on: June 18, 2020, 06:17:16 pm »
64-bit custom skinned version of the WebView2Browser.
Using C++ Visual Studio 2019.

This version is using WinLIFT's skStaticImage controls, to create short links to fire directly a specific web page or file,.
The images and the short links are stored into a specific folder for easy customization.
  • They can be shown or hidden using the caption extra dock/undock buttons.
  • You can change the skin background when clicking the left or right mouse button on the top left Canary icon.
  • When closing the last TAB, a neutral URL can be selected to select random wallpapers.
  • You can use icons of any size and shape to create short cuts.



The compiled binary version is attached to this post.
Let me know if you want to get the full C++ Visual Studio 2019 source code.

Note: The binary can still be encapsulated into another application, running like an internal window.

« Last Edit: June 21, 2020, 10:50:55 pm by Patrice Terrier »
Patrice
(Always working with the latest Windows version available...)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1980
    • zapsolution
Re: Canary Bay C++ 64-bit
« Reply #1 on: June 21, 2020, 10:47:58 pm »
The first post of this thread has been updated.
The new version use horizontal scrolling to easily select an icon when the sum of the widths exceeds the size of the window.
Patrice
(Always working with the latest Windows version available...)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1980
    • zapsolution
Re: Canary Bay C++ 64-bit
« Reply #2 on: March 18, 2021, 04:12:36 pm »
The latest official WebView2 runtime is here:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/
Patrice
(Always working with the latest Windows version available...)