Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Allan33

  1. Allan33

    How to use stream correct

    Sorry for my mistake The get looks like this NMHTTP1->Get("http://ia.imdb.com/media/imdb/01/I/10/61/02m.jpg");
  2. Allan33

    How to use stream correct

    Hi I have a problem whit my stream, i made a connect to a file and is reseving all, but my stream wont catch it void __fastcall TForm1::Button3Click(TObject *Sender) { TMemoryStream *MyStream = new TMemoryStream(); Graphics::TBitmap *Bitmap = new Graphics::TBitmap(); TJPEGImage *Jpg =...
  3. Allan33

    Gething jpg image from web ti Timage

    Thanks Im new to this, so i hope you can help me more. I put this in Onconnect or OnConnecting, what do i put in address and host??. On my form i have a butten and the Timage, how do i assign the image to Timage??. I hope is not to much to ask for. Please help Allan33
  4. Allan33

    Gething jpg image from web ti Timage

    Hi I hope somebody can help me. I want to get a jpeg picture from a web site down to a Timage. Like download the file say "http://something/02.jpg and put the picture direct to a Timage on my form Please help Thx Allan33

Part and Inventory Search

Back
Top