Click here to Skip to main content
16,007,504 members
Home / Discussions / C#
   

C#

 
QuestionDigitally Signed E-Mail Pin
MalikRizwan29-Oct-05 0:31
MalikRizwan29-Oct-05 0:31 
Questionproblem of image processing Pin
montu337728-Oct-05 22:45
montu337728-Oct-05 22:45 
GeneralRe: problem of image processing Pin
Guffa29-Oct-05 1:04
Guffa29-Oct-05 1:04 
Questionupdating a database from a form Pin
luvs2code28-Oct-05 20:33
luvs2code28-Oct-05 20:33 
Questioninput MASK for datagrid Pin
deep728-Oct-05 19:24
deep728-Oct-05 19:24 
QuestionWrite ArrayList Pin
ivelander28-Oct-05 17:25
ivelander28-Oct-05 17:25 
AnswerRe: Write ArrayList Pin
Hesham Amin28-Oct-05 22:53
Hesham Amin28-Oct-05 22:53 
QuestionCheckBox weird Pin
picasso228-Oct-05 14:26
picasso228-Oct-05 14:26 
>>created a checkbos and a button like this:
CheckBox checkBox2 = new CheckBox();
checkBox2.Text="Test";
checkBox2.Location = new System.Drawing.Point(16,64);
//create the button
btnPF.Text="Create";
btnPF.Location = new System.Drawing.Point(208,208);
btnPF.Click += new System.EventHandler(btnPF_Click);
>> on the event I place this code
if(checkBox2.Checked==true)
MessageBox.Show("checked","Info";
else
MessageBox.Show("Not checked","Info");
>>problem, even if the box is checked, the message is always "Not Check"
>>Any help is greatly appreciated


AnswerRe: CheckBox weird Pin
jmac714228-Oct-05 15:31
jmac714228-Oct-05 15:31 
GeneralRe: CheckBox weird Pin
picasso228-Oct-05 17:27
picasso228-Oct-05 17:27 
GeneralRe: CheckBox weird Pin
jmac714228-Oct-05 18:14
jmac714228-Oct-05 18:14 
GeneralRe: CheckBox weird Pin
picasso228-Oct-05 21:23
picasso228-Oct-05 21:23 
GeneralRe: CheckBox weird Pin
jmac714228-Oct-05 21:37
jmac714228-Oct-05 21:37 
GeneralRe: CheckBox weird Pin
picasso229-Oct-05 11:59
picasso229-Oct-05 11:59 
GeneralRe: CheckBox weird Pin
jmac714229-Oct-05 15:27
jmac714229-Oct-05 15:27 
GeneralRe: CheckBox weird Pin
mav.northwind29-Oct-05 20:25
mav.northwind29-Oct-05 20:25 
QuestionViewing large images with zoom Pin
Libor Tinka28-Oct-05 12:50
Libor Tinka28-Oct-05 12:50 
QuestionReading a binary file with multiple headers Pin
jmac714228-Oct-05 12:15
jmac714228-Oct-05 12:15 
AnswerRe: Reading a binary file with multiple headers Pin
Guffa29-Oct-05 3:07
Guffa29-Oct-05 3:07 
QuestionRe: Reading a binary file with multiple headers Pin
jmac714229-Oct-05 11:16
jmac714229-Oct-05 11:16 
GeneralRe: Reading a binary file with multiple headers Pin
Guffa29-Oct-05 12:13
Guffa29-Oct-05 12:13 
QuestionRe: Reading a binary file with multiple headers Pin
jmac714229-Oct-05 15:26
jmac714229-Oct-05 15:26 
QuestionXml Help Please!!!! Pin
snouto28-Oct-05 11:04
snouto28-Oct-05 11:04 
AnswerRe: Xml Help Please!!!! Pin
enjoycrack28-Oct-05 13:01
enjoycrack28-Oct-05 13:01 
QuestionHow do I disable short cuts on a rich text box. Pin
Agyeman28-Oct-05 10:59
Agyeman28-Oct-05 10:59 

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.