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

problem including gdip.ahk #9

Open
MaxReutter opened this issue Feb 7, 2021 · 1 comment
Open

problem including gdip.ahk #9

MaxReutter opened this issue Feb 7, 2021 · 1 comment

Comments

@MaxReutter
Copy link

image

@fmnijk
Copy link

fmnijk commented Sep 7, 2023

Not sure about your situation but I solve this problem after I separate the line.

In my case, I change

#Include Gdip.ahk F1:: WinGet, hWnd, ID, A hbm := Gdip_BitmapFromHWND(hWnd) Gdip_SetBrightness(hbm, 0.5) Gdip_BitmapToHWND(hbm, hWnd) return

To

#Include Gdip.ahk
F1:: WinGet, hWnd, ID, A hbm := Gdip_BitmapFromHWND(hWnd) Gdip_SetBrightness(hbm, 0.5) Gdip_BitmapToHWND(hbm, hWnd) return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants