Click here to Skip to main content
15,891,597 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Getting text from HTML . Pin
0x3c016-Sep-09 9:11
0x3c016-Sep-09 9:11 
QuestionHow to save a dynamic array into text in vb 2008 [modified] Pin
rbjanaki16-Sep-09 5:02
rbjanaki16-Sep-09 5:02 
AnswerRe: How to save a dynamic array into text in vb 2008 Pin
Eddy Vluggen16-Sep-09 5:31
professionalEddy Vluggen16-Sep-09 5:31 
Questionhow to find the next number in a form of dynamic array Pin
rbjanaki16-Sep-09 3:28
rbjanaki16-Sep-09 3:28 
AnswerRe: how to find the next number in a form of dynamic array Pin
Dave Kreskowiak16-Sep-09 10:43
mveDave Kreskowiak16-Sep-09 10:43 
QuestionQuestion on GetFiles() [SOLVED] Pin
vijay248216-Sep-09 3:22
vijay248216-Sep-09 3:22 
AnswerRe: Question on GetFiles() Pin
Dave Kreskowiak16-Sep-09 3:51
mveDave Kreskowiak16-Sep-09 3:51 
AnswerRe: Question on GetFiles() [modified] Pin
Nuri Ismail16-Sep-09 3:55
Nuri Ismail16-Sep-09 3:55 
One easy solution is to call the GetFiles() for all of your extensions. The code cuold be something like:

Dim theFilesPDF As FileInfo() = theDir.GetFiles("*.pdf")
Dim theFilesTIF As FileInfo() = theDir.GetFiles("*.tif")
Dim theFilesDOC As FileInfo() = theDir.GetFiles("*.doc")
Dim theFilesXLS As FileInfo() = theDir.GetFiles("*.xls")


As a result you have 4 FileInfo arrays - 1 for each extension.

Regards
Nuri Ismail



modified on Wednesday, September 16, 2009 10:01 AM

AnswerRe: Question on GetFiles() Pin
Luc Pattyn16-Sep-09 3:57
sitebuilderLuc Pattyn16-Sep-09 3:57 
AnswerRe: Question on GetFiles() Pin
vijay248216-Sep-09 4:20
vijay248216-Sep-09 4:20 
GeneralFormatting code... Pin
dawmail33316-Sep-09 3:03
dawmail33316-Sep-09 3:03 
AnswerRe: Formatting code... Pin
Jay Royall16-Sep-09 3:15
Jay Royall16-Sep-09 3:15 
GeneralRe: Formatting code... Pin
dawmail33316-Sep-09 3:27
dawmail33316-Sep-09 3:27 
GeneralRe: Formatting code... Pin
Ian Shlasko16-Sep-09 3:43
Ian Shlasko16-Sep-09 3:43 
GeneralRe: Formatting code... Pin
dawmail33316-Sep-09 5:04
dawmail33316-Sep-09 5:04 
GeneralRe: Formatting code... Pin
KrisnNala16-Sep-09 23:13
KrisnNala16-Sep-09 23:13 
AnswerRe: Formatting code... Pin
Luc Pattyn16-Sep-09 4:02
sitebuilderLuc Pattyn16-Sep-09 4:02 
GeneralRe: Formatting code... Pin
dawmail33316-Sep-09 5:03
dawmail33316-Sep-09 5:03 
QuestionEmail Pin
Thayhor16-Sep-09 2:55
Thayhor16-Sep-09 2:55 
AnswerRe: Email Pin
εїзεїзεїз16-Sep-09 6:55
εїзεїзεїз16-Sep-09 6:55 
GeneralRe: Email Pin
Thayhor16-Sep-09 8:28
Thayhor16-Sep-09 8:28 
GeneralRe: Email Pin
Johan Hakkesteegt16-Sep-09 20:22
Johan Hakkesteegt16-Sep-09 20:22 
QuestionDST(daylight saving time) Pin
sunil goyalG16-Sep-09 1:47
sunil goyalG16-Sep-09 1:47 
AnswerRe: DST(daylight saving time) Pin
Johan Hakkesteegt16-Sep-09 2:51
Johan Hakkesteegt16-Sep-09 2:51 
Questionupzip a folder in vb.net Pin
nicetohaveyou15-Sep-09 21:35
nicetohaveyou15-Sep-09 21: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.