|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Handling pop up window in VBHow 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 "Prashant Sahay" <PrashantSa***@discussions.microsoft.com> wrote in message I don't understand the question.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. 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. > > > "Prashant Sahay" pondered...
: Where are you Jeff. I am waiting for your reply. Can you post some code you've tried? Your request seems abit odd. -- Jim Carlock Post replies to the group. 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 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 > > > 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 >> >> >> 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. > > > 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. > > > > > > 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 > > >
Need to pull HARD DRIVE serial number in DOS!!!!!
Overflowing a Long Best Vista Setup for Development Vista Change Specifics VB6 Simple CD Burner AT Command in VB6 Printing in IE with no prompt Compairson to a fixed length string how does a recordset work ? FYI - Daylight Savings Time affects MS apps |
|||||||||||||||||||||||