

limelect
Members-
Content Count
317 -
Joined
-
Last visited
Community Reputation
29 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Wke4Delphi, alternative to dcef3 or cef4delphi
limelect replied to Edwin Yip's topic in Delphi Third-Party
Thanks -
Wke4Delphi, alternative to dcef3 or cef4delphi
limelect replied to Edwin Yip's topic in Delphi Third-Party
I tried to compile it was a mess. Looking for already compiled -
Wke4Delphi, alternative to dcef3 or cef4delphi
limelect replied to Edwin Yip's topic in Delphi Third-Party
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 -
Wke4Delphi, alternative to dcef3 or cef4delphi
limelect replied to Edwin Yip's topic in Delphi Third-Party
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 -
Thanks
-
@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
-
@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.
-
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();
-
@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
-
@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?
-
@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?
-
@Dave Nottage Sorry to be miss understood. I would like this to be for a PC
-
Associated to button 1. So many it is usless My-Ip-Scanner-Project-master (2).zip
-
I can put a lot of functions/procedure from the net it will be crazy more than 10 from google search none gave me a LIST with associated software, it will be a few pages.
-
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