Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
Questiontitle bar Pin
nelsonpaixao9-Jul-08 14:01
nelsonpaixao9-Jul-08 14:01 
AnswerRe: title bar Pin
Luc Pattyn9-Jul-08 15:23
sitebuilderLuc Pattyn9-Jul-08 15:23 
AnswerRe: title bar Pin
Christian Graus9-Jul-08 15:25
protectorChristian Graus9-Jul-08 15:25 
AnswerRe: title bar Pin
Thomas Stockwell10-Jul-08 5:03
professionalThomas Stockwell10-Jul-08 5:03 
QuestionControl doesn't get update Pin
verkniss9-Jul-08 9:45
verkniss9-Jul-08 9:45 
AnswerRe: Control doesn't get update Pin
verkniss10-Jul-08 4:28
verkniss10-Jul-08 4:28 
Questioncalculate totalprice base on checkbox Pin
benjamin yap9-Jul-08 9:00
benjamin yap9-Jul-08 9:00 
AnswerRe: calculate totalprice base on checkbox Pin
KaptinKrunch9-Jul-08 10:12
KaptinKrunch9-Jul-08 10:12 
Check the state of the checkbox and use the appropriate operator.

if(checkbox1.checked)
    price += Convert.ToDouble(dgw.Cells[6].Value.ToString());
else
    price -= Convert.ToDouble(dgw.Cells[6].Value.ToString());


Just because we can; does not mean we should.

AnswerRe: calculate totalprice base on checkbox Pin
Wes Aday9-Jul-08 10:15
professionalWes Aday9-Jul-08 10:15 
AnswerRe: calculate totalprice base on checkbox Pin
Paul Conrad9-Jul-08 13:24
professionalPaul Conrad9-Jul-08 13:24 
QuestionHow do change the properties of tool in Form1 from other Form2? Pin
zeeShan anSari9-Jul-08 8:44
zeeShan anSari9-Jul-08 8:44 
AnswerRe: How do change the properties of tool in Form1 from other Form2? Pin
Christian Graus9-Jul-08 8:49
protectorChristian Graus9-Jul-08 8:49 
AnswerRe: How do change the properties of tool in Form1 from other Form2? Pin
TheFM2349-Jul-08 10:37
TheFM2349-Jul-08 10:37 
AnswerRe: How do change the properties of tool in Form1 from other Form2? Pin
nelsonpaixao9-Jul-08 15:32
nelsonpaixao9-Jul-08 15:32 
Questionhashtable Pin
benjamin yap9-Jul-08 8:40
benjamin yap9-Jul-08 8:40 
AnswerRe: hashtable Pin
Christian Graus9-Jul-08 8:43
protectorChristian Graus9-Jul-08 8:43 
AnswerRe: hashtable Pin
snorkie9-Jul-08 9:00
professionalsnorkie9-Jul-08 9:00 
QuestionSelect particular types tool and then change their properties at a time,How? Pin
zeeShan anSari9-Jul-08 8:34
zeeShan anSari9-Jul-08 8:34 
AnswerRe: Select particular types tool and then change their properties at a time,How? Pin
Christian Graus9-Jul-08 8:39
protectorChristian Graus9-Jul-08 8:39 
QuestionRe: Select particular types tool and then change their properties at a time,How? Pin
zeeShan anSari9-Jul-08 8:56
zeeShan anSari9-Jul-08 8:56 
AnswerRe: Select particular types tool and then change their properties at a time,How? Pin
hammerstein059-Jul-08 9:00
hammerstein059-Jul-08 9:00 
QuestionRe: Select particular types tool and then change their properties at a time,How? Pin
zeeShan anSari9-Jul-08 9:08
zeeShan anSari9-Jul-08 9:08 
AnswerRe: Select particular types tool and then change their properties at a time,How? Pin
hammerstein059-Jul-08 9:12
hammerstein059-Jul-08 9:12 
GeneralRe: Select particular types tool and then change their properties at a time,How? Pin
zeeShan anSari9-Jul-08 9:19
zeeShan anSari9-Jul-08 9:19 
Question[Message Deleted] Pin
MAW309-Jul-08 7:53
MAW309-Jul-08 7: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.