Jump to content

Bouhlal

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by Bouhlal


  1. 23 minutes ago, Lars Fosdal said:

    The appropriate solution would be using RDP, as @Rinzwind pointed out.

    the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop


  2. Hello

    Is there a Delphi component or a source example that allow windows application execution on server side from web browser on client pc. 

    I explaine

    I have a server installed on it microsoft word

    I have a client pc does not have microsoft word installed

    The client open browser and type server ip adresse, he enter his login and password and he find a button word when he click he run microsoft word on browser

    Like citrix and www.tsplus.net

     


  3. Hello

    first of all, i thank you for the example, I have asked many times for 2 things :

    1st i don't know how to parse it, because I'm newbie.

    2nd i have lost many domains because I have a lot of and some time I don't pay attention to the expiry date and o lot it and I would like to create mobile app that send me notification for every domain, I have search on playstore but didn't find one that meet my need.

    thank you again

    Best Regards


  4. Hello

    thank you for  the quick answer,

    I want to create a mobile app that monitor my domains and notify me when the expiry date come,

    I tried    

     

    Quote

    posi:=ansipos('Registry Expiry Date:', memo1.text);
      edit3.Text:=posi.tostring;

    but the problem is every registrar has his own name for expiry date like domain .ru has PAID-TILL instead of expiry date .

    created:       2019-10-31T10:58:07Z
    paid-till:     2021-10-31T10:58:07Z
    free-date:     2021-12-01

    so I need an easy why to get the expiration date in edit.text so I can make a notification for the expiration date for each domains

    Best regards

     

×