Re: Problem with Windows XP SP2 and VB.Net code
From: Ken Tucker [MVP] (vb2ae_at_bellsouth.net)
Date: 08/18/04
- Next message: Herfried K. Wagner [MVP]: "Re: MailMessage class and CDO"
- Previous message: Imran Koradia: "Re: Problem with Windows XP SP2 and VB.Net code"
- In reply to: Blaxer: "Problem with Windows XP SP2 and VB.Net code"
- Next in thread: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Reply: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Reply: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Aug 2004 19:30:28 -0400
Hi,
Try this instead.
Process.Start(www.yahoo.com)
Ken
-----------------------------------
"Blaxer" <Blaxer@discussions.microsoft.com> wrote in message
news:3DA17B4A-CD7F-4D00-8376-0E578C2029CD@microsoft.com...
I am using the following code to open an instance of Internet Explorer with
a
specific URL.
Dim Argument_String as String = "www.yahoo.com"
System.Diagnostics.Process.Start("C:\Program Files\Internet
Explorer\iexplore.exe", Argument_String)
If I have the new XP SP2 IE pop-up blocker enabled the browser does not come
up at all, if I disable it it "pops-up" just fine. If I put, for example,
www.yahoo.com in the list of sites to not block pop-ups for it has no effect
and is still blocked.
Any help would be greatly appreciated...
TIA...
- Next message: Herfried K. Wagner [MVP]: "Re: MailMessage class and CDO"
- Previous message: Imran Koradia: "Re: Problem with Windows XP SP2 and VB.Net code"
- In reply to: Blaxer: "Problem with Windows XP SP2 and VB.Net code"
- Next in thread: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Reply: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Reply: Blaxer: "Re: Problem with Windows XP SP2 and VB.Net code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|