Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
Questionhow it could be? Pin
Maksymus00726-Jul-06 13:01
Maksymus00726-Jul-06 13:01 
AnswerRe: how it could be? Pin
bk_bhupendra_fag092-Nov-09 20:56
bk_bhupendra_fag092-Nov-09 20:56 
QuestionPlz help me in my problem Pin
dirvi26-Jul-06 12:08
dirvi26-Jul-06 12:08 
AnswerRe: Plz help me in my problem Pin
Paul Conrad26-Jul-06 12:11
professionalPaul Conrad26-Jul-06 12:11 
AnswerRe: Plz help me in my problem Pin
Ed.Poore26-Jul-06 12:32
Ed.Poore26-Jul-06 12:32 
QuestionSetup and Deplyment package VS2003 Pin
Ista26-Jul-06 11:17
Ista26-Jul-06 11:17 
QuestionCounting Different Strings Pin
clint198226-Jul-06 11:12
clint198226-Jul-06 11:12 
AnswerLoop Pin
Ennis Ray Lynch, Jr.26-Jul-06 11:25
Ennis Ray Lynch, Jr.26-Jul-06 11:25 
GeneralRe: Loop Pin
clint198226-Jul-06 11:42
clint198226-Jul-06 11:42 
GeneralRe: Loop Pin
Ennis Ray Lynch, Jr.26-Jul-06 11:55
Ennis Ray Lynch, Jr.26-Jul-06 11:55 
GeneralRe: Loop Pin
clint198226-Jul-06 21:30
clint198226-Jul-06 21:30 
GeneralRe: Loop Pin
Ennis Ray Lynch, Jr.27-Jul-06 3:39
Ennis Ray Lynch, Jr.27-Jul-06 3:39 
GeneralHow about this??? Pin
Ennis Ray Lynch, Jr.27-Jul-06 4:26
Ennis Ray Lynch, Jr.27-Jul-06 4:26 
QuestionMulti-Threading a COM DLL in .NET Pin
P Sernz26-Jul-06 11:09
P Sernz26-Jul-06 11:09 
QuestionSmalltalk’s object-based hierarchy does not work so well".Also c#?? Pin
sawerr26-Jul-06 10:54
sawerr26-Jul-06 10:54 
AnswerRe: Smalltalk’s object-based hierarchy does not work so well".Also c#?? Pin
LongRange.Shooter28-Jul-06 9:13
LongRange.Shooter28-Jul-06 9:13 
QuestionProblems with a forms designer Pin
Ymer26-Jul-06 10:45
Ymer26-Jul-06 10:45 
AnswerRe: Problems with a forms designer [modified] Pin
LongRange.Shooter28-Jul-06 9:20
LongRange.Shooter28-Jul-06 9:20 
Questionalternative to structs? Pin
honeyman_can26-Jul-06 10:12
honeyman_can26-Jul-06 10:12 
AnswerIf you are worried about performance Pin
Ennis Ray Lynch, Jr.26-Jul-06 10:45
Ennis Ray Lynch, Jr.26-Jul-06 10:45 
GeneralRe: If you are worried about performance Pin
honeyman_can27-Jul-06 7:59
honeyman_can27-Jul-06 7:59 
AnswerRe: alternative to structs? Pin
LongRange.Shooter28-Jul-06 9:33
LongRange.Shooter28-Jul-06 9:33 
QuestionHow to deploy project with SQL Server 2005 express? Pin
_awatts26-Jul-06 9:55
_awatts26-Jul-06 9:55 
Question.GetFiles(?) Pin
HahnTech26-Jul-06 9:25
HahnTech26-Jul-06 9:25 
Hello,
what i have is this

foreach( FileInfo f in di.GetFiles("*.txt"))
{
//do something
}
foreach( FileInfo f in di.GetFiles("*.log"))
{
//do the same thing
}

what i wan't is this

foreach( FileInfo f in di.GetFiles("*.txt, *.log"))
{
//do something
}
but di.GetFiles("*.txt, *.log") returns nothing.
can i put in a RegEx or something?



Ronald Hahn, CNT - Computer Engineering Technologist

New Technologies Analyst

HahnTech Affiliated With Code Constructors
Edmonton, Alberta, Canada
Email: rhahn82@telus.net


AnswerRe: .GetFiles(?) Pin
Dustin Metzgar26-Jul-06 9:55
Dustin Metzgar26-Jul-06 9:55 

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.