Click here to Skip to main content
15,896,489 members
Home / Discussions / C#
   

C#

 
GeneralRe: Insert Command and access database Pin
Sourie21-Sep-08 8:49
Sourie21-Sep-08 8:49 
Questioncreating real time graphical line chart Pin
yefeng_law13-Sep-08 6:59
yefeng_law13-Sep-08 6:59 
AnswerRe: creating real time graphical line chart Pin
zafersavas13-Sep-08 8:05
zafersavas13-Sep-08 8:05 
QuestionSetting tooltip location Pin
dan!sh 13-Sep-08 6:16
professional dan!sh 13-Sep-08 6:16 
AnswerRe: Setting tooltip location Pin
Mohammad Dayyan13-Sep-08 12:35
Mohammad Dayyan13-Sep-08 12:35 
GeneralRe: Setting tooltip location Pin
CSharpByDesign6-Dec-10 11:28
CSharpByDesign6-Dec-10 11:28 
QuestionMade a functional program - just not for friends Pin
Uri9113-Sep-08 5:40
Uri9113-Sep-08 5:40 
AnswerRe: Made a functional program - just not for friends Pin
Steven A. Lowe13-Sep-08 16:06
Steven A. Lowe13-Sep-08 16:06 
either new TcpClient is failing or new ChatRoom(connection, boxName.Text) is failing

try this:

C#
try
{
    TcpClient connection = new TcpClient();
    ChatRoom chat = new ChatRoom(connection,boxName.Text);
    chat.Show();
    this.Close();
}
catch(Exception ex)
{
    MessageBox.Show(ex.ToString());
}


and see what it says on your friends' machines

Best regards,
Steven A. Lowe
CEO, Innovator LLC
www.nov8r.com

GeneralRe: Made a functional program - just not for friends Pin
Uri9113-Sep-08 22:14
Uri9113-Sep-08 22:14 
GeneralRe: Made a functional program - just not for friends Pin
Anthony Mushrow14-Sep-08 0:49
professionalAnthony Mushrow14-Sep-08 0:49 
GeneralRe: Made a functional program - just not for friends Pin
Uri9114-Sep-08 8:12
Uri9114-Sep-08 8:12 
QuestionWhat is persistent object and transient object ? Pin
dataminers13-Sep-08 5:40
dataminers13-Sep-08 5:40 
AnswerRe: What is persistent object and transient object ? Pin
Mbah Dhaim13-Sep-08 7:20
Mbah Dhaim13-Sep-08 7:20 
Questionto read word document with images and tables and paste it in a string control Pin
sshakti13-Sep-08 4:28
sshakti13-Sep-08 4:28 
AnswerRe: to read word document with images and tables and paste it in a string control Pin
Dave Kreskowiak13-Sep-08 5:21
mveDave Kreskowiak13-Sep-08 5:21 
AnswerRe: to read word document with images and tables and paste it in a string control Pin
Mohammad Dayyan13-Sep-08 12:43
Mohammad Dayyan13-Sep-08 12:43 
QuestionQuestion System.StackOverflowException problem. Pin
hdv21213-Sep-08 3:32
hdv21213-Sep-08 3:32 
AnswerRe: Question System.StackOverflowException problem. Pin
Dave Kreskowiak13-Sep-08 5:20
mveDave Kreskowiak13-Sep-08 5:20 
GeneralRe: Question System.StackOverflowException problem. [modified] Pin
hdv21213-Sep-08 6:16
hdv21213-Sep-08 6:16 
GeneralRe: Question System.StackOverflowException problem. Pin
Dave Kreskowiak13-Sep-08 7:13
mveDave Kreskowiak13-Sep-08 7:13 
GeneralRe: Question System.StackOverflowException problem. Pin
hdv21213-Sep-08 7:24
hdv21213-Sep-08 7:24 
GeneralRe: Question System.StackOverflowException problem. Pin
S. Senthil Kumar13-Sep-08 9:23
S. Senthil Kumar13-Sep-08 9:23 
GeneralRe: Question System.StackOverflowException problem. Pin
hdv21213-Sep-08 10:14
hdv21213-Sep-08 10:14 
Questionhow to make icon for file Pin
nmhai8313-Sep-08 3:26
nmhai8313-Sep-08 3:26 
AnswerRe: how to make icon for file Pin
Giorgi Dalakishvili13-Sep-08 3:30
mentorGiorgi Dalakishvili13-Sep-08 3:30 

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.