Click here to Skip to main content
15,896,514 members
Home / Discussions / C#
   

C#

 
AnswerRe: ToolStripProgressBar how to change the color of the block's? Pin
V.27-Dec-06 23:54
professionalV.27-Dec-06 23:54 
GeneralRe: ToolStripProgressBar how to change the color of the block's? Pin
GunaChinna28-Dec-06 1:40
GunaChinna28-Dec-06 1:40 
AnswerRe: ToolStripProgressBar how to change the color of the block's? Pin
Vega0228-Dec-06 5:43
Vega0228-Dec-06 5:43 
GeneralRe: ToolStripProgressBar how to change the color of the block's? Pin
GunaChinna28-Dec-06 18:01
GunaChinna28-Dec-06 18:01 
GeneralRe: ToolStripProgressBar how to change the color of the block's? Pin
Vega0228-Dec-06 19:05
Vega0228-Dec-06 19:05 
Questioncontrol visible Pin
md_refay27-Dec-06 22:35
md_refay27-Dec-06 22:35 
AnswerRe: control visible Pin
jk chan28-Dec-06 1:05
jk chan28-Dec-06 1:05 
GeneralRe: control visible Pin
Eduard Keilholz28-Dec-06 1:22
Eduard Keilholz28-Dec-06 1:22 
Actually the parent form's control cannot be accessed this way, you need to cast the this.MdiParent to the parent form.

MyMdiContainer frmParent = (MyMdiContainer)this.MdiParent;<br />
frmParent.ControlName.Visible = false;<br />


.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: control visible Pin
jk chan28-Dec-06 1:41
jk chan28-Dec-06 1:41 
QuestionHow to display Directory of windows in listview Pin
tirumal123127-Dec-06 22:14
tirumal123127-Dec-06 22:14 
AnswerRe: How to display Directory of windows in listview Pin
ednrgc28-Dec-06 6:21
ednrgc28-Dec-06 6:21 
QuestionHow to add a ComboBox to a datagrid(or datagridview) Pin
phantanagu27-Dec-06 21:23
phantanagu27-Dec-06 21:23 
AnswerRe: How to add a ComboBox to a datagrid(or datagridview) Pin
jk chan28-Dec-06 1:56
jk chan28-Dec-06 1:56 
Questionhow to delete items into dropdown box using c#.net while present items is working in dropdownbox Pin
anand mandadi27-Dec-06 20:34
anand mandadi27-Dec-06 20:34 
Questionhow to convert ToolStrip MenuItem to Menu Item Pin
ravichandratbv27-Dec-06 20:19
ravichandratbv27-Dec-06 20:19 
Questiongetting table filed name from store procedure Pin
Sanjib Raj27-Dec-06 20:09
Sanjib Raj27-Dec-06 20:09 
AnswerRe: getting table filed name from store procedure Pin
GaryWoodfine 28-Dec-06 8:43
professionalGaryWoodfine 28-Dec-06 8:43 
Questioncontrolling windows's folders properties Pin
groundzero11127-Dec-06 19:58
groundzero11127-Dec-06 19:58 
AnswerRe: controlling windows's folders properties Pin
Eduard Keilholz27-Dec-06 21:18
Eduard Keilholz27-Dec-06 21:18 
GeneralRe: controlling windows's folders properties Pin
groundzero11128-Dec-06 10:18
groundzero11128-Dec-06 10:18 
GeneralRe: controlling windows's folders properties Pin
Eduard Keilholz29-Dec-06 1:57
Eduard Keilholz29-Dec-06 1:57 
QuestionUpdater Application Block v.2.0 Pin
daniel9927-Dec-06 19:00
daniel9927-Dec-06 19:00 
QuestionFind if value changed on Form other than keeping track of each value of control? Pin
india_ritesh27-Dec-06 16:04
india_ritesh27-Dec-06 16:04 
AnswerRe: Find if value changed on Form other than keeping track of each value of control? Pin
Salogus27-Dec-06 19:28
Salogus27-Dec-06 19:28 
GeneralRe: Find if value changed on Form other than keeping track of each value of control? Pin
india_ritesh28-Dec-06 10:41
india_ritesh28-Dec-06 10:41 

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.