Click here to Skip to main content
16,009,057 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: WPF and C# Help Pin
Tyler Lovejoy2-Jun-08 6:25
Tyler Lovejoy2-Jun-08 6:25 
thanks your comments were helpfull, but here is my main predicament. I want to have a starting window. if you click a button it will show you something different. this different thing is called, and is a UserControl.

How it is Called:

void New_Click(object sender, RoutedEventArgs e)
{
this.Grid.Children.Remove(UC);
this.Grid.Children.Add(create);
}

create was already initialized up top, and it has its own xaml and code behind file.

So now the window is populated with all the original information but instead of UC in the main text area, i have put this new createplayer UserControl. Now its going to fill out some information in a form. then you would hit a submit button. I then want it to go back so that UC is the UserControl not create. Everything you entered into this form, is then saved into a class.

What is the best way to do this? Let me know if anything is unclear
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 
QuestionLinkedIn APIs Pin
sunit_8229-May-08 3:58
sunit_8229-May-08 3:58 

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.