Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: OracleClient Pin
Luis Alonso Ramos18-Aug-05 13:16
Luis Alonso Ramos18-Aug-05 13:16 
GeneralRe: OracleClient Pin
softty18-Aug-05 19:55
softty18-Aug-05 19:55 
QuestionDrop Highlights in Tree Views? Pin
McClamm18-Aug-05 8:54
McClamm18-Aug-05 8:54 
AnswerRe: Drop Highlights in Tree Views? Pin
miah alom18-Aug-05 9:05
miah alom18-Aug-05 9:05 
GeneralRe: Drop Highlights in Tree Views? Pin
McClamm18-Aug-05 10:06
McClamm18-Aug-05 10:06 
GeneralRe: Drop Highlights in Tree Views? Pin
miah alom18-Aug-05 11:17
miah alom18-Aug-05 11:17 
GeneralRe: Drop Highlights in Tree Views? Pin
McClamm18-Aug-05 11:51
McClamm18-Aug-05 11:51 
Generalhaving filefilter problem Pin
Pyro Joe18-Aug-05 8:29
Pyro Joe18-Aug-05 8:29 
hi, when I use this bit of code to get the number of files with the extensions ".mp3, .wma, and .wav" as follows:

int number_of_files = Directory.GetFiles(folderBrowserDialog1.SelectedPath, "*.mp3;*.wma;*.wav", SearchOption.AllDirectories).GetLength(0);

it doesn't return any results. (the number_of_files integer is still 0). I tried this using only *.mp3 and got some results. Why doesn't this work? Am I not supposed to use the semi-colon symbol? IF so which one am I supposed to use? Thanks for your help.
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 8:36
sgatto15918-Aug-05 8:36 
GeneralRe: having filefilter problem Pin
Pyro Joe18-Aug-05 8:50
Pyro Joe18-Aug-05 8:50 
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 9:00
sgatto15918-Aug-05 9:00 
QuestionHow to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 7:53
dwark10618-Aug-05 7:53 
AnswerRe: How to Use DropDownList in ASP.NET Pin
sgatto15918-Aug-05 8:29
sgatto15918-Aug-05 8:29 
GeneralRe: How to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 9:05
dwark10618-Aug-05 9:05 
GeneralRe: How to Use DropDownList in ASP.NET Pin
sgatto15918-Aug-05 9:28
sgatto15918-Aug-05 9:28 
GeneralRe: How to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 11:42
dwark10618-Aug-05 11:42 
GeneralRecursive method calling (is it wrong?) Pin
therealmccoy18-Aug-05 7:22
therealmccoy18-Aug-05 7:22 
GeneralRe: Recursive method calling (is it wrong?) Pin
Judah Gabriel Himango18-Aug-05 7:27
sponsorJudah Gabriel Himango18-Aug-05 7:27 
GeneralRe: Recursive method calling (is it wrong?) Pin
Dan Neely18-Aug-05 7:30
Dan Neely18-Aug-05 7:30 
GeneralRe: Recursive method calling (is it wrong?) Pin
therealmccoy18-Aug-05 18:50
therealmccoy18-Aug-05 18:50 
GeneralRegular Expression Pin
vuthaianh18-Aug-05 7:15
vuthaianh18-Aug-05 7:15 
GeneralRe: Regular Expression Pin
sgatto15918-Aug-05 8:39
sgatto15918-Aug-05 8:39 
GeneralRe: Regular Expression Pin
eggie518-Aug-05 11:01
eggie518-Aug-05 11:01 
GeneralDealing with dpi Pin
sgatto15918-Aug-05 6:48
sgatto15918-Aug-05 6:48 
GeneralRe: Dealing with dpi Pin
Dan Neely18-Aug-05 7:12
Dan Neely18-Aug-05 7:12 

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.