Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
QuestionHow to catch the event of thowing an exception in Visual Studio Pin
manustone9-Jan-08 3:51
manustone9-Jan-08 3:51 
Generalset child form height Pin
arkiboys9-Jan-08 2:29
arkiboys9-Jan-08 2:29 
GeneralRe: set child form height Pin
Stu Richardson9-Jan-08 2:40
Stu Richardson9-Jan-08 2:40 
GeneralRe: set child form height Pin
arkiboys9-Jan-08 2:49
arkiboys9-Jan-08 2:49 
GeneralRe: set child form height Pin
DaveyM699-Jan-08 3:08
professionalDaveyM699-Jan-08 3:08 
GeneralRe: set child form height Pin
arkiboys9-Jan-08 3:13
arkiboys9-Jan-08 3:13 
GeneralRe: set child form height Pin
DaveyM699-Jan-08 3:24
professionalDaveyM699-Jan-08 3:24 
GeneralRe: set child form height Pin
Stu Richardson9-Jan-08 3:27
Stu Richardson9-Jan-08 3:27 
It depends how you will use your child form. I cant seem to get the child form to appear within the client rectangle without scroll bars apart from hacking it. So here is a couple of options you could have a look at.

1. You can set the child forms Dock = Fill.
2. You can set the child forms WindowState = FormWindowState.Maximized.
3. You can set the childs size to parentForm.ClientRectangle - x. (hack i know)

Sorry I am all out of ideas after that. The scroll bars seem to appear no matter if i set the hscroll etc props.
GeneralRe: set child form height Pin
arkiboys9-Jan-08 3:27
arkiboys9-Jan-08 3:27 
GeneralRe: set child form height Pin
Dave Kreskowiak9-Jan-08 4:59
mveDave Kreskowiak9-Jan-08 4:59 
GeneralRe: set child form height Pin
DaveyM6910-Jan-08 1:12
professionalDaveyM6910-Jan-08 1:12 
GeneralGet GUID of Network Card Pin
Kamal.Afridi9-Jan-08 1:48
Kamal.Afridi9-Jan-08 1:48 
GeneralRe: Get GUID of Network Card Pin
Pete O'Hanlon9-Jan-08 2:07
mvePete O'Hanlon9-Jan-08 2:07 
GeneralRe: Get GUID of Network Card Pin
Kamal.Afridi9-Jan-08 20:01
Kamal.Afridi9-Jan-08 20:01 
GeneralEXE To display within a Form Pin
ziwez09-Jan-08 0:53
ziwez09-Jan-08 0:53 
GeneralRe: EXE To display within a Form Pin
Thomas Stockwell10-Jan-08 6:16
professionalThomas Stockwell10-Jan-08 6:16 
QuestionDATAGRIDVIEW Pin
usyra429-Jan-08 0:52
usyra429-Jan-08 0:52 
GeneralRe: DATAGRIDVIEW Pin
led mike9-Jan-08 4:35
led mike9-Jan-08 4:35 
GeneralRe: DATAGRIDVIEW Pin
DotNetXenon9-Jan-08 4:35
DotNetXenon9-Jan-08 4:35 
GeneralwebClient.Headers.Add(string key, string value) behaves strange if 'key' has a square bracket in it? ([]) Pin
mightyCoCo9-Jan-08 0:04
mightyCoCo9-Jan-08 0:04 
Questionhow to add Item to binded comboBox ? Pin
hdv2128-Jan-08 23:53
hdv2128-Jan-08 23:53 
AnswerRe: how to add Item to binded comboBox ? Pin
pmarfleet9-Jan-08 1:21
pmarfleet9-Jan-08 1:21 
GeneralRe: how to add Item to binded comboBox ? Pin
hdv2129-Jan-08 1:27
hdv2129-Jan-08 1:27 
AnswerRe: how to add Item to binded comboBox ? Pin
darkelv9-Jan-08 13:15
darkelv9-Jan-08 13:15 
Questionhow to address the situation of closing the form Pin
prasadbuddhika8-Jan-08 23:33
prasadbuddhika8-Jan-08 23:33 

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.