Click here to Skip to main content
15,914,066 members
Home / Discussions / C#
   

C#

 
AnswerRe: if statement (MySQL Connection == true) .. Pin
Wendelius20-Jul-08 0:42
mentorWendelius20-Jul-08 0:42 
AnswerRe: if statement (MySQL Connection == true) .. Pin
SWAPNIL MISHRA20-Jul-08 0:53
SWAPNIL MISHRA20-Jul-08 0:53 
AnswerRe: if statement (MySQL Connection == true) .. Pin
Guffa20-Jul-08 1:10
Guffa20-Jul-08 1:10 
AnswerRe: if statement (MySQL Connection == true) .. Pin
njitram20-Jul-08 7:49
njitram20-Jul-08 7:49 
AnswerRe: if statement (MySQL Connection == true) .. Pin
Wendelius20-Jul-08 9:26
mentorWendelius20-Jul-08 9:26 
GeneralRe: if statement (MySQL Connection == true) .. Pin
njitram20-Jul-08 10:28
njitram20-Jul-08 10:28 
GeneralRe: if statement (MySQL Connection == true) .. Pin
Wendelius20-Jul-08 10:40
mentorWendelius20-Jul-08 10:40 
QuestionDatatable select methode Pin
NewToAspDotNet20-Jul-08 0:18
NewToAspDotNet20-Jul-08 0:18 
AnswerRe: Datatable select methode Pin
Wendelius20-Jul-08 0:35
mentorWendelius20-Jul-08 0:35 
QuestionC# - How can I read website local path in IIS? Pin
punkymt119-Jul-08 22:37
punkymt119-Jul-08 22:37 
AnswerRe: C# - How can I read website local path in IIS? Pin
Mbah Dhaim19-Jul-08 22:42
Mbah Dhaim19-Jul-08 22:42 
GeneralRe: C# - How can I read website local path in IIS? Pin
punkymt119-Jul-08 22:53
punkymt119-Jul-08 22:53 
GeneralRe: C# - How can I read website local path in IIS? Pin
Mbah Dhaim20-Jul-08 9:45
Mbah Dhaim20-Jul-08 9:45 
GeneralRe: C# - How can I read website local path in IIS? Pin
punkymt123-Jul-08 3:20
punkymt123-Jul-08 3:20 
QuestionBasic Conversion Pin
dabuskol19-Jul-08 21:13
dabuskol19-Jul-08 21:13 
AnswerRe: Basic Conversion Pin
Dominik Reichl19-Jul-08 21:54
Dominik Reichl19-Jul-08 21:54 
QuestionThread problem using TCP client and Form? Pin
Hax0r77819-Jul-08 21:02
Hax0r77819-Jul-08 21:02 
I have just created my first TCP client/server and it works fine. Because this is the only way i could figure out how to do it the client operates on a separate thread from the main program. I want to update a TextBox in the Windows Form from this separate thread.

I am getting strange behavior however: I set the TextBox.Text = "new text" + "\r\n" + TextBox.Text; This should add on the new text to what was already there, but instead the new text just replaces what was there. I have tried setting Control.CheckForIllegalCrossThreadCalls = false; and using an Invoke call to try and prevent illegal cross-threading, but neither solved this problem.

Thank you for your help ahead of time.
AnswerRe: Thread problem using TCP client and Form? Pin
Mbah Dhaim19-Jul-08 22:26
Mbah Dhaim19-Jul-08 22:26 
GeneralRe: Thread problem using TCP client and Form? Pin
Hax0r77820-Jul-08 6:31
Hax0r77820-Jul-08 6:31 
GeneralRe: Thread problem using TCP client and Form? Pin
Hax0r77820-Jul-08 7:13
Hax0r77820-Jul-08 7:13 
GeneralRe: Thread problem using TCP client and Form? Pin
Mbah Dhaim20-Jul-08 13:24
Mbah Dhaim20-Jul-08 13:24 
Questionnamespace error problem Pin
auberondreaming19-Jul-08 17:31
auberondreaming19-Jul-08 17:31 
QuestionDirectX installation Pin
Ranger4919-Jul-08 17:21
Ranger4919-Jul-08 17:21 
AnswerRe: DirectX installation Pin
Tony Richards19-Jul-08 22:46
Tony Richards19-Jul-08 22:46 
AnswerRe: DirectX installation Pin
Ranger4919-Jul-08 22:55
Ranger4919-Jul-08 22: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.