Click here to Skip to main content
16,011,585 members
Home / Discussions / C#
   

C#

 
QuestionHow to manage DB transaction using MTS Pin
yu-yu11-Aug-04 18:19
yu-yu11-Aug-04 18:19 
GeneralScrollBar Woes... Pin
Anonymous11-Aug-04 17:26
Anonymous11-Aug-04 17:26 
GeneralRe: ScrollBar Woes... Pin
Jay Shankar11-Aug-04 21:10
Jay Shankar11-Aug-04 21:10 
Questionhow to capture user input value in UserControl Pin
changcn11-Aug-04 17:03
changcn11-Aug-04 17:03 
AnswerRe: how to capture user input value in UserControl Pin
Jay Shankar11-Aug-04 21:34
Jay Shankar11-Aug-04 21:34 
GeneralConvert vb to C# Pin
tzewei11-Aug-04 16:52
tzewei11-Aug-04 16:52 
GeneralRe: Convert vb to C# Pin
changcn11-Aug-04 17:05
changcn11-Aug-04 17:05 
GeneralRe: Convert vb to C# Pin
sreejith ss nair11-Aug-04 17:21
sreejith ss nair11-Aug-04 17:21 
hi,

try
{
string fName="";
if(File.Exists(@"C:\sree.rtf"))
{
fName=Path.GetFileName(@"C:\sree.rtf");
MessageBox.Show(fName);
}
else
{
MessageBox.Show("File Does Not Exists");
}
}
catch(Exception Ex)
{
MessageBox.Show(Ex.Message.ToString());
}Big Grin | :-D

**************************
S r e e j i t h N a i r
**************************
GeneralRe: Convert vb to C# Pin
tzewei11-Aug-04 17:59
tzewei11-Aug-04 17:59 
GeneralLooking for ideas on how dynamically resize controls Pin
Flack11-Aug-04 16:44
Flack11-Aug-04 16:44 
GeneralRe: Looking for ideas on how dynamically resize controls Pin
Jay Shankar11-Aug-04 21:52
Jay Shankar11-Aug-04 21:52 
QuestionProgramatically browsing a website and keeping a session id? Pin
Carl Mercier11-Aug-04 16:13
Carl Mercier11-Aug-04 16:13 
AnswerRe: Programatically browsing a website and keeping a session id? Pin
Armand du Plessis11-Aug-04 19:45
Armand du Plessis11-Aug-04 19:45 
GeneralRe: Programatically browsing a website and keeping a session id? Pin
Carl Mercier12-Aug-04 3:51
Carl Mercier12-Aug-04 3:51 
QuestionLocalized name of user groups? Pin
Juan Miguel Venturello11-Aug-04 13:58
Juan Miguel Venturello11-Aug-04 13:58 
QuestionConvert -> Long Integer to Char?? Pin
dennis yi11-Aug-04 12:46
dennis yi11-Aug-04 12:46 
AnswerRe: Convert -> Long Integer to Char?? Pin
Werdna11-Aug-04 13:36
Werdna11-Aug-04 13:36 
GeneralRe: Convert -> Long Integer to Char?? Pin
Anonymous11-Aug-04 15:06
Anonymous11-Aug-04 15:06 
GeneralRe: Convert -> Long Integer to Char?? Pin
Werdna11-Aug-04 16:02
Werdna11-Aug-04 16:02 
QuestionDoes C# have the C++ equivalent of a friend class? Pin
Joe Woodbury11-Aug-04 11:53
professionalJoe Woodbury11-Aug-04 11:53 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
Christian Graus11-Aug-04 12:18
protectorChristian Graus11-Aug-04 12:18 
GeneralRe: Does C# have the C++ equivalent of a friend class? Pin
Werdna11-Aug-04 13:38
Werdna11-Aug-04 13:38 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
Daniel Turini12-Aug-04 2:32
Daniel Turini12-Aug-04 2:32 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
eggie512-Aug-04 7:22
eggie512-Aug-04 7:22 
GeneralPrinter Properties Dialog Pin
Werdna11-Aug-04 11:07
Werdna11-Aug-04 11:07 

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.