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?



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

Post New Answer

More Delphi Interview Questions

'Name Conflicting' . what does this error mean?

0 Answers  


How to Declare a SafeArray in the type library editor?

0 Answers  


How to Get the actual size of a TComboBox?

0 Answers  


How to get the date of the last day in the current month?

0 Answers  


Where can we obtain the help file for the VtChart component?

0 Answers  


How to insert an InterBase BLOb in Delphi using LoadFromFile? 2

0 Answers  


"Cannot load IDAPI service library" . what does this error mean?

0 Answers  


How to Dynamically drawing a transparent image ?

0 Answers  


How to Deploy DBClient in a Web Application?

0 Answers  


How to Limit the amount of text entered in a TEdit?

0 Answers  


How to use far pointers?

0 Answers  


How to Get the longfilename from a file?

0 Answers  


Categories