Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
GeneralRe: List Dates Between 2 Dates Pin
tadhg881-Nov-06 1:37
tadhg881-Nov-06 1:37 
GeneralRe: List Dates Between 2 Dates Pin
Pete O'Hanlon1-Nov-06 1:31
mvePete O'Hanlon1-Nov-06 1:31 
GeneralRe: List Dates Between 2 Dates Pin
tadhg881-Nov-06 1:48
tadhg881-Nov-06 1:48 
GeneralRe: List Dates Between 2 Dates Pin
Pete O'Hanlon1-Nov-06 1:52
mvePete O'Hanlon1-Nov-06 1:52 
GeneralRe: List Dates Between 2 Dates Pin
tadhg881-Nov-06 2:41
tadhg881-Nov-06 2:41 
GeneralRe: List Dates Between 2 Dates Pin
Pete O'Hanlon1-Nov-06 3:09
mvePete O'Hanlon1-Nov-06 3:09 
GeneralRe: List Dates Between 2 Dates Pin
tadhg881-Nov-06 4:21
tadhg881-Nov-06 4:21 
Questiondealing with hebrew path names Pin
Liorsh1-Nov-06 0:44
Liorsh1-Nov-06 0:44 
Hello All.
Some of you may have come across the problem when you have folder and file names in hebrew.
the problem is that the hebrew file name is replaced with it's parent folder when reading it into a string.
for example:
let's say i have a folder called c:\temp\סתם
and under this folder i have a file called משה.txt
when i read (using FileOpenDialog or any other technique) this full path into a string i expect to get:
c:\temp followed by a folder named סתם and a file named משה.txt but what you get is c:\temp\סתם\משה.txt

Does anyone know how to handle this?

Cheers
Questionhow to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
krishsenthilraj31-Oct-06 23:43
krishsenthilraj31-Oct-06 23:43 
AnswerRe: how to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
Tamimi - Code1-Nov-06 0:03
Tamimi - Code1-Nov-06 0:03 
QuestionRe: how to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
krishsenthilraj1-Nov-06 1:39
krishsenthilraj1-Nov-06 1:39 
Answeruser repeater Pin
Tamimi - Code1-Nov-06 2:42
Tamimi - Code1-Nov-06 2:42 
QuestionRe: user repeater Pin
krishsenthilraj1-Nov-06 3:05
krishsenthilraj1-Nov-06 3:05 
AnswerRe: how to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
_AK_1-Nov-06 0:04
_AK_1-Nov-06 0:04 
QuestionRasing Asynchronous delegates in the invocation order Pin
RSangeetha31-Oct-06 23:31
RSangeetha31-Oct-06 23:31 
AnswerRe: Rasing Asynchronous delegates in the invocation order Pin
djlove1-Nov-06 6:00
djlove1-Nov-06 6:00 
QuestionOracle sql Pin
cw.stenberg31-Oct-06 23:13
cw.stenberg31-Oct-06 23:13 
Questioncan we use matlab functions in c# Pin
s4_sabahatf31-Oct-06 23:13
s4_sabahatf31-Oct-06 23:13 
AnswerRe: can we use matlab functions in c# Pin
Russell Jones31-Oct-06 23:22
Russell Jones31-Oct-06 23:22 
GeneralRe: can we use matlab functions in c# Pin
Tarakeshwar Reddy1-Nov-06 3:27
professionalTarakeshwar Reddy1-Nov-06 3:27 
QuestionRedirect Console output to text file Pin
djlove31-Oct-06 23:03
djlove31-Oct-06 23:03 
QuestionScroll bar color Pin
Mandaar Kulkarni31-Oct-06 22:53
Mandaar Kulkarni31-Oct-06 22:53 
AnswerRe: Scroll bar color Pin
Rahithi1-Nov-06 6:24
Rahithi1-Nov-06 6:24 
QuestionBlog: Recursive call with anonymous function Pin
aamironline31-Oct-06 22:49
aamironline31-Oct-06 22:49 
AnswerRe: Blog: Recursive call with anonymous function Pin
Pete O'Hanlon1-Nov-06 1:06
mvePete O'Hanlon1-Nov-06 1:06 

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.