Ir al contenido


Foto

[TRUCO DELPHI] Dialogo acerca de...


  • Por favor identifícate para responder
No hay respuestas en este tema

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 mensajes
  • Location127.0.0.1

Escrito 01 diciembre 2016 - 07:45

[TRUCO DELPHI] Dialogo acerca de...


delphi
  1. procedure ShellAbout( const TitleBar, OtherText : string );
  2. begin
  3. ShellAPI.ShellAbout( Application.Handle,
  4. PChar( TitleBar ),
  5. PChar( OtherText ),
  6. Application.Icon.Handle );
  7. end;

Saludos!


  • 1




IP.Board spam blocked by CleanTalk.