Hi all, I am trying to create a window with win32 functions. But CreateWindowEx is returning 0 . This is my code. Please check this and guide me. ...
Last Post By: kcvinu 08-04-2021, 23:22Hi all, I am practicing some ui scripts. I can easily display unicode strings with MsgBoxW function. But I am not able to display unicode text in a...
Last Post By: kcvinu 03-04-2021, 02:06I just wonder if the statement in help is still up to date. timers are not created alike Control Add Timer but by Dialog Set Timer
Last Post By: ReneMiner 03-04-2021, 01:00
How to convert a pointer to an UDT ?
Thread Starter: kcvinuHi all, I store my UDT variable to a pointer with Varptr function. I then retrieve it with GetWindowLong function. So far so good. I got the same...
Last Post By: ReneMiner Today, 04:12