Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what is Client launching ?

1844


what are the Differences between Create(Self) and Create(Application)?

1772


How to Extract an icon from a .exe or .dll?

1700


why Paradox slow on some computers and not on others ?

1616


How to detect the CPU type of the computer the application is running on?

1818


How to Create NonMaintained or .NDX indexes on dBASE Tables?

1939


How to get DLL function parameter listings ?

2010


How to Use the Shell API function SHBrowseForFolder() ?

1792


How to Use Visual Basic arrays in Delphi ?

2004


What types of Routers are able to be used?

1665


'General SQL Error : Connection does not exist' in threaded application . what does this indicates?

2038


'External Exception C0000008' or 'Access Violation' . what does this error mean?

3401


How to generate an error for SELECT statements that divide by zero?

1736


How to detect if a given key was pressed during application during startup?

1623


How to Finddistance between two points?

2027