Click here to Skip to main content
15,901,283 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGrid Control - right choice? Pin
Robert Rohde29-Apr-05 6:55
Robert Rohde29-Apr-05 6:55 
GeneralRemoting : can't disconnect client Pin
sokettepower28-Apr-05 22:08
sokettepower28-Apr-05 22:08 
GeneralRe: Remoting : can't disconnect client Pin
Kodanda Pani29-Apr-05 3:27
Kodanda Pani29-Apr-05 3:27 
GeneralRe: Remoting : can't disconnect client Pin
sokettepower29-Apr-05 4:17
sokettepower29-Apr-05 4:17 
GeneralRe: Remoting : can't disconnect client Pin
Kodanda Pani29-Apr-05 20:28
Kodanda Pani29-Apr-05 20:28 
GeneralRe: Remoting : can't disconnect client Pin
Anonymous29-Apr-05 22:38
Anonymous29-Apr-05 22:38 
QuestionHow to resise controls when maximising the C# Application? Pin
pubududilena28-Apr-05 22:06
pubududilena28-Apr-05 22:06 
AnswerRe: How to resise controls when maximising the C# Application? Pin
gaby2r28-Apr-05 22:44
gaby2r28-Apr-05 22:44 
you can use the Anchor propriety of the controls to a certain degree. For example if you have a control Anchored to a margine, whenever that margine is moved the control will always keep the same distance from that margine. if the control is Anchored to two oposed Margines(left and right for example), when the parent control is resized, the control will increase his size acordingly so as to keep the same distances from the margins(in the left right case he will increase his width). Anchors work in desing mode too .. you should try and experimet with them there.

if you want more control you can handle the SizeChanged event of the parent control (this beeing in your case the main form).
GeneralRe: How to resise controls when maximising the C# Application? Pin
pubududilena29-Apr-05 0:07
pubududilena29-Apr-05 0:07 
GeneralRe: How to resise controls when maximising the C# Application? Pin
Claudio Grazioli29-Apr-05 3:21
Claudio Grazioli29-Apr-05 3:21 
GeneralRe: How to resise controls when maximising the C# Application? Pin
pubududilena1-May-05 16:53
pubududilena1-May-05 16:53 
GeneralRe: How to resise controls when maximising the C# Application? Pin
Claudio Grazioli1-May-05 20:58
Claudio Grazioli1-May-05 20:58 
AnswerRe: How to resise controls when maximising the C# Application? Pin
MoustafaS29-Apr-05 5:01
MoustafaS29-Apr-05 5:01 
GeneralHelp-- Determining Mouse Pin
Umair Tariq28-Apr-05 22:04
Umair Tariq28-Apr-05 22:04 
GeneralRe: Help-- Determining Mouse Pin
Polis Pilavas29-Apr-05 1:08
Polis Pilavas29-Apr-05 1:08 
QuestionHow to create Help file like VS.net Help (MSDN Library - April 2003) Pin
god4k28-Apr-05 21:57
god4k28-Apr-05 21:57 
AnswerRe: How to create Help file like VS.net Help (MSDN Library - April 2003) Pin
S. Senthil Kumar28-Apr-05 22:48
S. Senthil Kumar28-Apr-05 22:48 
GeneralObtaining Application Focus Pin
ekynox28-Apr-05 21:41
ekynox28-Apr-05 21:41 
GeneralRe: Obtaining Application Focus Pin
MoustafaS29-Apr-05 5:07
MoustafaS29-Apr-05 5:07 
GeneralRe: Obtaining Application Focus Pin
ekynox29-Apr-05 13:42
ekynox29-Apr-05 13:42 
General"Not Responding" Message in Windows Form Application Pin
G_Zola28-Apr-05 20:54
G_Zola28-Apr-05 20:54 
GeneralRe: "Not Responding" Message in Windows Form Application Pin
mav.northwind28-Apr-05 21:19
mav.northwind28-Apr-05 21:19 
GeneralRe: "Not Responding" Message in Windows Form Application Pin
MoustafaS29-Apr-05 14:22
MoustafaS29-Apr-05 14:22 
GeneralHelp-- AxWebBrowser Control Pin
Umair Tariq28-Apr-05 20:30
Umair Tariq28-Apr-05 20:30 
GeneralZooming on winform controls Pin
sreejith ss nair28-Apr-05 20:22
sreejith ss nair28-Apr-05 20:22 

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.