zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
94 stars 32 forks source link

i want to know how to set window size and position #24

Closed ccdescipline closed 3 years ago

ccdescipline commented 3 years ago

when i set these property , the exception is " Object reference not set to an instance of an object."

zaafar commented 3 years ago

Are you following Single threaded or multi threaded example?

If you are following multi-threaded example, It’s doing it here: https://github.com/zaafar/ClickableTransparentOverlay/blob/master/Examples/MultiThreadedOverlay/SampleOverlay.cs#L143