Realizing that this is not exactly the most correct area to post this question, I really wasn't able to find anything better.
I'm just finishing up a lil' DB program written under Delphi 7. The app pulls information from a database, and then exports the information into an HTML file of which can later be printed. (The whole purpose of the HTML page is so I didn't have to put the images on the page directly)
Question I have is, either by using the ShellAPI routines, or some other method, anyone got an idea on how I can print the HTML page? I'd prefer to bring up the print options first. I know theres a ShellExecute I can use, but, I can't remember, nor have I been able to find it anywhere on the net. :/
Thanks in advance.
I'm just finishing up a lil' DB program written under Delphi 7. The app pulls information from a database, and then exports the information into an HTML file of which can later be printed. (The whole purpose of the HTML page is so I didn't have to put the images on the page directly)
Question I have is, either by using the ShellAPI routines, or some other method, anyone got an idea on how I can print the HTML page? I'd prefer to bring up the print options first. I know theres a ShellExecute I can use, but, I can't remember, nor have I been able to find it anywhere on the net. :/
Thanks in advance.