Messages - KodeZwerg [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 144next
6
From my point of view you would need two things.
1. A HTTPS WebServer with some kind of Database/SQL and PHP support
2. Modify your apps to be not executable on its own, instead only per Launcher/Loader

Technical aspect is, Launcher offering a registration/login page, that can of course be stored for automatic usage later, on the registration page you offer your service to let people pre-paid their account, that information gets stored on the WebServer Database, now each time user runs an application a specific amount gets cutted from that Database until there is nothing left to cut.

That would be my way of handling such.
All of this can be realized in any programming language since you do just external web calls.

7
General Software Discussion / Re: How to edit a titlebar from a dll?
« on: November 06, 2023, 03:19 PM »
Library Titlebar???
So I guess whatever app you are starting it uses a library as a container and maybe even create a Window-like application out of it but per se a Library does not have anything visual where you can modify a Caption.
Even that you already solved your problem the proper way would not to patch the binary, the proper way would be to write a small loader that patches the memory on the fly while app is running by doing a simple search for a Window and continue with other Api calls to modify the content in whatever way you like, possible is everything from a coders point of view.

8
I want it to be like the one at https://www.bluetoothgoodies.com/ but in Delphi/C++.
Are you asking for a program, as stated in your first post (written in Delphi or C++), or do you ask for programs source code, since a program you have found already.

9
Post New Requests Here / Re: Show in the desktop PBOL
« on: August 19, 2023, 12:14 AM »
You put up lots of work into that request so I guess it aint that important.
If I am wrong, teach me better, and describe in here again what you actual want, and if that PBOL is taken from here, add a link to it so interested coders can take a look on without needed to waste time to search for it.

From technical side spoken, if mouser has created the Mainwindow and hides it without destroying, it is possible, if there is just an icon in taskbar that creates the window, it is impossible by Winapi in a generic way to show something that isnt there.  :D

10
The only thing I do know in that direction is BgInfo from Sysinternals.
Does that satisfy you?
No , it is not the same . PBOL is a productivity software for reminders.
 :-* :P
Your screenshot showing me system statistics thats why I showed you also system statistics, maybe my eyes getting bad  :P
please be very clear
:-*

Pages: prev1 [2] 3 4 5 6 7 ... 144next
Go to full version