Click here to Skip to main content
15,895,740 members
Home / Discussions / C#
   

C#

 
Question.net remoting Pin
Geert van Horrik21-Sep-05 0:04
Geert van Horrik21-Sep-05 0:04 
AnswerRe: .net remoting Pin
S. Senthil Kumar21-Sep-05 4:28
S. Senthil Kumar21-Sep-05 4:28 
GeneralRe: .net remoting Pin
Geert van Horrik21-Sep-05 4:40
Geert van Horrik21-Sep-05 4:40 
Questionenconding style ERROR Pin
Campaniço20-Sep-05 23:44
Campaniço20-Sep-05 23:44 
Questionwindows service Pin
Mridang Agarwalla20-Sep-05 21:54
Mridang Agarwalla20-Sep-05 21:54 
Questionhow to make it work?? Pin
shanzy20-Sep-05 21:52
shanzy20-Sep-05 21:52 
AnswerRe: how to make it work?? Pin
Guffa20-Sep-05 21:55
Guffa20-Sep-05 21:55 
AnswerRe: how to make it work?? Pin
mav.northwind20-Sep-05 22:01
mav.northwind20-Sep-05 22:01 
Could it be that you're coming from a VB background? Wink | ;)
First, C/C++/C# uses '==' to test for equality and '=' for assignment.
Secondly, the whole if clause has to be written in parenthesis.
if ((userName.ToString() == "myname") && (userPwd.ToString() == "mypassword"))
Btw. please tell me you don't plan to use this code outside your test project...

mav
GeneralRe: how to make it work?? Pin
shanzy20-Sep-05 22:05
shanzy20-Sep-05 22:05 
AnswerRe: how to make it work?? Pin
Luis Alonso Ramos21-Sep-05 5:47
Luis Alonso Ramos21-Sep-05 5:47 
QuestionAbout Remoting Pin
baskar.G20-Sep-05 19:13
baskar.G20-Sep-05 19:13 
AnswerRe: About Remoting Pin
akshayswaroop21-Sep-05 3:22
akshayswaroop21-Sep-05 3:22 
QuestionReading Emails from Exchange Server;MSXML 2.6, XMLHTTP Problem Pin
Member 185593520-Sep-05 18:28
Member 185593520-Sep-05 18:28 
QuestionCan you tell me how to custom a arrow with GDI+ Pin
dreamwinter20-Sep-05 17:25
dreamwinter20-Sep-05 17:25 
AnswerRe: Can you tell me how to custom a arrow with GDI+ Pin
Andy Moore20-Sep-05 18:05
Andy Moore20-Sep-05 18:05 
GeneralRe: Can you tell me how to custom a arrow with GDI+ Pin
Andy Moore20-Sep-05 18:06
Andy Moore20-Sep-05 18:06 
AnswerRe: Can you tell me how to custom a arrow with GDI+ Pin
mav.northwind20-Sep-05 20:51
mav.northwind20-Sep-05 20:51 
GeneralRe: Can you tell me how to custom a arrow with GDI+ Pin
dreamwinter22-Sep-05 19:07
dreamwinter22-Sep-05 19:07 
QuestionListBox selection removal Pin
Pyro Joe20-Sep-05 16:42
Pyro Joe20-Sep-05 16:42 
AnswerRe: ListBox selection removal Pin
Luis Alonso Ramos20-Sep-05 18:40
Luis Alonso Ramos20-Sep-05 18:40 
GeneralRe: ListBox selection removal Pin
Pyro Joe21-Sep-05 8:16
Pyro Joe21-Sep-05 8:16 
Questionhelp on threadin Pin
cue_ball20-Sep-05 16:34
cue_ball20-Sep-05 16:34 
AnswerRe: help on threadin Pin
Guffa20-Sep-05 16:43
Guffa20-Sep-05 16:43 
GeneralRe: help on threadin Pin
cue_ball20-Sep-05 16:50
cue_ball20-Sep-05 16:50 
GeneralRe: help on threadin Pin
Guffa20-Sep-05 21:53
Guffa20-Sep-05 21: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.