Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Internet application programming using C++

1 view
Skip to first unread message

Pallav singh

unread,
Jun 17, 2009, 2:07:33 PM6/17/09
to
Hi All,
I am having the following piece of code in VB for working
with INTERNET EXPLORER application in the bachhand

Set oIE = CreateObject("InternetExplorer.Application")

If ShowIE = 0 Then oIE.Visible = False Else oIE.Visible = True End If

I want to do same thing using C++ .

Can somebody tell me how to proceed ?


With regards,
Pallav

Alex Blekhman

unread,
Jun 18, 2009, 6:33:55 AM6/18/09
to
"Pallav singh" wrote:
> Hi All,
> I am having the following piece of code in VB for
> working with INTERNET EXPLORER application in the bachhand [...]

See my answer in microsoft.public.vc.language group. Please don't
multipost. Crosspost if necessary.

"Multiposting vs Crossposting"
http://www.blakjak.demon.co.uk/mul_crss.htm

Alex


0 new messages