ZS Extension. - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: ZS Extension. (/showthread.php?tid=100) |
RE: ZS Extension. - AbsoluteBeginner - 07-09-2024 ZS, I thought about it and came to the conclusion that the only extension that is not yet available for Small BASIC is an extension that will allow quantum computing. RE: ZS Extension. - z-s - 07-11-2024 New Relase https://github.com/zs-3/ZS/releases RE: ZS Extension. - z-s - 07-11-2024 ZS 1.2.0.5 : https://github.com/zs-3/ZS/releases/tag/1.2.0.5 IF ANYONE CAN ADD A POST ABOUT THIS EXTENSION IN SMALL BASIC ENTHUSIASM GROUP MAYBE MORE PEOPLE WILL KNOW ABOUT IT. RE: ZS Extension. - AbsoluteBeginner - 07-11-2024 Do you have words that could become an ADVERTISING for your “product”? What benefits does your extension provide to the user? ( I think this is exactly the case where promotions will be needed ) RE: ZS Extension. - z-s - 07-11-2024 It Provide The Most Fantastic Function Of Using CMD In Small Basic. It Has Some Powerful Functions In ZSText Lib Which No Extension Has. It Now Has Very Powerful Functions In ZSKeyboard Like: Code: LastKeyPressed And It Will Expand More. RE: ZS Extension. - AbsoluteBeginner - 07-11-2024 As I see, your extension contains many methods for automating work on a computer (autoclicker). Will your extension have a high-speed method for searching images on the screen? RE: ZS Extension. - z-s - 07-11-2024 I don't understand by what do you mean "searching images on the screen" RE: ZS Extension. - AbsoluteBeginner - 07-11-2024 (07-11-2024, 12:05 PM)z-s Wrote: I don't understand by what do you mean "searching images on the screen" When I automate some repeatedly repeated on a computer sequence of user operations, I control the situation by analyzing the image on the display. For example, my autoclicker program does not perform the next operation until it “sees” that the required image has appeared on the display. Let's say the program will wait for an image of a button to appear on the screen that needs to be clicked when the browser page opens completely. After all, the computer cannot instantly respond to the user’s previous mouse click. And the reaction time of the computer is always different. To do this I use "searching images on the screen". RE: ZS Extension. - z-s - 07-11-2024 I am also a beginner in csharp i will learn about it in morning RE: ZS Extension. - AbsoluteBeginner - 07-11-2024 (07-11-2024, 02:31 PM)z-s Wrote: I am also a beginner in csharp i will learn about it in morning If you want, I'll look for a sample source code that I downloaded from some forum. |