Click here to Skip to main content
15,890,506 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Debugging A Service??? Pin
Anonymous15-May-03 12:53
Anonymous15-May-03 12:53 
GeneralRe: Debugging A Service??? Pin
GrindAZ16-May-03 13:02
GrindAZ16-May-03 13:02 
AnswerRe: Debugging A Service??? Pin
Anthony_Yio18-May-03 16:38
Anthony_Yio18-May-03 16:38 
GeneralRaising event from objects within a controls collection Pin
Damage_Inc14-May-03 3:29
Damage_Inc14-May-03 3:29 
GeneralRe: Raising event from objects within a controls collection Pin
Ray Cassick14-May-03 4:05
Ray Cassick14-May-03 4:05 
GeneralRe: Raising event from objects within a controls collection Pin
J. Dunlap14-May-03 7:15
J. Dunlap14-May-03 7:15 
QuestionHow to check if file existe? Pin
TPN13-May-03 21:36
TPN13-May-03 21:36 
AnswerRe: How to check if file existe? Pin
Villly13-May-03 22:05
Villly13-May-03 22:05 
Hi,

Just use "Dir" command in VB to check it's existance.

Say,

if Dir("filename") then
'' Task to do if file exists
end if

It will retrun True if exists or False if file is not there on the mentioned path. You can use other parameters like vbDirectory, vbSystemFile etc. to check file or folder property.


Best Regards,

Vilas Shewale Wink | ;)
GeneralRe: How to check if file existe? Pin
TPN13-May-03 22:09
TPN13-May-03 22:09 
AnswerRe: How to check if file existe? Pin
qnguyen14-May-03 5:44
qnguyen14-May-03 5:44 
GeneralRE: URLdownloadToFile Pin
rmurali13-May-03 11:51
rmurali13-May-03 11:51 
GeneralRe: RE: URLdownloadToFile Pin
John Kuhn13-May-03 14:05
John Kuhn13-May-03 14:05 
Generaldate functions Pin
Anonymous13-May-03 11:01
Anonymous13-May-03 11:01 
GeneralRe: date functions Pin
John Kuhn13-May-03 13:35
John Kuhn13-May-03 13:35 
QuestionHow to get a Picture in picturebox from a WebCam in VB.Net. Pin
Tajinder13-May-03 4:04
Tajinder13-May-03 4:04 
AnswerRe: How to get a Picture in picturebox from a WebCam in VB.Net. Pin
John Kuhn13-May-03 13:38
John Kuhn13-May-03 13:38 
Questiongetting a String from a Table? Pin
Anonymous12-May-03 6:12
Anonymous12-May-03 6:12 
AnswerRe: getting a String from a Table? Pin
Ray Cassick12-May-03 16:00
Ray Cassick12-May-03 16:00 
GeneralVB interview Pin
Sarvesvara (BVKS) Dasa12-May-03 2:40
Sarvesvara (BVKS) Dasa12-May-03 2:40 
GeneralRe: VB interview Pin
Villly13-May-03 22:26
Villly13-May-03 22:26 
GeneralRe: VB interview Pin
Sarvesvara (BVKS) Dasa14-May-03 5:06
Sarvesvara (BVKS) Dasa14-May-03 5:06 
GeneralWindows Message Queue Pin
Jim Taylor11-May-03 12:19
Jim Taylor11-May-03 12:19 
GeneralRe: Windows Message Queue Pin
Villly13-May-03 22:18
Villly13-May-03 22:18 
GeneralRe: Windows Message Queue Pin
Jim Taylor13-May-03 22:47
Jim Taylor13-May-03 22:47 
GeneralI am lost Pin
Anonymous10-May-03 18:23
Anonymous10-May-03 18:23 

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.