Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
The ShowHTMLDialog function creates a modal dialog box that displays HTML found at a specified URL.
http://www.delphi-central.com/ShowHTMLDialogFromDelphi.aspx
Tutorial Statistics
The ShowHTMLDialog function creates a modal dialog box that displays HTML found at a specified URL. Using a HTML dialog ovver a standard windows dialog gives you much more flexibility with what you can display, i.e. anything you find on a web page. To use ShowHTMLDialog, which is implemented in Mshtml.dll, you need to dynamically load and call this function by using the LoadLibrary and GetProcAddress functions. More detail...
|
|
|