AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 16:02

Parameter dieser Suchanfrage:

Suche in Thema: winnet download thread
Suche alle Beiträge, die von "drama22" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 7 von insges. 7 Treffern
Suche benötigte 0.003s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 23. Mai 2015
    and how could i download and save to memory stream then usually i do this with my procedure

    DownloadToStream(strFile, ms);// start downloading file to stream
  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 23. Mai 2015
    do you mean i have to do something like this

    TDownloadThread = class(TThread)
    public
    Url: string;
    ms: TMemoryStream;
    procedure Execute; override;
    procedure DownloadToStream;
    end;
  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 23. Mai 2015
    dont get it how to make my procedure a method it has parmeter to be added by other string and other ms

    DownloadToStream(const Url: string; ms: TMemoryStream);

    any code example will be more better
  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 23. Mai 2015
    i try to do thread like this

    TDownloadThread = class(TThread)
    public
    procedure Execute; override;
    end;

    but on thread excute what should i do
  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 23. Mai 2015
    the thing is i dont know from where to start doing threading
  • Forum: Netzwerke

    AW: winnet download thread

     
      by drama22, 22. Mai 2015
    yes here where i asked and i try to put the code on thread but fail any help
  • Forum: Netzwerke

    winnet download thread

     
      by drama22, 22. Mai 2015
    iam using this code to download some images from web to memory stream inside activex its freezing too much when large image size i asked on the web they told me to put this code inside a thread i fail to do it any help with it ? here is the code

    procedure DownloadToStream(const Url: string; ms: TMemoryStream);
    var
    hSession : HINTERNET;
    hService : HINTERNET;
    lpBuffer :...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=drama22&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=185221
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:20 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz