Click here to Skip to main content
15,880,608 members
Home / Discussions / C#
   

C#

 
QuestionTAB issue in MDI form Pin
Kais4U23-Aug-06 1:51
Kais4U23-Aug-06 1:51 
AnswerRe: TAB issue in MDI form Pin
Nader Elshehabi23-Aug-06 2:59
Nader Elshehabi23-Aug-06 2:59 
Questionend of line Pin
Yustme23-Aug-06 1:48
Yustme23-Aug-06 1:48 
AnswerRe: end of line Pin
S. Senthil Kumar23-Aug-06 1:55
S. Senthil Kumar23-Aug-06 1:55 
GeneralRe: end of line Pin
Yustme23-Aug-06 11:00
Yustme23-Aug-06 11:00 
QuestionCheckBox Control Pin
ChennaiBabu23-Aug-06 1:13
ChennaiBabu23-Aug-06 1:13 
AnswerRe: CheckBox Control [modified] Pin
Nader Elshehabi23-Aug-06 1:29
Nader Elshehabi23-Aug-06 1:29 
GeneralRe: CheckBox Control [modified] Pin
wheelerbarry23-Aug-06 1:55
wheelerbarry23-Aug-06 1:55 
or even simpler

<br />
///////////////////////////////////////////<br />
//Welome to English2C# translation script//<br />
///////////////////////////////////////////<br />
private void MyCheckBox_CheckedChanged(object sender, EventsArgs e)<br />
{<br />
    MyTextBoxB.Visible = MyTextBoxA.Visible = MyCheckBox.Checked;<br />
}<br />

GeneralRe: CheckBox Control Pin
Nader Elshehabi23-Aug-06 2:52
Nader Elshehabi23-Aug-06 2:52 
AnswerRe: CheckBox Control Pin
Christian Graus23-Aug-06 2:18
protectorChristian Graus23-Aug-06 2:18 
Questionmodify main title from a started process Pin
gitschi23-Aug-06 0:47
gitschi23-Aug-06 0:47 
AnswerRe: modify main title from a started process Pin
22491723-Aug-06 1:15
22491723-Aug-06 1:15 
AnswerRe: modify main title from a started process Pin
gitschi30-Aug-06 0:51
gitschi30-Aug-06 0:51 
Questiona problem on dynamic datagrid Pin
Siva Myneni23-Aug-06 0:41
Siva Myneni23-Aug-06 0:41 
AnswerRe: a problem on dynamic datagrid Pin
Not Active23-Aug-06 2:58
mentorNot Active23-Aug-06 2:58 
QuestionVS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 0:19
Jan R Hansen23-Aug-06 0:19 
AnswerRe: VS2005 deployment / installer project: copy version data around Pin
Not Active23-Aug-06 1:02
mentorNot Active23-Aug-06 1:02 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 21:28
Jan R Hansen23-Aug-06 21:28 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Not Active24-Aug-06 2:17
mentorNot Active24-Aug-06 2:17 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen24-Aug-06 3:10
Jan R Hansen24-Aug-06 3:10 
Questionsecurity Pin
Legolas.Bilbao23-Aug-06 0:04
Legolas.Bilbao23-Aug-06 0:04 
AnswerRe: security Pin
22491723-Aug-06 0:52
22491723-Aug-06 0:52 
GeneralRe: security Pin
Legolas_Bilbao23-Aug-06 5:43
Legolas_Bilbao23-Aug-06 5:43 
Question"it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir22-Aug-06 23:10
kkadir22-Aug-06 23:10 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
22491722-Aug-06 23:59
22491722-Aug-06 23: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.