Jump to content

limelect

Members
  • Content Count

    835
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. @KodeZwerg I do not know if it will help you but a few years ago I was asking a question about how to put an icon on the taskbar. I got no real answer. However, there is an application "FastCopy" https://fastcopy.jp/en/ which has a source. While working the program puts its icon on the toolbar (left to the clock) and turns. I wanted to do something similar with Delphi. The source in c ,for that, is in the file "forceTray.cpp and mainwin.cpp" if you can decipher its behavior (which I did not) it might help.
  2. @emailx45 are you sure about Android Studio? if so how? No export that does it
  3. limelect

    50 Years of Pascal

    @David Schwartz This was the calculator company (Mathatronics) I was part of it, as a head engineer as a young engineer, to develop a chip calculator. https://www.oldcalculatormuseum.com/a-math3.html The machine you see in the picture was wired with transistors and my function was to change it to a chip. I was using all the companies at a time to develop the chip for us. We installed the calculator in a building! for the people to use with the little box you can also see in the picture. P.S this is what it knew to do https://www.oldcalculatormuseum.com/a-mathpkb.html All with wired transistors
  4. limelect

    50 Years of Pascal

    @FPiette You reminded me of my Motorola days. Some of my business was SDK with 6800. (later 68000). I played with 8080 (2 power supplies) but never liked Intel. Later however 8085 and 8051 with c for weighing which is my business up to today. http://www.limelect.com Those were the days of the beginning of Microprocessors and I am proud to be one of those days. (young will not understand). Unfortunately, did not have the chance to use 4040 (before 8080).
  5. limelect

    50 Years of Pascal

    @FPiette It seems you quote my resume
  6. limelect

    kuLibrary

    @kuzduk Well, I think you do not understand. Putting software in a language (text) many of us do not understand make them useless. Many of the people using Delphi use it in English. Making software with non-English text in it makes life difficult since one has to translate all text. As for your site, I could not translate. So 2 advice, if you want some to use your components Site in English, text in components in English. Otherwise, maybe Puttin can use it.
  7. limelect

    kuLibrary

    1. If you want anyone to use, use English. At the list, your site should be translated. It cannot. So in my case, i am not going to evaluate. 2. Make a zip of all your components for downloading comfortably.
  8. I have been using for years dktraned . with good results. For free
  9. limelect

    Strange mouse scroll-bars behavior

    On D10.2.3 works Ok
  10. limelect

    full screen view capture

    If you are Ok with Java you can translate it to Delphi. Go to F-Droid Best for Android sources
  11. limelect

    full screen view capture

    It works by taking the whole! Android screen and puts it in a video including audio!!! I compiled it in Android Studio.
  12. limelect

    full screen view capture

    I did compile this it workes great hop it will help you https://github.com/HBiSoft/HBRecorder
  13. I tried to compile it was a mess. Looking for already compiled
  14. For the test, I made this demo https://gitee.com/LangjiApp/Wke4Delphi/issues/I2DICR It workes great P.S for 64b i need miniblink_x64.dll could not find
  15. I downloaded with SVN checkout The zip file is too big to put here if anyone wants the source plz contact me with email It seems to be a great replacement for cef4delphi Only one dll!!! Node.dll for 32b https://gitee.com/LangjiApp/Wke4Delphi.git <<< link for download on SVN checkout
  16. This project is an Android for network discovery https://github.com/rorist/android-network-discovery It has all devices on the wifi network It seems I do not succeed to duplicate this in Delphi 10.2 FOR A PC Any function will help. Plz EXACT duplicate. Thanks THIS IS FOR MY PC PROGRAM P.S it has my phone my computer and more
  17. limelect

    Discover all LAN network with a PC

    @Angus Robertson So returning to my basics any suggestions? Can you point me to something specific I can go from here? As you understand I want to duplicate the Android program but with PC
  18. limelect

    Discover all LAN network with a PC

    @aehimself This is my own and free quiet extensive http://limelect.com/downloads/my-ip/ with a lot of goodies inside. And with Delphi obviously.
  19. limelect

    Discover all LAN network with a PC

    Right now NOT very good news with Delphi. My test reference is the above program on my Android s6. As seen it shows a lot of the 10... ip's including my wife's phone, my phone, my PC, and more. As for Delphi. I have used @Angus Robertson suggestion and used "Delphi Developer" in it I took magiphlp30 program and from it I took the ARP part. 1. In the Android program the output is very stable and consistent. I manage to run it on Android Studio and if someone wants the source I will be glad to share it. 2. In the Delphi program the ARP dynamics is VERY unstable giving only a few of the 10... IP's . I also tried to add IP>name without any good results either. So this is where I am P.S in java, the name is taken from "getCanonicalHostName" host.hostname = (InetAddress.getByName(host.ipAddress)).getCanonicalHostName();
  20. limelect

    Discover all LAN network with a PC

    @Angus Rober thanks I will check that info It seems I have what I need on the ARP. But I need the name of the dynamic IP so i will keep checking It is a start
  21. limelect

    Discover all LAN network with a PC

    @Angus Robertson Phone has a lot to do with a PC Communicating to a phone from the PC And if the above Android application dose I want too It discovers MY PC MY PHONE and more on 10..... why can't I do it with Delphi?
  22. limelect

    Discover all LAN network with a PC

    @Angus Robertson Let me explain what I want to achieve I would like to press on an IP I receive, In a Delphi program, from my phone and use it in Delphi PC software. That it. I know I can see my IP on my phone, which changes, or, which I do now, use "network discovery". I am trying to add a function/procedure which will be part of a software. P.S maybe I did not write the right words on Google search?
×