Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
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 
QuestionCell's pixel coordinated Pin
Salogus27-Dec-06 15:55
Salogus27-Dec-06 15:55 
QuestionArticle Submition Problem:( Pin
Muammar©27-Dec-06 13:46
Muammar©27-Dec-06 13:46 
AnswerRe: Article Submition Problem:( Pin
Colin Angus Mackay27-Dec-06 15:36
Colin Angus Mackay27-Dec-06 15:36 
GeneralRe: Article Submition Problem:( Pin
Muammar©28-Dec-06 3:51
Muammar©28-Dec-06 3:51 
QuestionHelp file Pin
md_refay27-Dec-06 12:01
md_refay27-Dec-06 12:01 
AnswerRe: Help file Pin
Mairaaj Khan27-Dec-06 19:16
professionalMairaaj Khan27-Dec-06 19:16 
Questionpassing values between 2 Forms Pin
Moham'd27-Dec-06 11:34
Moham'd27-Dec-06 11:34 
AnswerRe: passing values between 2 Forms Pin
Colin Angus Mackay27-Dec-06 11:59
Colin Angus Mackay27-Dec-06 11:59 
GeneralRe: passing values between 2 Forms Pin
Paul Conrad27-Dec-06 18:34
professionalPaul Conrad27-Dec-06 18:34 
GeneralRe: passing values between 2 Forms Pin
Moham'd30-Dec-06 3:15
Moham'd30-Dec-06 3:15 
QuestionMdiForm Pin
md_refay27-Dec-06 11:15
md_refay27-Dec-06 11:15 
AnswerRe: MdiForm Pin
Mairaaj Khan28-Dec-06 1:12
professionalMairaaj Khan28-Dec-06 1:12 
ma_refay wrote:
1-i want to put listbox on mdiform but when i open childform the list box control still on top over the childform and hide it i want listbox to be hidden when childform is open


Instead of putting the listbox directly on the mdiform, place it on the GroupBox control. On showing the child form call the Hide() method of the GroupBox control or set its Visible property to false.

ma_refay wrote:
2-when i try to change mdiform backcolor it's apply new color why?

Roll eyes | :rolleyes: because you changed backcolor (kidding)

To change the back color of your mdiform, use BackgroundImage property, instead. The BackColor property doesn't change the back color of MDIContainer form (if it does then I don't know the way). Some controls inherit some properties of its parent. That is why when you set the BackColor of your MDI, it was get inherited by the control, which is placed on the mdi form.

Regards.


________________________________
Success is not something to wait for, its something to work for.

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.