Click here to Skip to main content
15,910,212 members
Home / Discussions / C#
   

C#

 
QuestionControlling Application Volume in C# Pin
Brett Nottingham4-Oct-06 16:15
Brett Nottingham4-Oct-06 16:15 
AnswerRe: Controlling Application Volume in C# [edit] Pin
Edbert P4-Oct-06 16:50
Edbert P4-Oct-06 16:50 
Questionreading network binary data from LEFT or RIGHT? Pin
mmatteson4-Oct-06 14:40
mmatteson4-Oct-06 14:40 
Questionparse error [modified] Pin
Naji.A4-Oct-06 13:11
Naji.A4-Oct-06 13:11 
AnswerRe: parse error Pin
Christian Graus4-Oct-06 14:14
protectorChristian Graus4-Oct-06 14:14 
Questionc# won't display sub menuitems Pin
tmaung4-Oct-06 11:05
tmaung4-Oct-06 11:05 
QuestionLoading user controls from filename... Pin
Kasic Slobodan4-Oct-06 11:02
Kasic Slobodan4-Oct-06 11:02 
AnswerRe: Loading user controls from filename... Pin
Andrei Ungureanu4-Oct-06 23:35
Andrei Ungureanu4-Oct-06 23:35 
Hi,
In win forms you can add a control inside a panel using something like in the example below.
Suppose you have created a user control named MyUserControl and you have a panel on your form named PanelControls
private void FormMain_Load(object sender, System.EventArgs e)
{
 MyUserControl c = new MyUserControl();
 //set any properties that are needed and events (if it's the case)
 PanelControls.Controls.Add(c);
}

Hope that helps you.

Do your best to be the best

GeneralRe: Loading user controls from filename... Pin
Kasic Slobodan5-Oct-06 2:29
Kasic Slobodan5-Oct-06 2:29 
QuestionHelp with Collections Pin
TheBlindWatchmaker4-Oct-06 10:40
TheBlindWatchmaker4-Oct-06 10:40 
AnswerRe: Help with Collections Pin
eggsovereasy4-Oct-06 10:49
eggsovereasy4-Oct-06 10:49 
GeneralPerfect! Thank you! Pin
TheBlindWatchmaker4-Oct-06 11:07
TheBlindWatchmaker4-Oct-06 11:07 
QuestionReferencing a textBox on a tabControl Pin
TCHamilton4-Oct-06 10:35
TCHamilton4-Oct-06 10:35 
AnswerRe: Referencing a textBox on a tabControl Pin
Edbert P4-Oct-06 16:59
Edbert P4-Oct-06 16:59 
GeneralRe: Referencing a textBox on a tabControl Pin
TCHamilton5-Oct-06 7:46
TCHamilton5-Oct-06 7:46 
GeneralRe: Referencing a textBox on a tabControl Pin
Edbert P5-Oct-06 13:01
Edbert P5-Oct-06 13:01 
Questionenlarging picture box Pin
rzvme4-Oct-06 9:20
rzvme4-Oct-06 9:20 
AnswerRe: enlarging picture box Pin
Christian Graus4-Oct-06 9:34
protectorChristian Graus4-Oct-06 9:34 
GeneralRe: enlarging picture box Pin
rzvme4-Oct-06 9:37
rzvme4-Oct-06 9:37 
QuestionRe: enlarging picture box Pin
rzvme4-Oct-06 23:42
rzvme4-Oct-06 23:42 
QuestionRemoting - interface vs proxy (soapsuds) Pin
Chuck Bevitt4-Oct-06 8:48
Chuck Bevitt4-Oct-06 8:48 
AnswerRe: Remoting - interface vs proxy (soapsuds) Pin
led mike4-Oct-06 10:17
led mike4-Oct-06 10:17 
Question3 state Button - weird behaviour Pin
seq-4-Oct-06 8:41
seq-4-Oct-06 8:41 
AnswerRe: 3 state Button - weird behaviour Pin
Christian Graus4-Oct-06 9:36
protectorChristian Graus4-Oct-06 9:36 
AnswerRe: 3 state Button - weird behaviour [modified] Pin
Ilíon4-Oct-06 9:59
Ilíon4-Oct-06 9:59 

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.