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
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