Click here to Skip to main content
15,867,781 members
Home / Discussions / C#
   

C#

 
QuestionHow to Display required text in richtextbox... Pin
IamHuM7-Nov-06 23:04
IamHuM7-Nov-06 23:04 
AnswerRe: How to Display required text in richtextbox... Pin
_mubashir7-Nov-06 23:41
_mubashir7-Nov-06 23:41 
AnswerRe: How to Display required text in richtextbox... Pin
saqib827-Nov-06 23:55
saqib827-Nov-06 23:55 
GeneralRe: How to Display required text in richtextbox... Pin
IamHuM8-Nov-06 0:04
IamHuM8-Nov-06 0:04 
QuestionHow to make customer event Pin
Murtuza Husain Miyan Patel7-Nov-06 20:24
professionalMurtuza Husain Miyan Patel7-Nov-06 20:24 
AnswerRe: How to make customer event Pin
Christian Graus7-Nov-06 20:39
protectorChristian Graus7-Nov-06 20:39 
Questiondirectory in c# Pin
saqib827-Nov-06 19:36
saqib827-Nov-06 19:36 
AnswerRe: directory in c# Pin
abhinish7-Nov-06 20:07
abhinish7-Nov-06 20:07 
hi!
try this


DirectoryInfo dr1 = new DirectoryInfo("c:\\dirname");
if (dr1.Exists)
{
MessageBox.Show("Directory Exists")
}

abhinav

AnswerRe: directory in c# Pin
Christian Graus7-Nov-06 20:40
protectorChristian Graus7-Nov-06 20:40 
GeneralRe: directory in c# Pin
saqib827-Nov-06 21:02
saqib827-Nov-06 21:02 
QuestionQuestion about textbox Pin
MHASSANF7-Nov-06 19:08
MHASSANF7-Nov-06 19:08 
AnswerRe: Question about textbox Pin
saqib827-Nov-06 19:46
saqib827-Nov-06 19:46 
GeneralRe: Question about textbox Pin
MHASSANF8-Nov-06 1:25
MHASSANF8-Nov-06 1:25 
AnswerRe: Question about textbox Pin
aamironline7-Nov-06 20:07
aamironline7-Nov-06 20:07 
QuestionRe: Question about textbox Pin
MHASSANF8-Nov-06 1:19
MHASSANF8-Nov-06 1:19 
QuestionPass arguments for execute file in C#. Pin
lambro7-Nov-06 17:26
lambro7-Nov-06 17:26 
AnswerRe: Pass arguments for execute file in C#. Pin
rah_sin7-Nov-06 19:09
professionalrah_sin7-Nov-06 19:09 
AnswerRe: Pass arguments for execute file in C#. Pin
saqib827-Nov-06 19:49
saqib827-Nov-06 19:49 
QuestionDesign question - asynchronous(?) processing Pin
Mackster2117-Nov-06 17:10
Mackster2117-Nov-06 17:10 
AnswerRe: Design question - asynchronous(?) processing Pin
Russell Jones7-Nov-06 21:24
Russell Jones7-Nov-06 21:24 
Questionhow to retieve text from image from file Pin
suma123827-Nov-06 14:14
suma123827-Nov-06 14:14 
Questiondatarow and dataset Pin
Mohammed Elkholy7-Nov-06 13:06
Mohammed Elkholy7-Nov-06 13:06 
AnswerRe: datarow and dataset Pin
lainoo7-Nov-06 13:18
lainoo7-Nov-06 13:18 
QuestionData holder - design decision Pin
Glen Harvy7-Nov-06 10:41
Glen Harvy7-Nov-06 10:41 
AnswerRe: Data holder - design decision Pin
Christian Graus7-Nov-06 11:49
protectorChristian Graus7-Nov-06 11:49 

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.