Click here to Skip to main content
15,918,168 members
Home / Discussions / C#
   

C#

 
AnswerRe: find all file in the directory Pin
Rob Philpott29-Nov-07 5:07
Rob Philpott29-Nov-07 5:07 
AnswerRe: find all file in the directory Pin
Judah Gabriel Himango29-Nov-07 5:08
sponsorJudah Gabriel Himango29-Nov-07 5:08 
AnswerRe: find all file in the directory Pin
led mike29-Nov-07 5:12
led mike29-Nov-07 5:12 
AnswerRe: find all file in the directory Pin
ChristiaanFloor29-Nov-07 5:16
ChristiaanFloor29-Nov-07 5:16 
AnswerRe: find all file in the directory Pin
ChrisKo29-Nov-07 10:15
ChrisKo29-Nov-07 10:15 
QuestionExcel file Import error: Could not find installable ISAM Pin
NewToAspDotNet29-Nov-07 4:33
NewToAspDotNet29-Nov-07 4:33 
AnswerString concatination alert Pin
led mike29-Nov-07 5:11
led mike29-Nov-07 5:11 
AnswerRe: Excel file Import error: Could not find installable ISAM Pin
MickCurley29-Nov-07 5:52
MickCurley29-Nov-07 5:52 
You could always try:

string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=|DataDirectory|\\" 
+ TheExcelFileYouNeed + "; Extended Properties = 'Excel 8.0;HDR=Yes;IMEX=1'"


As Mike said..you need to learn a bit more about strings...

Regards
Mick Curley

A craft is an enemy if not well learned.

QuestionTablelayoutpanel does not work in VC#2005? Pin
Seraph_summer29-Nov-07 4:21
Seraph_summer29-Nov-07 4:21 
QuestionProblem in post Back Pin
ShaikhAffi29-Nov-07 3:27
ShaikhAffi29-Nov-07 3:27 
QuestionXLS import [modified] Pin
El'Cachubrey29-Nov-07 3:17
El'Cachubrey29-Nov-07 3:17 
AnswerRe: XLS import Pin
KennyPatel29-Nov-07 3:49
KennyPatel29-Nov-07 3:49 
QuestionHow to make a double pointer (pointer to pointer) for a managed Array for P-Invoke. Pin
gijsvanheuckelum29-Nov-07 3:00
gijsvanheuckelum29-Nov-07 3:00 
AnswerRe: How to make a double pointer (pointer to pointer) for a managed Array for P-Invoke. Pin
m@u29-Nov-07 3:55
m@u29-Nov-07 3:55 
GeneralRe: How to make a double pointer (pointer to pointer) for a managed Array for P-Invoke. Pin
gijsvanheuckelum29-Nov-07 5:07
gijsvanheuckelum29-Nov-07 5:07 
GeneralRe: How to make a double pointer (pointer to pointer) for a managed Array for P-Invoke. Pin
PIEBALDconsult29-Nov-07 6:09
mvePIEBALDconsult29-Nov-07 6:09 
QuestionCheckedListBox - Disable checking Pin
ATCsharp29-Nov-07 2:17
ATCsharp29-Nov-07 2:17 
AnswerRe: CheckedListBox - Disable checking Pin
oldie_29-Nov-07 3:07
oldie_29-Nov-07 3:07 
QuestionDictionary of generic classes problem Pin
Kevin McFarlane29-Nov-07 1:44
Kevin McFarlane29-Nov-07 1:44 
AnswerRe: Dictionary of generic classes problem Pin
leppie29-Nov-07 1:50
leppie29-Nov-07 1:50 
GeneralRe: Dictionary of generic classes problem Pin
Kevin McFarlane29-Nov-07 2:45
Kevin McFarlane29-Nov-07 2:45 
AnswerRe: Dictionary of generic classes problem [modified] Pin
Pete O'Hanlon29-Nov-07 1:58
mvePete O'Hanlon29-Nov-07 1:58 
GeneralRe: Dictionary of generic classes problem Pin
leppie29-Nov-07 2:00
leppie29-Nov-07 2:00 
GeneralRe: Dictionary of generic classes problem Pin
Pete O'Hanlon29-Nov-07 2:14
mvePete O'Hanlon29-Nov-07 2:14 
GeneralRe: Dictionary of generic classes problem Pin
Kevin McFarlane29-Nov-07 2:53
Kevin McFarlane29-Nov-07 2:53 

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.