convert06

Borland C++ Builder dla początkujących Konwersja obrazka ICO do BMP Aby po kliknięciu przycisku Button1 dokonać konwersji obrazka w formacie ICO do obrazka w formacie BMP: Unit1.cpp void __fastcall TForm1::Button1Click(TObject *Sender) {    Graphics::TIcon *ICO = new Graphics::TIcon();    Graphics::TBitmap *BMP = new Graphics::TBitmap();    ICO->LoadFromFile("plik.ico");    BMP->Height = ICO->Height;    BMP->Width = ICO->Width;    BMP->Canvas->Draw(0, 0, ICO);    BMP->SaveToFile("plik.bmp");    ICO->Free();    BMP->Free(); }
Wyszukiwarka

Podobne podstrony:
grice opracowaniE Cooperative Principle, Maxims of Conversation
PS4 ZB4 501 UM3 UM4 Interface Converter h1371g
Laszlo, Ervin The Convergence of Science and Spirituality (2005)
CHRYSLER LEBARON CONVERT COUPE 1990
dvd do divx divx converter
Mazatrol Fusion Conversational Programming Class for 640MT & MT Pro For Integrex Outline
Super kalkulator konwerter CONVERT
Active DWG DXF Converter
Conversion
option convert fonts to spans
07 The Dangling Conversation
The Convertible Coven Susan Wade
Stallabrass Conversation
Chapter 25 User defined conversions csproj FileListAbsolute
The Convergence of Morality & Aesthetics In Nabokov s Lolita
Mutants & Masterminds 1e to 2e Conversion Guide

więcej podobnych podstron