Search results for query: *

  1. S

    Windows phone app

    yes sorry I did add the database in the Solution Explorer first, I managed to get it working now, I can save data to the database but when I close the phone emulator and restart it again the data is lost, I really need persistent storage for the data, I understand this should be possible using a...
  2. S

    Windows phone app

    it is a local database I created using the following code: [Table] public class TourDescription { [Column(IsPrimaryKey=true, CanBeNull=false)] public string TourName { get; set; } //[Column(CanBeNull = true)]...
  3. S

    Windows phone app

    I decided to recreate the project in C# as I think this will save alot of time, I have another question though, I am trying to create persistent storage for data about each tour that is created in the application, I tried creating a local database but as far as I can see all the data is lost...
  4. S

    Windows phone app

    thanks for offering to help, and the advice, I am going to try with some of the translators to see how they work, some of the code I am using is quite complex so I will have to see how I get on, although I am considering making the project again in C# as it could save me alot of time in the...
  5. S

    Windows phone app

    thanks for your replies, I know VB better than C# but I have managed to translate some code, I think I am going to stick with VB as I have already done quite a lot of work developing the application pages, hopefully I can manage translating the more complex code from C# to VB
  6. S

    Windows phone app

    hi I am creating a tourist guide app in Visual Studio for Windows phone, when I started creating the project I didn't really think about whether to use C# or VB, I just created the project in VB, I am using quite a few online tutorials to help me build the app and often the code is in C#, I was...
  7. S

    Question tourist guide application development for Windows phone

    I am looking for some help with developing a tourist guide/guide book application for a school project, I am using Visual Studio for Windows phone which I have a small amount of experience with, what I am looking for is some sort of guide to get me started, the application should use location...
Back
Top