Home All Groups Group Topic Archive Search About

Handling pop up window in VB

Author
18 Feb 2007 2:58 PM
Prashant Sahay
How can I handle POP up windows in VB.

I know it can be done by using newWindow2 or newWindow3 event of window
class but I am afraid I dont know how to code.

Please help me to do this atleast.

dozens of Thanks in advance and in anticipation.

Thank You

Prashant Sahay

Author
19 Feb 2007 2:16 PM
Jeff Johnson
"Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...

> How can I handle POP up windows in VB.
>
> I know it can be done by using newWindow2 or newWindow3 event of window
> class but I am afraid I dont know how to code.
>
> Please help me to do this atleast.

I don't understand the question.
Author
26 Feb 2007 12:58 PM
Prashant Sahay
Where are you Jeff.I am waiting for your reply.

Show quoteHide quote
"Jeff Johnson" wrote:

> "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
> news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
>
> > How can I handle POP up windows in VB.
> >
> > I know it can be done by using newWindow2 or newWindow3 event of window
> > class but I am afraid I dont know how to code.
> >
> > Please help me to do this atleast.
>
> I don't understand the question.
>
>
>
Author
26 Feb 2007 2:17 PM
Jim Carlock
"Prashant Sahay" pondered...
: Where are you Jeff. I am waiting for your reply.

Can you post some code you've tried? Your request seems a
bit odd.

--
Jim Carlock
Post replies to the group.
Author
19 Feb 2007 4:13 PM
Robert Morley
Are you using VB6 or VB.NET?  That sounds suspiciously like a VB.NET Browser
Control question.  Assuming I'm correct, you should be looking for
newsgroups with "dotnet" in their name.  This newsgroup is strictly for
"traditional" VB (VB6 and older).


Rob

Show quoteHide quote
"Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
> How can I handle POP up windows in VB.
>
> I know it can be done by using newWindow2 or newWindow3 event of window
> class but I am afraid I dont know how to code.
>
> Please help me to do this atleast.
>
> dozens of Thanks in advance and in anticipation.
>
> Thank You
>
> Prashant Sahay
Author
26 Feb 2007 12:58 PM
Prashant Sahay
Where are you Robert.I am waiting for your reply.

Show quoteHide quote
"Robert Morley" wrote:

> Are you using VB6 or VB.NET?  That sounds suspiciously like a VB.NET Browser
> Control question.  Assuming I'm correct, you should be looking for
> newsgroups with "dotnet" in their name.  This newsgroup is strictly for
> "traditional" VB (VB6 and older).
>
>
> Rob
>
> "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
> news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
> > How can I handle POP up windows in VB.
> >
> > I know it can be done by using newWindow2 or newWindow3 event of window
> > class but I am afraid I dont know how to code.
> >
> > Please help me to do this atleast.
> >
> > dozens of Thanks in advance and in anticipation.
> >
> > Thank You
> >
> > Prashant Sahay
>
>
>
Author
26 Feb 2007 3:35 PM
Robert Morley
I know nothing about Browser Controls at all, so I can't help you.  Sorry.


Rob

Show quoteHide quote
"Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
news:4383D00A-475F-4721-88F8-6F88F4FFB19C@microsoft.com...
> Where are you Robert.I am waiting for your reply.
>
> "Robert Morley" wrote:
>
>> Are you using VB6 or VB.NET?  That sounds suspiciously like a VB.NET
>> Browser
>> Control question.  Assuming I'm correct, you should be looking for
>> newsgroups with "dotnet" in their name.  This newsgroup is strictly for
>> "traditional" VB (VB6 and older).
>>
>>
>> Rob
>>
>> "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in
>> message
>> news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
>> > How can I handle POP up windows in VB.
>> >
>> > I know it can be done by using newWindow2 or newWindow3 event of window
>> > class but I am afraid I dont know how to code.
>> >
>> > Please help me to do this atleast.
>> >
>> > dozens of Thanks in advance and in anticipation.
>> >
>> > Thank You
>> >
>> > Prashant Sahay
>>
>>
>>
Author
23 Feb 2007 7:58 AM
Prashant Sahay
I want to trap the events I perform while browsing internet.

I have already started.Now the problem lies when I click on a button which
displays another window(Popup window).

How to hold these windows so that I can access the  contents of that window.

Show quoteHide quote
"Jeff Johnson" wrote:

> "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
> news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
>
> > How can I handle POP up windows in VB.
> >
> > I know it can be done by using newWindow2 or newWindow3 event of window
> > class but I am afraid I dont know how to code.
> >
> > Please help me to do this atleast.
>
> I don't understand the question.
>
>
>
Author
23 Feb 2007 1:30 PM
Prashant Sahay
suppose I opened a browser with any URL and clicked on a link which displays
another window which is a popup window like help link.I want to hold such
objects in an object so that i can access their features.

I believe you can help me now.

Thanks in advance.

Show quoteHide quote
"Prashant Sahay" wrote:

> I want to trap the events I perform while browsing internet.
>
> I have already started.Now the problem lies when I click on a button which
> displays another window(Popup window).
>
> How to hold these windows so that I can access the  contents of that window.
>
> "Jeff Johnson" wrote:
>
> > "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
> > news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
> >
> > > How can I handle POP up windows in VB.
> > >
> > > I know it can be done by using newWindow2 or newWindow3 event of window
> > > class but I am afraid I dont know how to code.
> > >
> > > Please help me to do this atleast.
> >
> > I don't understand the question.
> >
> >
> >
Author
23 Feb 2007 8:00 AM
Prashant Sahay
I am using VB 6 and it can be done in VB 6 using newWindow2 event of
InternetExplorer.That is a challenge ofcourse.

i believe you could help me now.

Show quoteHide quote
"Robert Morley" wrote:

> Are you using VB6 or VB.NET?  That sounds suspiciously like a VB.NET Browser
> Control question.  Assuming I'm correct, you should be looking for
> newsgroups with "dotnet" in their name.  This newsgroup is strictly for
> "traditional" VB (VB6 and older).
>
>
> Rob
>
> "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message
> news:38DABE35-03AE-42D5-AF22-C06CE030A687@microsoft.com...
> > How can I handle POP up windows in VB.
> >
> > I know it can be done by using newWindow2 or newWindow3 event of window
> > class but I am afraid I dont know how to code.
> >
> > Please help me to do this atleast.
> >
> > dozens of Thanks in advance and in anticipation.
> >
> > Thank You
> >
> > Prashant Sahay
>
>
>