Programación General > Delphi

 Guardar,imprimir Y Buscar Archivos

(1/1)

RedChaos:
Necesito saber como realizar estas 3 cosas, es lo q me falta para acabar mi webbrowser


Como guardar un archivo tras cerrar el dialog

Como imprimirlo

Como hacer una busqueda en la pagina actual.


Todo en delphi y pensando q es un WebBrowser y no un richedit

bartolomeo:
Hoola nunca vi este mensaje o si no ya te hubiese respondido hace ratooo  <_< , asi que me puse a investigar y encontre esto en la ayuda de delphi  :comp: :


--- Citar ---Como guardar un archivo tras cerrar el dialog
--- Fin de la cita ---


--- Cita de: "Delphi" ---TSaveDialog displays a "Save As" dialog for saving files.

Description

TSaveDialog displays a modal  dialog box for selecting file names and saving files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Save, the dialog closes and the selected file name is stored in the FileName property.

Note:   The Save button is labeled ‘Open’ if there is no file name assigned in the dialog.
--- Fin de la cita ---


--- Citar ---Como imprimirlo
--- Fin de la cita ---


--- Cita de: "Delphi" ---TPrintDialog displays a Print dialog.

Description

The TPrintDialog component displays a standard Windows dialog box for sending jobs to a printer. The dialog is modal and does not appear at runtime until it is activated by a call to the Execute method.
--- Fin de la cita ---

PDT: en la ayuda hay un ejemplo de esta componente


--- Citar ---Como hacer una busqueda en la pagina actual.
--- Fin de la cita ---



--- Cita de: "Dialog" ---TFindDialog displays a Find dialog that allows users to search for text in a file.

Description

The TFindDialog component displays a modeless Windows dialog box that prompts the user for a search string. The dialog does not appear at runtime until it is activated by a call to the Execute method.
--- Fin de la cita ---

PDT: en la ayuda de delphi hay ejemplos

Buenos espero que te sea util  :rolleyes:  la verdad nunca lo he hecho pero estoy seguro que con esto es suficiente  <_<  si necesitas algo mas hazlo saber  :blink:  , Chaoooo  :kicking:

Navegación

[0] Índice de Mensajes

Ir a la versión completa