Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: set a password Textbox to normal Pin
Colin Angus Mackay2-Jan-06 20:19
Colin Angus Mackay2-Jan-06 20:19 
AnswerRe: set a password Textbox to normal Pin
Judah Gabriel Himango2-Jan-06 12:56
sponsorJudah Gabriel Himango2-Jan-06 12:56 
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:16
Sasuko2-Jan-06 13:16 
GeneralRe: set a password Textbox to normal Pin
Judah Gabriel Himango2-Jan-06 13:51
sponsorJudah Gabriel Himango2-Jan-06 13:51 
AnswerRe: set a password Textbox to normal Pin
Luis Alonso Ramos2-Jan-06 13:23
Luis Alonso Ramos2-Jan-06 13:23 
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:27
Sasuko2-Jan-06 13:27 
Questionwebservice default page Pin
BlackDice2-Jan-06 11:36
BlackDice2-Jan-06 11:36 
QuestionUsing a boolean expression as a variable Pin
topdog502-Jan-06 10:22
topdog502-Jan-06 10:22 
Hello,

I am trying to store boolean expressions such as "((_ltv >= 80) && (_escrows == 2))" in a SQL Server Table. The objective is to open up the table from C# and pass these expressions into a parameter named "_reason" so that _reason contains the expression described above. Then using the method below to test if the conditions in the expression are true. If the expression is true, then to return the amount of the adjustment assigned in the record for that particular expression or condition.

private void testCondition()
{
try
{
if (_reason)
{
MessageBox.Show("The adjustment is \n" + _adjustedPrice.ToString());
}
}
catch(Exception ex)
{
MessageBox.Show(ex.Message);
}
}





AnswerRe: Using a boolean expression as a variable Pin
Guffa2-Jan-06 12:49
Guffa2-Jan-06 12:49 
GeneralRe: Using a boolean expression as a variable Pin
topdog503-Jan-06 7:49
topdog503-Jan-06 7:49 
AnswerRe: Using a boolean expression as a variable Pin
Guffa4-Jan-06 2:30
Guffa4-Jan-06 2:30 
Questionare there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 10:04
...---...2-Jan-06 10:04 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:44
Colin Angus Mackay2-Jan-06 12:44 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:49
Colin Angus Mackay2-Jan-06 12:49 
GeneralRe: are there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 13:32
...---...2-Jan-06 13:32 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Kevin McFarlane3-Jan-06 1:11
Kevin McFarlane3-Jan-06 1:11 
QuestionHow to call WIN 32 API in Winform Pin
largs2-Jan-06 8:46
largs2-Jan-06 8:46 
AnswerRe: How to call WIN 32 API in Winform Pin
Ravi Bhavnani2-Jan-06 9:37
professionalRavi Bhavnani2-Jan-06 9:37 
QuestionHow to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 7:34
bc11182-Jan-06 7:34 
AnswerRe: How to change text's font and style in an enrichtextbox by code? Pin
Ravi Bhavnani2-Jan-06 9:39
professionalRavi Bhavnani2-Jan-06 9:39 
GeneralRe: How to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 12:24
bc11182-Jan-06 12:24 
QuestionEmbedding Java into C# Pin
2hdass2-Jan-06 7:31
2hdass2-Jan-06 7:31 
AnswerRe: Embedding Java into C# Pin
Judah Gabriel Himango2-Jan-06 12:52
sponsorJudah Gabriel Himango2-Jan-06 12:52 
QuestionStreamReader timeout? Pin
Ravi Bhavnani2-Jan-06 7:23
professionalRavi Bhavnani2-Jan-06 7:23 
AnswerRe: StreamReader timeout? Pin
Dave Kreskowiak2-Jan-06 12:08
mveDave Kreskowiak2-Jan-06 12:08 

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.