Ver Mensaje Individual
  #3  
Antiguo 04-10-2007
Avatar de eddg
eddg eddg is offline
Miembro
 
Registrado: ago 2007
Ubicación: Maracay, Edo Aragua, Venezuela
Posts: 75
Reputación: 19
eddg Va por buen camino
Talking

>> boton 1 = toolbutton20
>> boton 2 = toolbutton16

--------------------------------------------------------------------

procedure Tprincipal.ToolButton20Click(Sender: TObject);
begin
toolbutton16.Visible:=true;
toolbutton20.Visible:=false;
principal.BorderStyle:=bsnone;
end;


procedure Tprincipal.ToolButton16Click(Sender: TObject);
begin
principal.BorderStyle:=bssizeable;
toolbutton16.Visible:=false;
toolbutton20.Visible:=true;
end;


--------------------------------------------------------------------

http://img149.imagevenue.com/img.php..._123_635lo.jpg

Me aparece este error:
[Warning] Unit1.pas(8): Unit 'ShellCtrls' is specific to a platform
[Warning] Unit1.pas(8): Unit 'Outline' is deprecated
Responder Con Cita