Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Autonumeric byte column wont increment Pin
AlexeiXX324-Feb-06 4:26
AlexeiXX324-Feb-06 4:26 
AnswerRe: Autonumeric byte column wont increment Pin
Dave Kreskowiak24-Feb-06 9:06
mveDave Kreskowiak24-Feb-06 9:06 
QuestionMight be a stupid question but... Pin
Darshon23-Feb-06 11:08
Darshon23-Feb-06 11:08 
AnswerRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 9:20
Dean_SF24-Feb-06 9:20 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 10:43
Darshon24-Feb-06 10:43 
GeneralRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 10:56
Dean_SF24-Feb-06 10:56 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 11:15
Darshon24-Feb-06 11:15 
GeneralRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 11:24
Dean_SF24-Feb-06 11:24 
In that case, what I would do is put the actual URL navigation text in another hidden column of your listview and reference that text for the Navigate command.

So where the users see:

1sitename.url
2sitename.url

...listed in the first column of the listview, in the second column (with a column width of zero) would be the URL navigation text:

http://www.1sitename.com
http://www.2sitename.com

Then in the SelectedIndexChanged event you could do your navigate:

Me.WebBrowser1.Navigate(Me.lvwLeft.SelectedItems(0).SubItems(1).Text)

Dean


GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 11:34
Darshon24-Feb-06 11:34 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 13:37
Darshon24-Feb-06 13:37 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 15:57
Darshon24-Feb-06 15:57 
QuestionForm created by thread inaccessible Pin
RJGCarey23-Feb-06 10:52
RJGCarey23-Feb-06 10:52 
AnswerRe: Form created by thread inaccessible Pin
Joshua Quick24-Feb-06 8:10
Joshua Quick24-Feb-06 8:10 
QuestionStupid question Pin
teuneboon23-Feb-06 9:55
teuneboon23-Feb-06 9:55 
AnswerRe: Stupid question Pin
J4amieC23-Feb-06 10:17
J4amieC23-Feb-06 10:17 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 10:24
teuneboon23-Feb-06 10:24 
GeneralRe: Stupid question Pin
J4amieC23-Feb-06 10:31
J4amieC23-Feb-06 10:31 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:04
teuneboon23-Feb-06 11:04 
AnswerRe: Stupid question Pin
progload23-Feb-06 10:27
progload23-Feb-06 10:27 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 10:31
teuneboon23-Feb-06 10:31 
GeneralRe: Stupid question Pin
progload23-Feb-06 10:47
progload23-Feb-06 10:47 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:11
teuneboon23-Feb-06 11:11 
GeneralRe: Stupid question Pin
progload23-Feb-06 11:20
progload23-Feb-06 11:20 
GeneralRe: Stupid question Pin
teuneboon24-Feb-06 2:51
teuneboon24-Feb-06 2:51 
GeneralRe: Stupid question Pin
progload24-Feb-06 5:58
progload24-Feb-06 5:58 

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.