How to enable the cut and copy operations for the
TWebBrowser component in Delphi 5?
Answer Posted / 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 |
Post New Answer View All Answers
what is Client launching ?
what are the Differences between Create(Self) and Create(Application)?
How to Extract an icon from a .exe or .dll?
why Paradox slow on some computers and not on others ?
How to detect the CPU type of the computer the application is running on?
How to Create NonMaintained or .NDX indexes on dBASE Tables?
How to get DLL function parameter listings ?
How to Use the Shell API function SHBrowseForFolder() ?
How to Use Visual Basic arrays in Delphi ?
What types of Routers are able to be used?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
'External Exception C0000008' or 'Access Violation' . what does this error mean?
How to generate an error for SELECT statements that divide by zero?
How to detect if a given key was pressed during application during startup?
How to Finddistance between two points?