Click here to Skip to main content
15,897,718 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to count number of word in text Pin
eyalso30-Apr-06 10:46
eyalso30-Apr-06 10:46 
GeneralRe: How to count number of word in text Pin
Graham Nimbley30-Apr-06 11:35
Graham Nimbley30-Apr-06 11:35 
Questionxml + xslt = html ? Pin
Khepry30-Apr-06 5:47
Khepry30-Apr-06 5:47 
AnswerRe: xml + xslt = html ? Pin
Ravi Bhavnani30-Apr-06 7:41
professionalRavi Bhavnani30-Apr-06 7:41 
QuestionC# ODBC Pin
XeoN-Kc30-Apr-06 4:19
XeoN-Kc30-Apr-06 4:19 
AnswerRe: C# ODBC Pin
Ravi Bhavnani30-Apr-06 7:43
professionalRavi Bhavnani30-Apr-06 7:43 
QuestionSpeech programming Pin
TheEagle30-Apr-06 2:27
TheEagle30-Apr-06 2:27 
AnswerRe: Speech programming Pin
kasik30-Apr-06 10:47
kasik30-Apr-06 10:47 
GeneralRe: Speech programming Pin
TheEagle30-Apr-06 21:24
TheEagle30-Apr-06 21:24 
QuestionRe: Speech programming Pin
TheEagle6-May-06 3:58
TheEagle6-May-06 3:58 
AnswerRe: Speech programming Pin
kasik6-May-06 13:15
kasik6-May-06 13:15 
GeneralRe: Speech programming Pin
TheEagle6-May-06 16:44
TheEagle6-May-06 16:44 
QuestionCreate a thread-safe timer? Pin
Erikerikerikerikerassa30-Apr-06 2:08
Erikerikerikerikerassa30-Apr-06 2:08 
AnswerRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 3:05
professionalRavi Bhavnani30-Apr-06 3:05 
GeneralRe: Create a thread-safe timer? Pin
Erikerikerikerikerassa30-Apr-06 3:43
Erikerikerikerikerassa30-Apr-06 3:43 
GeneralRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 3:53
professionalRavi Bhavnani30-Apr-06 3:53 
GeneralRe: Create a thread-safe timer? Pin
leppie30-Apr-06 7:20
leppie30-Apr-06 7:20 
GeneralRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 7:37
professionalRavi Bhavnani30-Apr-06 7:37 
Questionneed help to pain a picture Pin
f_o_x30-Apr-06 2:02
f_o_x30-Apr-06 2:02 
AnswerRe: need help to pain a picture Pin
CWIZO30-Apr-06 4:15
CWIZO30-Apr-06 4:15 
AnswerRe: need help to pain a picture Pin
Guffa30-Apr-06 5:50
Guffa30-Apr-06 5:50 
Questionvedio files Pin
walaa ibraheem30-Apr-06 0:56
walaa ibraheem30-Apr-06 0:56 
Questionaccessing shared folder in windows application Pin
WCup29-Apr-06 22:15
WCup29-Apr-06 22:15 
I am writing an windows app in C#.

Clicking on a button goes to a shared folder in other machine(ex. \\abc\shared ) and searches a certain file in the folder.
I have used Directory class to get folders for local path, but inputting \\abc\shared path in directory class method invokes an error because it thinks the path is local and can't find it.
ex)
string[] folder = Directory.GetDirectories(searchPath);
string[] strFiles = Directory.GetFiles(folderName);

Do I create session events? and how do I integrate login class and session so that I can access the shared folder in other machine and do searching?

Can any expert help me with this?


-- modified at 4:18 Sunday 30th April, 2006
AnswerRe: accessing shared folder in windows application Pin
Ravi Bhavnani30-Apr-06 0:52
professionalRavi Bhavnani30-Apr-06 0:52 
QuestionType.Missing and Missing.Value Pin
adityap29-Apr-06 20:55
adityap29-Apr-06 20: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.