AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Load Image From TBitmap (or Stream)

Ein Thema von mr_fahrrad · begonnen am 29. Dez 2006 · letzter Beitrag vom 29. Dez 2006
 
mr_fahrrad

Registriert seit: 28. Dez 2006
46 Beiträge
 
#1

Load Image From TBitmap (or Stream)

  Alt 29. Dez 2006, 18:41
how I make to load image from Stream (or Bitmap) ?

with the code:

Delphi-Quellcode:
var
  li: Word;
begin
  // Loop through all images of a TWebbrowser
  // Schleife über alle Bilder im Webbrowser
  for li := 0 to WebBrowser1.OleObject.Document.Images.Length - 1 do
    WebBrowser1.OleObject.Document.Images.Item(li).Src :='c:\file.bmp';
end;
I change all images in TWebBrowser, but from a file in my hard Disk (or URL)

How i make to change the src from image loading the picture fom a Bitmap or a Stream?

Thanks for the help and sorry for the post in english... You can answer me in Deutsch if you want
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:20 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz