Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: TCP/IP Pin
Expert Coming11-Jul-05 21:48
Expert Coming11-Jul-05 21:48 
Generalnew thread for new form Pin
wdahl9911-Jul-05 17:15
wdahl9911-Jul-05 17:15 
GeneralRe: new thread for new form Pin
S. Senthil Kumar11-Jul-05 17:54
S. Senthil Kumar11-Jul-05 17:54 
GeneralCapture the xp Logon and Logoff event Pin
aocraft11-Jul-05 17:12
aocraft11-Jul-05 17:12 
GeneralRe: Capture the xp Logon and Logoff event Pin
KaptinKrunch11-Jul-05 17:32
KaptinKrunch11-Jul-05 17:32 
GeneralRe: Capture the xp Logon and Logoff event Pin
aocraft11-Jul-05 17:56
aocraft11-Jul-05 17:56 
Questionif statements with a string? Pin
Anonymous11-Jul-05 16:25
Anonymous11-Jul-05 16:25 
AnswerRe: if statements with a string? Pin
Weiye Chen11-Jul-05 16:50
Weiye Chen11-Jul-05 16:50 
Anonymous wrote:
if (myID = 123)

You are assigning myID with the value of 123 in this if statement. Are you sure this is what you want?

If you want to compare with 123, then it should be
if(myID == "123")


<font=arial>Weiye Chen
Life is hard, yet we are made of flesh...
GeneralRe: if statements with a string? Pin
Anonymous11-Jul-05 17:14
Anonymous11-Jul-05 17:14 
GeneralRe: if statements with a string? Pin
Weiye Chen11-Jul-05 17:34
Weiye Chen11-Jul-05 17:34 
AnswerRe: if statements with a string? Pin
User 209307311-Jul-05 22:17
User 209307311-Jul-05 22:17 
AnswerRe: if statements with a string? Pin
sayinsinan12-Jul-05 3:42
sayinsinan12-Jul-05 3:42 
GeneralC# DatePicker Pin
epfuller11-Jul-05 15:41
epfuller11-Jul-05 15:41 
GeneralRe: C# DatePicker Pin
Christian Graus11-Jul-05 17:02
protectorChristian Graus11-Jul-05 17:02 
GeneralAdding a scrollbar to a panel Pin
Ruskin Dantra11-Jul-05 12:33
Ruskin Dantra11-Jul-05 12:33 
GeneralRe: Adding a scrollbar to a panel Pin
bneacetp11-Jul-05 14:17
bneacetp11-Jul-05 14:17 
QuestionEvents when Deleting Tree View Nodes? Pin
McClamm11-Jul-05 12:18
McClamm11-Jul-05 12:18 
GeneralUse HttpWebRequest To send POST HTTP request to a web server Pin
surfman1911-Jul-05 11:56
surfman1911-Jul-05 11:56 
GeneralRe: Use HttpWebRequest To send POST HTTP request to a web server Pin
Guffa11-Jul-05 14:31
Guffa11-Jul-05 14:31 
GeneralRe: Use HttpWebRequest To send POST HTTP request to a web server Pin
surfman1913-Jul-05 6:10
surfman1913-Jul-05 6:10 
QuestionDataGrid cell to span two columns? Pin
TERACytEX11-Jul-05 11:40
TERACytEX11-Jul-05 11:40 
AnswerRe: DataGrid cell to span two columns? Pin
TERACytEX11-Jul-05 14:19
TERACytEX11-Jul-05 14:19 
QuestionHmm. Could this be easyer? Pin
Anthony Mushrow11-Jul-05 10:37
professionalAnthony Mushrow11-Jul-05 10:37 
AnswerRe: Hmm. Could this be easyer? Pin
DavidNohejl11-Jul-05 10:52
DavidNohejl11-Jul-05 10:52 
AnswerOT Pin
DavidNohejl11-Jul-05 10:53
DavidNohejl11-Jul-05 10:53 

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.