Jaguma Games
I am 16 years old at this moment. I am from Manchester, England. I am intrested in programming and one day wish to become a professional developer.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Navigation Between MainPage and ViewEdit Pages - Day 4 - Part 10
Feb 06, 2011 at 7:45 AMBob, I made a directory called 'Pages' for my Add.xaml and viewEdit.xaml... how do I navigate to MainPage.xaml from them?
Day 3 Homework Solution
Feb 05, 2011 at 2:38 PMAlso, to delete the file, couldn't you have just used -
private void delete_click(object sender, EventArgs e) { string fileName = "My_Note.txt"; IsolatedStorageFile storage = IsolatedStorageFile.GetUserStoreForApplication(); storage.DeleteFile(fileName); outputBox.Text = ""; inputBox.Text = ""; } // DeleteDay 3 Homework Solution
Feb 05, 2011 at 2:15 PM@Mintydog: Same
Oh yeah, GREAT TUTORIALS BOB
GPS, Location API and Calling Web Services - Day 3 - Part 10
Feb 05, 2011 at 10:35 AMI got it to work by simply by deleting all my service references, restarting visual studio, opening my current project and adding it.
Job done
Navigating and Passing Data between XAML Pages - Day 3 - Part 3
Feb 04, 2011 at 4:20 PMDay 2 Homework Assignment Solution - Part 2
Feb 04, 2011 at 1:43 PMHey guys. If you want some help on how to scroll further on your page, here it is.