I tested this on Windows 10 laptop, worked OK QB64pe v3.8
```Screen _NewImage(800, 600, 32)
_Display ' ?
_FullScreen
Do
If InKey$ = "c" Then
pick~& = _ColorChooserDialog("Select a color", _RGB32(0, 255, 255))
End If
Color , pick~&
Cls
_Display
_Limit 60
Loop Until _KeyHit = 27```
Of course not as nice as this one ;-))
https://qb64phoenix.com/forum/showthread...68#pid1368
```Screen _NewImage(800, 600, 32)
_Display ' ?
_FullScreen
Do
If InKey$ = "c" Then
pick~& = _ColorChooserDialog("Select a color", _RGB32(0, 255, 255))
End If
Color , pick~&
Cls
_Display
_Limit 60
Loop Until _KeyHit = 27```
Of course not as nice as this one ;-))
https://qb64phoenix.com/forum/showthread...68#pid1368
b = b + ...