Click here to Skip to main content
15,917,971 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to save users added controls? Pin
Kanniah30-Aug-06 4:25
Kanniah30-Aug-06 4:25 
GeneralRe: How to save users added controls? Pin
yanhe30-Aug-06 5:26
yanhe30-Aug-06 5:26 
AnswerHow to save users added controls? Pin
Kanniah31-Aug-06 3:19
Kanniah31-Aug-06 3:19 
QuestionClearing texboxs? Pin
Magno R. Vasquez29-Aug-06 9:35
Magno R. Vasquez29-Aug-06 9:35 
AnswerRe: Clearing texboxs? Pin
Dave Kreskowiak29-Aug-06 10:07
mveDave Kreskowiak29-Aug-06 10:07 
QuestionLooking for a good solution Pin
Lee Ludden29-Aug-06 5:39
Lee Ludden29-Aug-06 5:39 
AnswerRe: Looking for a good solution Pin
ToddHileHoffer29-Aug-06 8:36
ToddHileHoffer29-Aug-06 8:36 
QuestionDirectory.GetFiles Method (String) - VB.NET 2005 Pin
Freddie Code29-Aug-06 4:40
Freddie Code29-Aug-06 4:40 
According to the Microsoft Online Help: http://msdn2.microsoft.com/en-us/library/07wt70x2.aspx

For VB.NET, it says to declare GetFiles per below before using it. Why do you need to redeclare it in your code? I would thing that if it is part of the System.IO Namespace, it is already declared? Help, very confused.Confused | :confused:
<br />
'Namespace: System.IO<br />
'Visual Basic (Declaration):<br />
Public Shared Function GetFiles(path As String) As String()<br />

<br />
'Visual Basic (Usage):<br />
Dim path As String<br />
Dim returnValue As String()<br />
returnValue = Directory.GetFiles(path)<br />

AnswerRe: Directory.GetFiles Method (String) - VB.NET 2005 Pin
Dave Kreskowiak29-Aug-06 7:21
mveDave Kreskowiak29-Aug-06 7:21 
GeneralRe: Directory.GetFiles Method (String) - VB.NET 2005 Pin
Freddie Code30-Aug-06 4:34
Freddie Code30-Aug-06 4:34 
GeneralRe: Directory.GetFiles Method (String) - VB.NET 2005 Pin
Dave Kreskowiak30-Aug-06 5:18
mveDave Kreskowiak30-Aug-06 5:18 
QuestionHow to send email using vb? Pin
Shirazpasha29-Aug-06 4:00
Shirazpasha29-Aug-06 4:00 
AnswerRe: How to send email using vb? Pin
vbdotnetcoder200529-Aug-06 7:12
vbdotnetcoder200529-Aug-06 7:12 
GeneralRe: How to send email using vb? Pin
Dave Kreskowiak29-Aug-06 7:23
mveDave Kreskowiak29-Aug-06 7:23 
GeneralRe: How to send email using vb? Pin
Freddie Code29-Aug-06 8:51
Freddie Code29-Aug-06 8:51 
GeneralRe: How to send email using vb? Pin
Dave Kreskowiak29-Aug-06 8:54
mveDave Kreskowiak29-Aug-06 8:54 
GeneralRe: How to send email using vb? Pin
Shirazpasha30-Aug-06 4:36
Shirazpasha30-Aug-06 4:36 
GeneralRe: How to send email using vb? Pin
Dave Kreskowiak30-Aug-06 5:31
mveDave Kreskowiak30-Aug-06 5:31 
QuestionInsertion of embeded document in WordML Pin
srilathach29-Aug-06 3:10
srilathach29-Aug-06 3:10 
QuestionHow to get vb.net - web application ready for WWW ? Pin
porsti29-Aug-06 2:27
porsti29-Aug-06 2:27 
AnswerRe: How to get vb.net - web application ready for WWW ? Pin
CWIZO30-Aug-06 1:11
CWIZO30-Aug-06 1:11 
Questioncheck email validation Pin
playout28-Aug-06 23:13
playout28-Aug-06 23:13 
AnswerRe: check email validation [modified] Pin
coolestCoder29-Aug-06 0:02
coolestCoder29-Aug-06 0:02 
GeneralRe: check email validation Pin
playout29-Aug-06 2:01
playout29-Aug-06 2:01 
QuestionCan't see images when run the application Pin
Neo_Ali28-Aug-06 22:50
Neo_Ali28-Aug-06 22:50 

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.