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

C#

 
QuestionGet div values Pin
Herboren9-Aug-11 9:40
Herboren9-Aug-11 9:40 
AnswerRe: Get div values Pin
BobJanova9-Aug-11 23:05
BobJanova9-Aug-11 23:05 
QuestionResetting a user control using the same instance Pin
MAW309-Aug-11 9:27
MAW309-Aug-11 9:27 
AnswerRe: Resetting a user control using the same instance Pin
BillWoodruff9-Aug-11 9:58
professionalBillWoodruff9-Aug-11 9:58 
GeneralRe: Resetting a user control using the same instance Pin
MAW309-Aug-11 10:35
MAW309-Aug-11 10:35 
AnswerRe: Resetting a user control using the same instance Pin
MicroVirus9-Aug-11 12:37
MicroVirus9-Aug-11 12:37 
GeneralRe: Resetting a user control using the same instance Pin
MAW309-Aug-11 13:13
MAW309-Aug-11 13:13 
GeneralRe: Resetting a user control using the same instance Pin
BillWoodruff9-Aug-11 14:54
professionalBillWoodruff9-Aug-11 14:54 
Hi, I think you got a good response from MicroVirus, but I will add, based on the assumptions we are talking about an application built-on .NET / WinForms:

1. one way to address resize in general in .NET is to set the Anchor or Dock properties of the hosted Control/Form in a way that when the host container (Control, Form, UserControl) is re-sized, the hosted things automatically 'do the right thing' in terms of re-sizing. I'm wondering why that strategy would not work for you.

2. on the larger level ... architecture ... it sounds like what you are doing involves a lot of either Forms or Controls, or UserControls; have you considered using a meta-container, like a DataGridView, FlowLayout, or TableLayoutPanel, all of which can host Controls of different types, one where changing the size of its virtual rows or columns can take care of re-sizing issues, or inserting a new object that requires a change in its hosted row and or column size can have this change automatically handled.

good luck, Bill
"In the River of Delights, Panic has not failed me." Jorge Luis Borges

GeneralRe: Resetting a user control using the same instance Pin
MicroVirus10-Aug-11 3:15
MicroVirus10-Aug-11 3:15 
QuestionVisio Interop and C# Pin
USAFHokie809-Aug-11 7:53
USAFHokie809-Aug-11 7:53 
QuestionAdvice on building charts C#, ASP, etc. Pin
MAW309-Aug-11 7:31
MAW309-Aug-11 7:31 
AnswerRe: Advice on building charts C#, ASP, etc. Pin
Abhinav S9-Aug-11 7:39
Abhinav S9-Aug-11 7:39 
QuestionVS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 7:26
Matt U.9-Aug-11 7:26 
AnswerRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 8:44
professionalBillWoodruff9-Aug-11 8:44 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 8:58
Matt U.9-Aug-11 8:58 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 10:05
professionalBillWoodruff9-Aug-11 10:05 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 10:12
Matt U.9-Aug-11 10:12 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 14:58
professionalBillWoodruff9-Aug-11 14:58 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 1:44
Matt U.10-Aug-11 1:44 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff10-Aug-11 3:40
professionalBillWoodruff10-Aug-11 3:40 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 5:28
Matt U.10-Aug-11 5:28 
QuestionSQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:00
vanikanc9-Aug-11 6:00 
AnswerRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 6:06
professionalShameel9-Aug-11 6:06 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:33
vanikanc9-Aug-11 6:33 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 6:45
Ennis Ray Lynch, Jr.9-Aug-11 6:45 

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.