Click here to Skip to main content
15,891,787 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get ListView item Icons ? Pin
Biplob Singha Shee17-Jul-13 7:34
Biplob Singha Shee17-Jul-13 7:34 
AnswerRe: How to get ListView item Icons ? Pin
Richard MacCutchan17-Jul-13 21:20
mveRichard MacCutchan17-Jul-13 21:20 
AnswerRe: How to get ListView item Icons ? Pin
TnTinMn18-Jul-13 11:36
TnTinMn18-Jul-13 11:36 
QuestionHow To Populate Data In Another Form Of Display Pin
12345_abcde15-Jul-13 3:36
12345_abcde15-Jul-13 3:36 
AnswerRe: How To Populate Data In Another Form Of Display Pin
Eddy Vluggen18-Jul-13 6:38
professionalEddy Vluggen18-Jul-13 6:38 
QuestionVB.net connect to Access with master and child table Pin
dmtp10-Jul-13 11:30
dmtp10-Jul-13 11:30 
AnswerRe: VB.net connect to Access with master and child table Pin
Bernhard Hiller14-Jul-13 21:51
Bernhard Hiller14-Jul-13 21:51 
Questionhow to capture the url of a popup window. Pin
rshaheen9-Jul-13 5:24
rshaheen9-Jul-13 5:24 
im working on a project at the moment and i am facing a critical problem.
The tool that i have created using vb.net vs 2010 ultimate opens a "webbrowser" inside a windows form
this webbrowser displays a combination of not static banners from another server.
These banners hav an onclick event that opens a webpage.
For example : if you click on the puma banner, IE browser opens the official puma page.

My problem is that when it is opening with IE, no problem at all. The page is opening and loading normally.
whenever i use the "Process.Start(e.ToString())" to open it with the default browser,the default browser launches but with
url: System.ComponentModel.CancelEventArgs


the function is so simple to write but somehow, i am not able to assign a e.url.tostring to the process.start knowing that im using it in the newwindow event.
in the newwindow event, if i change the definirion of e as System.ComponentModel.CancelEventArgs to e as System.Windows.Forms.WebBrowserNavigatingEventArgs then it will always open with IE

i have been trying every single solution i could think of or found online so far and still ... it either opens with IE perfectly (which is not what i want- should be in default browser) Or the default browser launches onclick to the homepage of the browser.

Is there any way to record the URL called in the popup IE window and save it somewhere to be able to browse it using the process.start Or is there another way to do that.

Im kinda getting frustrated from this already
Your help will be highly appreciated
Roy

AnswerRe: how to capture the url of a popup window. Pin
Dave Kreskowiak9-Jul-13 5:34
mveDave Kreskowiak9-Jul-13 5:34 
GeneralRe: how to capture the url of a popup window. Pin
rshaheen9-Jul-13 6:03
rshaheen9-Jul-13 6:03 
GeneralRe: how to capture the url of a popup window. Pin
Dave Kreskowiak9-Jul-13 6:30
mveDave Kreskowiak9-Jul-13 6:30 
AnswerRe: how to capture the url of a popup window. Pin
Brisingr Aerowing14-Jul-13 12:22
professionalBrisingr Aerowing14-Jul-13 12:22 
QuestionVB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 1:03
Biplob Singha Shee9-Jul-13 1:03 
AnswerRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 1:15
mveRichard Deeming9-Jul-13 1:15 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 1:47
Biplob Singha Shee9-Jul-13 1:47 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 1:52
mveRichard Deeming9-Jul-13 1:52 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 2:02
Biplob Singha Shee9-Jul-13 2:02 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Dave Kreskowiak9-Jul-13 2:42
mveDave Kreskowiak9-Jul-13 2:42 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 2:49
mveRichard Deeming9-Jul-13 2:49 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 3:09
professionalEddy Vluggen9-Jul-13 3:09 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 3:11
mveRichard Deeming9-Jul-13 3:11 
AnswerRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 4:58
Biplob Singha Shee9-Jul-13 4:58 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 5:06
mveRichard Deeming9-Jul-13 5:06 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 5:23
Biplob Singha Shee9-Jul-13 5:23 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Richard Deeming9-Jul-13 5:49
mveRichard Deeming9-Jul-13 5:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.