Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Application.EnableVisualStyles in single file publishing mode #4149

Merged
merged 2 commits into from
Oct 26, 2020

Commits on Oct 22, 2020

  1. Fix Application.EnableVisualStyles in single file publishing mode

    Application.EnableVisualStyles gives Windows a manifest that enables the v6 common controls. We normally pull this manifest from a native resource in System.Windows.Forms.dll. In single file mode there is no "dll" to load from so this feature was not working as intended.
    
    In the case where we can't get a Win32 HMODULE we now fall back to pulling the manifest from a managed resource and dumping it to the temp folder.
    
    Make ACTCTXW blittable.
    JeremyKuhne committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d281424 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    f5ea68a View commit details
    Browse the repository at this point in the history