Ver Mensaje Individual
  #5  
Antiguo 29-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Cita:
Empezado por fasthorse Ver Mensaje
...tengo el Strech y proporcional a True, y el autosize también a True...
Código:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
 Imagen->Picture->LoadFromFile("c:\\windows\\\Zapotec.bmp");
 Imagen->Height = Imagen->Picture->Height;
 Imagen->Width /= 2;
 Imagen->Width /= 2;
}
Stretch = True
AutoSize = False
Proportional = False


Saludos
Responder Con Cita