Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
GeneralSolution! Cant use any arrays in struct. Pin
jblouir18-Sep-07 0:13
jblouir18-Sep-07 0:13 
QuestionGridView in C#. Only alternate colum gets binded in DataControlRowState Pin
Bino B17-Sep-07 21:45
Bino B17-Sep-07 21:45 
AnswerRe: GridView in C#. Only alternate colum gets binded in DataControlRowState Pin
Virendrak18-Sep-07 2:02
Virendrak18-Sep-07 2:02 
GeneralRe: GridView in C#. Only alternate colum gets binded in DataControlRowState Pin
Bino B19-Sep-07 16:38
Bino B19-Sep-07 16:38 
QuestionProblem with the scrollbar which is attached to a textbox Pin
kandy_soliton17-Sep-07 21:40
kandy_soliton17-Sep-07 21:40 
Questionhow to change the label value of mdi child form from non-mdi form Pin
mukesh choudhary17-Sep-07 21:14
mukesh choudhary17-Sep-07 21:14 
AnswerRe: how to change the label value of mdi child form from non-mdi form Pin
Pete O'Hanlon18-Sep-07 2:36
mvePete O'Hanlon18-Sep-07 2:36 
GeneralRe: how to change the label value of mdi child form from non-mdi form Pin
mukesh choudhary20-Sep-07 4:55
mukesh choudhary20-Sep-07 4:55 
Hello Mr. O'Hanlon
Thanks for reply.but,that is not the answer of my question.
my question is ---- there is an mdi parent form(say form1) and an mdi child form(say form2) and a non-mdi form(say form3).on form1 a button control(say 'show form2')and on form2, a label control and a button control(say 'show form3') and on form3, a button control(say 'reflect changes the label value of form2') exist.
when application executes.form1 is loaded. when click on button(say 'show form2'),its mdi child (form2) shows and when click on button of form2, a non-mdi form(form3 - called simple form) show. now i want to change the label control'value of form2 on form3'button click event.
i solved this type of problem on form1_activated event using some condition,if both form (form2 and form3) are non mdi form.
on form2 initialize the variable---> public static string active="1";
form2_activated event
----------------------
if(active!="1")
{
label1.text="ramu";
active="1";
}

form3_button_click event
-------------------------
form2.active="2";
this.close();

but this concept does not affect the form2's label control,when form2 is mdi child form.
so, pls reply. i am waiting for your answer.



Thanks,
mukesh

QuestionContext Menu in List view Pin
M. J. Jaya Chitra17-Sep-07 21:14
M. J. Jaya Chitra17-Sep-07 21:14 
Questionadding controls to an invisible control Pin
cignox117-Sep-07 21:12
cignox117-Sep-07 21:12 
AnswerRe: adding controls to an invisible control Pin
Luc Pattyn17-Sep-07 23:03
sitebuilderLuc Pattyn17-Sep-07 23:03 
GeneralRe: adding controls to an invisible control Pin
cignox117-Sep-07 23:36
cignox117-Sep-07 23:36 
GeneralRe: adding controls to an invisible control Pin
Luc Pattyn17-Sep-07 23:50
sitebuilderLuc Pattyn17-Sep-07 23:50 
AnswerRe: adding controls to an invisible control Pin
Big Daddy Farang18-Sep-07 7:37
Big Daddy Farang18-Sep-07 7:37 
GeneralRe: adding controls to an invisible control Pin
cignox118-Sep-07 20:37
cignox118-Sep-07 20:37 
GeneralRe: adding controls to an invisible control Pin
Big Daddy Farang19-Sep-07 7:28
Big Daddy Farang19-Sep-07 7:28 
QuestionDatabase problem Pin
Nishad8517-Sep-07 20:45
Nishad8517-Sep-07 20:45 
AnswerRe: Database problem Pin
Paul Conrad23-Sep-07 6:44
professionalPaul Conrad23-Sep-07 6:44 
QuestionRichTextBox Pin
mihksoft17-Sep-07 20:22
mihksoft17-Sep-07 20:22 
AnswerRe: RichTextBox Pin
wienzzz17-Sep-07 22:27
wienzzz17-Sep-07 22:27 
QuestionHow Yahoo messenger photo sharing works Pin
Lilupa17-Sep-07 20:20
Lilupa17-Sep-07 20:20 
QuestionGetting a variant containing safe array of Double Values from MFC ActiveX in C#? Pin
ss43117-Sep-07 20:11
ss43117-Sep-07 20:11 
AnswerRe: Getting a variant containing safe array of Double Values from MFC ActiveX in C#? Pin
Nissim Salomon18-Sep-07 1:40
Nissim Salomon18-Sep-07 1:40 
GeneralRe: Getting a variant containing safe array of Double Values from MFC ActiveX in C#? Pin
ss43118-Sep-07 19:30
ss43118-Sep-07 19:30 
GeneralRe: Getting a variant containing safe array of Double Values from MFC ActiveX in C#? Pin
Nissim Salomon20-Sep-07 13:54
Nissim Salomon20-Sep-07 13:54 

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.