Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
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 
Questionwhat is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 16:47
harcaype19-Jul-08 16:47 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
PIEBALDconsult19-Jul-08 18:25
mvePIEBALDconsult19-Jul-08 18:25 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 20:32
harcaype19-Jul-08 20:32 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay19-Jul-08 23:53
Colin Angus Mackay19-Jul-08 23:53 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 0:08
Mbah Dhaim20-Jul-08 0:08 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay20-Jul-08 0:20
Colin Angus Mackay20-Jul-08 0:20 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 13:19
Mbah Dhaim20-Jul-08 13:19 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
harcaype20-Jul-08 1:56
harcaype20-Jul-08 1:56 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Guffa20-Jul-08 2:34
Guffa20-Jul-08 2:34 

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.