Subj : Re: IE object and borland C++ To : borland.public.cpp.borlandcpp From : Genie Date : Sun Jun 13 2004 06:22 pm Thanks for your input, however I do need to instantaite the IE object and use its methods in the C++ code. So your method will not work. "Ray Sittig" wrote: >If you're not grabbing data from web pages, you can use: > >ShellExecute(NULL, "open", "http://my.url.com", NULL, NULL, NULL); > >Ray Sittig > > .