SoloCodigo
Programación General => Delphi => Mensaje iniciado por: RedChaos en Miércoles 3 de Agosto de 2005, 11:57
-
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
-
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: :
Como guardar un archivo tras cerrar el dialog
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.
Como imprimirlo
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.
PDT: en la ayuda hay un ejemplo de esta componente
Como hacer una busqueda en la pagina actual.
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.
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: