Click here to Skip to main content
15,885,908 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with Datagridview Combobox column... Pin
Wendelius22-Jan-09 23:47
mentorWendelius22-Jan-09 23:47 
AnswerRe: Problem with Datagridview Combobox column... Pin
Ashutosh Phoujdar22-Jan-09 23:59
Ashutosh Phoujdar22-Jan-09 23:59 
QuestionRemote Connection While using Attached Database file in MssqlExpress 2005 Pin
r_mohd22-Jan-09 18:05
r_mohd22-Jan-09 18:05 
AnswerRe: Remote Connection While using Attached Database file in MssqlExpress 2005 Pin
Ashutosh Phoujdar22-Jan-09 19:03
Ashutosh Phoujdar22-Jan-09 19:03 
AnswerRe: Remote Connection While using Attached Database file in MssqlExpress 2005 Pin
Wendelius22-Jan-09 20:49
mentorWendelius22-Jan-09 20:49 
Questionfiles from subfolder Pin
jishbalan22-Jan-09 17:11
jishbalan22-Jan-09 17:11 
AnswerRe: files from subfolder Pin
N a v a n e e t h22-Jan-09 17:14
N a v a n e e t h22-Jan-09 17:14 
AnswerRe: files from subfolder Pin
Ashutosh Phoujdar22-Jan-09 18:56
Ashutosh Phoujdar22-Jan-09 18:56 
The article mentioned in previous reply is perfect call for this situation.
But, Now .NET supports recursive search by using simple code snippet. Have a look in following code snippet :

 Dim myFiles() As String = Directory.GetFiles("C:\Temp", "*.*", SearchOption.AllDirectories)

If myFiles.Length > 0 Then
       'Do process list of files retrieved          
End If


dnpro
"Very bad programmer"

Question[Message Deleted] Pin
moonshaddow22-Jan-09 17:08
moonshaddow22-Jan-09 17:08 
AnswerRe: reading from resource files Pin
N a v a n e e t h22-Jan-09 17:12
N a v a n e e t h22-Jan-09 17:12 
GeneralRe: reading from resource files Pin
moonshaddow22-Jan-09 17:26
moonshaddow22-Jan-09 17:26 
QuestionDoes VB support partial classes? [modified] Pin
PIEBALDconsult22-Jan-09 9:07
mvePIEBALDconsult22-Jan-09 9:07 
AnswerRe: Does VB support partial classes? Pin
Wendelius22-Jan-09 9:36
mentorWendelius22-Jan-09 9:36 
GeneralRe: Does VB support partial classes? Pin
Luc Pattyn22-Jan-09 9:44
sitebuilderLuc Pattyn22-Jan-09 9:44 
AnswerRe: Does VB support partial classes? Pin
Dave Kreskowiak22-Jan-09 10:14
mveDave Kreskowiak22-Jan-09 10:14 
Question3rd party software suggestions. Pin
Cory Kimble22-Jan-09 8:32
Cory Kimble22-Jan-09 8:32 
AnswerRe: 3rd party software suggestions. Pin
Ben Fair22-Jan-09 9:12
Ben Fair22-Jan-09 9:12 
QuestionEmbedded resource problem Pin
Benny_Lava22-Jan-09 3:19
Benny_Lava22-Jan-09 3:19 
AnswerRe: Embedded resource problem Pin
EliottA22-Jan-09 5:04
EliottA22-Jan-09 5:04 
QuestionHow to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12322-Jan-09 2:19
solomondevapaul12322-Jan-09 2:19 
AnswerRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak22-Jan-09 7:21
mveDave Kreskowiak22-Jan-09 7:21 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12327-Jan-09 21:57
solomondevapaul12327-Jan-09 21:57 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak28-Jan-09 2:49
mveDave Kreskowiak28-Jan-09 2:49 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12329-Jan-09 21:57
solomondevapaul12329-Jan-09 21:57 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak30-Jan-09 1:57
mveDave Kreskowiak30-Jan-09 1:57 

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.