Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to count an Overtime Pin
Swiss Mantoro1-Jun-06 21:25
Swiss Mantoro1-Jun-06 21:25 
AnswerRe: How to count an Overtime Pin
Guffa1-Jun-06 21:35
Guffa1-Jun-06 21:35 
GeneralRe: How to count an Overtime Pin
Swiss Mantoro2-Jun-06 18:05
Swiss Mantoro2-Jun-06 18:05 
AnswerRe: How to count an Overtime Pin
Guffa2-Jun-06 23:25
Guffa2-Jun-06 23:25 
Questionhelp me please in this checkedlistbox.. [modified] Pin
nellyvb.net1-Jun-06 20:28
nellyvb.net1-Jun-06 20:28 
QuestionPlease help explain this code... Pin
JackIsMe7771-Jun-06 20:07
JackIsMe7771-Jun-06 20:07 
AnswerRe: Please help explain this code... Pin
shreekar1-Jun-06 22:26
shreekar1-Jun-06 22:26 
GeneralRe: Please help explain this code... Pin
JackIsMe7773-Jun-06 4:45
JackIsMe7773-Jun-06 4:45 
I am creating a .exe file in visual basic. I have a button and a web browser (the standard one that you add from the toolbox) setup to load a webpage in a the web browser when the button is clicked. I am trying to stop the "Page cannot be displayed" page from loading if the user of my program is not connected to the internet, so I want to be able to check if the user is online that way I can route them to an offline version if necessary.

My code looks like this:

Public Class Form1

    Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        WebBrowser1.Navigate("http://www.google.com")
    End Sub

End Class


Thanks again for the help!
GeneralRe: Please help explain this code... Pin
shreekar4-Jun-06 20:07
shreekar4-Jun-06 20:07 
QuestionExternal Application Object Listener [modified] Pin
Gabe04631-Jun-06 19:16
Gabe04631-Jun-06 19:16 
QuestionHow to call a module? [modified] Pin
zenithmaximus1-Jun-06 17:02
zenithmaximus1-Jun-06 17:02 
AnswerRe: How to call a module? [modified] Pin
shreekar1-Jun-06 22:28
shreekar1-Jun-06 22:28 
Questionsystem.string[] Problem Pin
mrodriguezc1-Jun-06 12:05
mrodriguezc1-Jun-06 12:05 
QuestionCheck for admin rights in deploy/setup/install Pin
Kschuler1-Jun-06 8:53
Kschuler1-Jun-06 8:53 
AnswerRe: Check for admin rights in deploy/setup/install Pin
Mekong River1-Jun-06 21:21
Mekong River1-Jun-06 21:21 
AnswerRe: Check for admin rights in deploy/setup/install Pin
Mekong River3-Jun-06 6:23
Mekong River3-Jun-06 6:23 
QuestionRe: Check for admin rights in deploy/setup/install Pin
Kschuler5-Jun-06 2:57
Kschuler5-Jun-06 2:57 
AnswerRe: Check for admin rights in deploy/setup/install Pin
Mekong River6-Jun-06 6:49
Mekong River6-Jun-06 6:49 
QuestionSelect Top 1 Pin
boukaka1-Jun-06 8:36
boukaka1-Jun-06 8:36 
AnswerRe: Select Top 1 Pin
Kschuler1-Jun-06 8:48
Kschuler1-Jun-06 8:48 
AnswerRe: Select Top 1 Pin
boukaka1-Jun-06 8:50
boukaka1-Jun-06 8:50 
AnswerRe: Select Top 1 Pin
Leeland1-Jun-06 10:29
Leeland1-Jun-06 10:29 
AnswerRe: Select Top 1 Pin
Guffa1-Jun-06 12:03
Guffa1-Jun-06 12:03 
GeneralRe: Select Top 1 Pin
boukaka1-Jun-06 14:52
boukaka1-Jun-06 14:52 
GeneralRe: Select Top 1 Pin
shreekar1-Jun-06 22:32
shreekar1-Jun-06 22:32 

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.