win32 icon indicating copy to clipboard operation
win32 copied to clipboard

Add SystemParametersInfo example

Open timsneath opened this issue 5 years ago • 2 comments

Lots of fun stuff here to make a cool demo / example out of. https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-systemparametersinfow

timsneath avatar Aug 07 '20 01:08 timsneath

Hey Tim!, any specific demo you would like to see? i know there is this: https://github.com/timsneath/win32/blob/main/example/sysinfo.dart, but not sure if you wanted a more visual demo, or maybe something else?

Would like to contribute with a demo. Not a c++ developer. but if the API is already there i dont see any problems calling in from dart.

franzsilva avatar Feb 06 '21 02:02 franzsilva

Whatever scratches your itch! Console is fine; I was simply looking at this API and thinking that there are lots of values returned here that might be useful in a platform plugin. Having some examples will help plugin authors add Windows desktop support.

Thank you!

timsneath avatar Feb 06 '21 17:02 timsneath