Click here to Skip to main content
15,912,665 members
Home / Discussions / C#
   

C#

 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
ednrgc30-Nov-06 7:11
ednrgc30-Nov-06 7:11 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
h@s@n30-Nov-06 7:57
h@s@n30-Nov-06 7:57 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
ednrgc30-Nov-06 8:25
ednrgc30-Nov-06 8:25 
QuestionChange statusStrip Items Visible Pin
freshonlineMax30-Nov-06 4:06
freshonlineMax30-Nov-06 4:06 
AnswerRe: Change statusStrip Items Visible Pin
Nader Elshehabi30-Nov-06 5:02
Nader Elshehabi30-Nov-06 5:02 
GeneralRe: Change statusStrip Items Visible Pin
freshonlineMax30-Nov-06 5:27
freshonlineMax30-Nov-06 5:27 
GeneralRe: Change statusStrip Items Visible Pin
Nader Elshehabi30-Nov-06 6:58
Nader Elshehabi30-Nov-06 6:58 
GeneralRe: Change statusStrip Items Visible [modified] Pin
freshonlineMax1-Dec-06 8:01
freshonlineMax1-Dec-06 8:01 
Ok Dear friend
For example in statusStrip control, i want to change first items text or second items visibility, i can do this in MDIForm that contains this control, this controls and it's items are public, but changing its items from ChildForm has no effect!
There is no error message, just i see nothing.
<br />
// MDI Form<br />
public void setStatusbar(string Message, bool visible, string tsStatusLabel)<br />
{<br />
     statusStripMain.Items[tsStatusLabel].Text = Message;<br />
     statusStripMain.Items[tsStatusLabel].Visible = visible;<br />
}<br />
<br />
// Child Form<br />
copymdiMain.setStatusbar("InProcess...", True, "tsStatusLabelProcess");<br />

i wish this was enough.


-- modified at 14:07 Friday 1st December, 2006
GeneralRe: Change statusStrip Items Visible Pin
Nader Elshehabi1-Dec-06 11:09
Nader Elshehabi1-Dec-06 11:09 
QuestionMATLAB Pin
suma1238230-Nov-06 3:56
suma1238230-Nov-06 3:56 
AnswerRe: MATLAB Pin
ednrgc30-Nov-06 7:17
ednrgc30-Nov-06 7:17 
QuestionApplication Icon Pin
Bulky Fellow30-Nov-06 3:40
Bulky Fellow30-Nov-06 3:40 
AnswerRe: Application Icon Pin
lost in transition 30-Nov-06 4:05
lost in transition 30-Nov-06 4:05 
GeneralRe: Application Icon Pin
Bulky Fellow30-Nov-06 16:31
Bulky Fellow30-Nov-06 16:31 
GeneralRe: Application Icon Pin
lost in transition 1-Dec-06 3:16
lost in transition 1-Dec-06 3:16 
AnswerRe: Application Icon Pin
Eduard Keilholz30-Nov-06 4:13
Eduard Keilholz30-Nov-06 4:13 
AnswerRe: Application Icon Pin
V.30-Nov-06 4:44
professionalV.30-Nov-06 4:44 
GeneralRe: Application Icon Pin
ednrgc30-Nov-06 6:17
ednrgc30-Nov-06 6:17 
AnswerRe: Application Icon Pin
lost in transition 30-Nov-06 9:50
lost in transition 30-Nov-06 9:50 
QuestionCreateChildView vs GetChildRows Pin
KeesVer30-Nov-06 3:19
KeesVer30-Nov-06 3:19 
AnswerRe: CreateChildView vs GetChildRows Pin
lost in transition 30-Nov-06 4:09
lost in transition 30-Nov-06 4:09 
GeneralRe: CreateChildView vs GetChildRows Pin
KeesVer30-Nov-06 4:22
KeesVer30-Nov-06 4:22 
AnswerRe: CreateChildView vs GetChildRows Pin
leppie30-Nov-06 4:11
leppie30-Nov-06 4:11 
GeneralRe: CreateChildView vs GetChildRows Pin
KeesVer30-Nov-06 4:28
KeesVer30-Nov-06 4:28 
QuestionHow to add KeyUp Event to Label Control in C# Pin
VijayaRam30-Nov-06 2:47
VijayaRam30-Nov-06 2:47 

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.