100% Native Memory API (Native Initialization: no API declarations, no...
This is a proof-of-concept that demonstrates arbitrary memory read/write that has zero external dependencies. I had the following goals for the solution: no `Declare` statements (not even for...
View ArticlePoints reduction (RamerDouglasPeucker)
This demo shows the use of RamerDouglasPeucker to reduce the number of points of a path while keeping the same shape representation as possible which depends on desired precision that you can ajust....
View ArticlecGDIPImageLoader, small class for "universal" image loading
This is a tiny, lightweight class which I put together some months ago for various uses. It is a "Universal" image loader - images can be loaded from file, bytes, image handle, or stdpicture. A few...
View Articlechechk is first char is a letter
i can have in textbox1: A123 B899 G767 K990 .. 8909<wrong value I need before to click on button1 is present the firt char is letter in textbox1 note: the value can have only 4 digit
View Article