Click here to Skip to main content
16,017,954 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: using a string variables value Pin
btoyer1-Jul-05 5:49
btoyer1-Jul-05 5:49 
GeneralRe: using a string variables value Pin
Christian Graus1-Jul-05 20:23
protectorChristian Graus1-Jul-05 20:23 
GeneralRe: using a string variables value Pin
Dave Kreskowiak2-Jul-05 11:25
mveDave Kreskowiak2-Jul-05 11:25 
GeneralAnyone know how to get more control over the appearance, size, etc of an active movie window Pin
Joey Picerno30-Jun-05 9:51
Joey Picerno30-Jun-05 9:51 
GeneralRe: Anyone know how to get more control over the appearance, size, etc of an active movie window Pin
Dr_Lomax12-Jul-05 1:42
Dr_Lomax12-Jul-05 1:42 
GeneralTwo WebBrowsers Question Pin
Anonymous30-Jun-05 9:28
Anonymous30-Jun-05 9:28 
GeneralTwo WebBrowsers Question Pin
Anonymous30-Jun-05 10:02
Anonymous30-Jun-05 10:02 
GeneralRe: Two WebBrowsers Question Pin
rwestgraham30-Jun-05 12:42
rwestgraham30-Jun-05 12:42 
What you are trying to do is very difficult. The WebBrowser control does not allow you to detect in-page events like clicking on a hyperlink.

There is a BeforeNavigate event that you can use to get a URL from the first browser after a hyperlink is clicked to pass to the second. It also has a Cancel parameter that you can use to prevent the first window from navigating to the new link, in order to keep it on the original page.

The problem with using that is how do you know when the person clicked on a link in the first browser that should open in the second, versus when the person clicked on a link that should cause navigation in the first window, like moving to the second page of a set of search results?

It's pretty much an impossible problem to solve.

Robert
Generalcombobox items question Pin
Joey Picerno30-Jun-05 9:03
Joey Picerno30-Jun-05 9:03 
GeneralRe: combobox items question Pin
Anonymous30-Jun-05 9:14
Anonymous30-Jun-05 9:14 
GeneralRe: combobox items question Pin
Joey Picerno30-Jun-05 9:49
Joey Picerno30-Jun-05 9:49 
GeneralMoving to a row in a dataset Pin
dptalt30-Jun-05 8:38
dptalt30-Jun-05 8:38 
GeneralRe: Moving to a row in a dataset Pin
Anonymous30-Jun-05 9:36
Anonymous30-Jun-05 9:36 
GeneralRe: Moving to a row in a dataset Pin
dptalt5-Jul-05 3:27
dptalt5-Jul-05 3:27 
GeneralRemote Desktop Connection Question Pin
rrd9c30-Jun-05 6:43
rrd9c30-Jun-05 6:43 
GeneralRe: Remote Desktop Connection Question Pin
Anonymous30-Jun-05 9:20
Anonymous30-Jun-05 9:20 
GeneralDisplay a String in HTML Pin
gharryh30-Jun-05 5:44
gharryh30-Jun-05 5:44 
GeneralRe: Display a String in HTML Pin
Dave Kreskowiak30-Jun-05 7:30
mveDave Kreskowiak30-Jun-05 7:30 
QuestionI downloaded the DirectX SDK now where do i put the extracted files??? Pin
Joey Picerno30-Jun-05 5:35
Joey Picerno30-Jun-05 5:35 
AnswerRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
toxcct30-Jun-05 5:58
toxcct30-Jun-05 5:58 
GeneralRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
Joey Picerno30-Jun-05 10:11
Joey Picerno30-Jun-05 10:11 
GeneralRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
Dave Kreskowiak30-Jun-05 17:13
mveDave Kreskowiak30-Jun-05 17:13 
GeneralRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
toxcct30-Jun-05 20:37
toxcct30-Jun-05 20:37 
GeneralRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
toxcct30-Jun-05 20:31
toxcct30-Jun-05 20:31 
GeneralRe: I downloaded the DirectX SDK now where do i put the extracted files??? Pin
toxcct1-Jul-05 5:11
toxcct1-Jul-05 5:11 

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.