The white rectangle seems to come from the child window I created in CreateRunObject(), so I guess the real question is -- how can I get a valid Surface for this child window so I can render to it...
airways Today, 05:50 PMHey there,
So I am working on a custom owner-drawn button in the Win32 runtime. I have a RenderTo() function that I created which renders the button the way I want it to appear.
The RenderTo...
Thanks for the info, can you open an account and grab me teh SDK/API i tried but i always get this
29936
SoftWarewolf did u ever make any more progress on this, & did you get it working for ios in the end?
SHINBAXTER Today, 02:06 PMSounds like you need to use a for each loop, and then as fredetmumu says, test for nearest distance of overlapped objects.
It's very possible but there isn't a function "pick nearest of...
I much appreciate the reply, so huge thank you!
Sadly, I'm no good at writing batch files so put up a help request on stackoverflow which got deleted - so much for asking for help.
I found...
Fernando if you are still looking for the best solution to online multiplayer for android,
Epic Games have released a totally free multiplayer service that is cross platform, including unlimited...
So I have this game that I made and uploaded online back in early 2020, and I've been updating it constantly to fix bugs and all that throughout the course of the year. Just last night I discovered...
BigAl0104 Today, 05:50 AMSorry for bringing back an old thread but can fonts be deleted from data elements? i accidently added a system font and every time i compile i get an error and would rather not start over.
Spryz Today, 04:28 AMfor now native ads and App open ads are left out, but you have the most important type, not sure why you want these type.
Native ads are ad assets that are presented to users via UI components...
Run the command "C:\Program Files\dotnet\dotnet.exe" --list-runtimes and capture the output, maybe in Console object or Pipe object, or by writing a simple batch file that outputs to text document...
Phi Yesterday, 11:26 PM
How much performance do long loop names take?
This is something I have been wondering about while doing my new project. I have quite a lot of loops (mainly for each loops) and I wonder if anyone know how much performance loss there is in having...
Outcast Today, 06:13 PM