Click here to Skip to main content
15,907,326 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Question about Shared modifier Pin
Alaric_19-Jan-08 12:34
professionalAlaric_19-Jan-08 12:34 
GeneralRe: Question about Shared modifier Pin
pmarfleet19-Jan-08 12:45
pmarfleet19-Jan-08 12:45 
GeneralRe: Question about Shared modifier Pin
Alaric_19-Jan-08 13:53
professionalAlaric_19-Jan-08 13:53 
GeneralRe: Question about Shared modifier Pin
Guffa19-Jan-08 17:56
Guffa19-Jan-08 17:56 
GeneralPuzzling MDI Behaviour Pin
George B Gilbert19-Jan-08 10:25
George B Gilbert19-Jan-08 10:25 
GeneralTwilight Zone! Pin
George B Gilbert19-Jan-08 13:33
George B Gilbert19-Jan-08 13:33 
GeneralRe: Twilight Zone! Pin
Alaric_19-Jan-08 13:55
professionalAlaric_19-Jan-08 13:55 
GeneralIP address on LAN through a wireless router. CarPC project Pin
portreathbeach19-Jan-08 8:23
portreathbeach19-Jan-08 8:23 
Hi,

I have writen my own front-end for a carPC project and for a final touch I thought I would have an option to wirelessly update the MP3 shared folder on my PC when I am in the driveway.

Right, what I have done is set my home PC to a static IP address of '192.168.0.136' and a shared folder called 'mp3'

Here is a small bit of code demonstating what I want to do...

strHubComputerIP = "192.168.0.136"
strHubComputerMp3Folder = "mp3"
strRemoteDirectory = New DirectoryInfo("\\" & strHubComputerIP & "\" & strHubComputerMp3Folder & "\")
If strRemoteDirectory.Exists Then............


this works fine, but if I change the IP address to "192.168.0.135" or the 'hub' computer is off (the IP address can't be seen), the computer hangs for 2 minutes.

For example, if I pull into my drive and want to update, but my home PC is off, I don't want the computer in the car to hang. I want it to tell me that the IP address isn't found.

Hope someone can help, I've been working on my front-end for a year now as I've been saving up for the hardware. This is the last bit I need to sort out, then I can build the machine Smile | :)
GeneralRe: IP address on LAN through a wireless router. CarPC project Pin
portreathbeach19-Jan-08 11:33
portreathbeach19-Jan-08 11:33 
GeneralEmail Sending in VB2005 Pin
plural19-Jan-08 3:14
plural19-Jan-08 3:14 
GeneralRe: Email Sending in VB2005 Pin
Paul Conrad19-Jan-08 7:14
professionalPaul Conrad19-Jan-08 7:14 
GeneralRe: Email Sending in VB2005 Pin
Muhammad Shahid Farooq19-Jan-08 8:16
professionalMuhammad Shahid Farooq19-Jan-08 8:16 
GeneralRe: Email Sending in VB2005 Pin
Paul Conrad19-Jan-08 12:10
professionalPaul Conrad19-Jan-08 12:10 
GeneralRe: Email Sending in VB2005 Pin
Christian Graus19-Jan-08 9:33
protectorChristian Graus19-Jan-08 9:33 
QuestionFocus on new added row in datagridview Pin
ejaz_pk19-Jan-08 1:07
ejaz_pk19-Jan-08 1:07 
GeneralRe: Focus on new added row in datagridview Pin
Paul Conrad19-Jan-08 7:16
professionalPaul Conrad19-Jan-08 7:16 
QuestionRe: Focus on new added row in datagridview Pin
ejaz_pk19-Jan-08 7:35
ejaz_pk19-Jan-08 7:35 
QuestionHow can i put a " in the Replace function Pin
SekharOne18-Jan-08 23:58
SekharOne18-Jan-08 23:58 
AnswerRe: How can i put a " in the Replace function [modified] Pin
The ANZAC19-Jan-08 1:34
The ANZAC19-Jan-08 1:34 
AnswerRe: How can i put a " in the Replace function Pin
Guffa19-Jan-08 3:37
Guffa19-Jan-08 3:37 
GeneralRe: How can i put a " in the Replace function Pin
SekharOne20-Jan-08 18:34
SekharOne20-Jan-08 18:34 
GeneralRe: How can i put a " in the Replace function Pin
Guffa21-Jan-08 12:03
Guffa21-Jan-08 12:03 
QuestionHow does Nested Datalist work? Pin
Edward Topalian18-Jan-08 23:37
Edward Topalian18-Jan-08 23:37 
AnswerRe: How does Nested Datalist work? Pin
Edward Topalian21-Jan-08 23:42
Edward Topalian21-Jan-08 23:42 
QuestionHow to Change the name of a form Pin
saravana00118-Jan-08 22:35
saravana00118-Jan-08 22:35 

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.