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

C#

 
QuestionAdding data to a new worksheet in an existing workbook c# Pin
compninja2529-May-08 10:47
compninja2529-May-08 10:47 
AnswerRe: Adding data to a new worksheet in an existing workbook c# Pin
Judah Gabriel Himango29-May-08 12:37
sponsorJudah Gabriel Himango29-May-08 12:37 
GeneralRe: Adding data to a new worksheet in an existing workbook c# Pin
compninja2530-May-08 1:59
compninja2530-May-08 1:59 
GeneralRe: Adding data to a new worksheet in an existing workbook c# Pin
Robert Ernst28-Aug-08 11:34
Robert Ernst28-Aug-08 11:34 
QuestionWPF and C# Help Pin
Tyler Lovejoy29-May-08 10:20
Tyler Lovejoy29-May-08 10:20 
AnswerRe: WPF and C# Help Pin
Judah Gabriel Himango29-May-08 12:34
sponsorJudah Gabriel Himango29-May-08 12:34 
GeneralRe: WPF and C# Help Pin
Tyler Lovejoy30-May-08 2:53
Tyler Lovejoy30-May-08 2:53 
AnswerRe: WPF and C# Help Pin
Bert delaVega30-May-08 5:50
Bert delaVega30-May-08 5:50 
I'm not sure I follow, but you should have some type of control (grid, canvas, etc) for your main window. Then based on the event (start menu click, for instance), add or remove your user controls.

For example: You have a Grid named MyGrid in your window, which has multiple row definitions and you want to add a user control (your replace control):

CreatePage replace = new CreatePage();

replace.SetValue(Grid.RowProperty, 2); //set the grid row you want to add the control to

this.MyGrid.Children.Add(replace); //add the child control to the parent (grid)

AnswerRe: WPF and C# Help Pin
Tyler Lovejoy2-Jun-08 6:25
Tyler Lovejoy2-Jun-08 6:25 
QuestionAppending Multiple RTF FIles Together for Printout Pin
redfish3429-May-08 9:15
redfish3429-May-08 9:15 
AnswerRe: Appending Multiple RTF FIles Together for Printout Pin
Thomas Stockwell30-May-08 10:43
professionalThomas Stockwell30-May-08 10:43 
QuestionIs it possible to change Intranet Zone to Full Trust thrue code? Pin
Phrone29-May-08 8:40
Phrone29-May-08 8:40 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Gareth H29-May-08 9:00
Gareth H29-May-08 9:00 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
SomeGuyThatIsMe29-May-08 9:01
SomeGuyThatIsMe29-May-08 9:01 
RantRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Dan Neely29-May-08 9:58
Dan Neely29-May-08 9:58 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Judah Gabriel Himango29-May-08 10:28
sponsorJudah Gabriel Himango29-May-08 10:28 
RantI can't help myself Pin
Anthony Mushrow29-May-08 12:25
professionalAnthony Mushrow29-May-08 12:25 
Questionindex was ouside the bounds of the array Pin
NewToAspDotNet29-May-08 8:16
NewToAspDotNet29-May-08 8:16 
AnswerRe: index was ouside the bounds of the array Pin
Gareth H29-May-08 8:56
Gareth H29-May-08 8:56 
QuestionIs there a CPU object in .NET 3.5? Pin
dubayou29-May-08 7:35
dubayou29-May-08 7:35 
Questioncreate trigger in C# Pin
Member 400849229-May-08 6:39
Member 400849229-May-08 6:39 
AnswerRe: create trigger in C# Pin
Giorgi Dalakishvili29-May-08 7:34
mentorGiorgi Dalakishvili29-May-08 7:34 
QuestionWeird deserialization error message Pin
Alan Balkany29-May-08 6:32
Alan Balkany29-May-08 6:32 
AnswerRe: Weird deserialization error message Pin
Alan Balkany2-Jun-08 8:08
Alan Balkany2-Jun-08 8:08 
QuestionDataGridView Text Box Column Selection Pin
paas29-May-08 6:32
paas29-May-08 6:32 

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.