You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution that doesn't require changes to DesktopWindow is to include a windows resource into your app. Resources are compiled by the program rc.exe producing eg .res files which can be included in your app's link line link an .obj file.
Here's the trivial example for my case:
/**
* App resource file
* contains bitmap for widgets and cursors
*/
1 ICON "icon.ico"
32512 ICON "icon.ico"
Is there a way within
choc/WebView
to set the icon for the WebView window?The text was updated successfully, but these errors were encountered: