How to enable the cut and copy operations for the
TWebBrowser component in Delphi 5?
Answer / byczypysior
If you are going to use the TWebBrowser and want to enable
cut and copy, you will need to add these lines of code at
the bottom of the your unit:
initialization
OleInitialize(nil);
finalization
OleUninitialize;
| Is This Answer Correct ? | 1 Yes | 0 No |
How to Drop a combobox's list in code?
How to make changes to the VCL code?
How to Create a custom word break procedure?
How to Copy contents of a control to the clipboard?
Explain ODBC Constraints ?
How to create a bitmap from an icon?
How to Find the RepositoryId of a CORBA Server?
Explain about Multi-Threaded ISAPI DLLs ?
How to Copy files using the Standard Windows Copy file dialog box ?
How to Save a QuickReport custom preview to text?
How to Embede a copyright symbol in a string?
How to use the Lookup method to return values from multiple columns ?