Search:

Type: Posts; User: nathan80

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    668

    Re: Merge Dataset Problem

    I did have a look for examples of this kind of thing when I stated the app but I couldn't find any.

    I am able to write something to do this but I wanted to clarify if what I was trying to do, more...
  2. Replies
    6
    Views
    668

    Re: Merge Dataset Problem

    Follow this example and you'll see how it is possible.

    1, Add as user to the setup database

    2, Export the users from the setup database into the live database

    3, A user changes their surname...
  3. Replies
    6
    Views
    668

    Re: Merge Dataset Problem

    Yes I do.

    Both tables have a user column that is the primary key.

    The structure of the tables is identical and should never become out of sync
  4. Replies
    6
    Views
    668

    Merge Dataset Problem

    I am having trouble using the merge dataset method and I don't know if it is because I am implementing the method incorrectly or if I should be using another method.

    I have 2 databases, I use one...
  5. Thread: Screen Lock

    by nathan80
    Replies
    1
    Views
    640

    Screen Lock

    I have been searching and trying a couple of things but I seem unable to unlock the screen on my pocket PC from my application.

    What I want to do is run a small app at startup that checks if the...
  6. Replies
    4
    Views
    583

    Re: deployment problem

    ok sorry, I had an unhandled exception that I wasn't handling that was due to an error in a sql statement I was running.
  7. Replies
    4
    Views
    583

    Re: deployment problem

    I am using XP and we have tried it on 2k as well.

    The test PC has got v2.0 of the framework the same as my laptop which is XP

    From what I understand when you use the publish wizard in vs2005...
  8. Replies
    4
    Views
    583

    [RESOLVED] deployment problem

    I have written a very crude app for a customer. It was a bit of a rush job but it’s fit for purpose.

    I wrote the app in .net 2005 and I cannot get it to run on certain PC’s.


    The PC’s that I...
  9. UnhandledException Event in Compact Framework

    .net compact framework doesn't provide the same implementation for supporting unhandled exceptions.

    I want to have a global procedure that if an exception ocurrs outside of my usual handlers that...
  10. Replies
    0
    Views
    446

    [2005] Useful Link

    Anybody wanting to make their VS experience a little easier should take a look here

    Just gives you some very handy shortcut keys, similar to some of those mentioned in the post at the top of the...
  11. Replies
    4
    Views
    1,321

    Re: [RESOLVED] SQL Server CE autoIncrement???

    You could just take care of this yourself.

    Just run a sql statement to see what the max value for that column is and then add one to it then run the insert statement using this new value for one...
  12. Replies
    2
    Views
    898

    Re: SQL Command Execute Reader

    anybody?
  13. Replies
    2
    Views
    898

    SQL Command Execute Reader

    I am using VS2005 developing on windows mobile 5 using SQLServerCe.

    I have been having problems using the following line of code

    DataReader =...
  14. Thread: RSS Feeds

    by nathan80
    Replies
    1
    Views
    490

    RSS Feeds

    The scenario is this.

    I have a desktop app that holds customer product information.

    I have an ftp/website that holds the latest offers from suppliers.

    Based on what a customer purchases I...
  15. Replies
    1
    Views
    1,456

    Num Lock in Windows Mobile

    I am working on windows mobile with vs 2005 and I want to be able to turn off the num lock feature of the usb keyboard from my application.

    The keyboard is a custom made keyboard and is missing...
  16. Replies
    2
    Views
    510

    Re: [2005] Use Microsoft Access For Mobile

    You can use access but Microsoft do not provide any default connection operator for you to use, you would have to create your own wrapper.

    I am writing something at the moment and I would...
  17. Replies
    3
    Views
    759

    Re: [2005] Windows Mobile 2005 Cursor

    Thank-you

    I was able to get it working

    Thanks for the link.

    I've never done anything like this before, what part of that class should I be using to change the cursor image?
  18. Replies
    3
    Views
    759

    Re: [2005] Windows Mobile 2005 Cursor

    Sorry, no sooner had I been lazy and given up hope of finding it than I was able to get it to work.

    This is all it needs for anybody else having the same problem

    Private Sub RefreshList()

    ...
  19. Replies
    3
    Views
    759

    [2005] Windows Mobile 2005 Cursor

    I need to display the multi coloured beach ball cursor while I am loading some data into a list view

    Has anyone got any idea of how to do this. I can't find a cursor attribute to the form

    Many...
  20. Replies
    5
    Views
    638

    Re: [2005] Try Catch How Often?

    I am currently undertaking a couple of projects in both vs 2005 for vb and c# after having previously done vb6 programming and this is something I am unsure of as well.

    In some of my old apps I...
  21. Re: [2005] Displaying TextBoxes based On Looping in Windows Mobile?

    I had a similar situation to the one kleinma pointed out to you.

    You need tio covert you object to a textbox explicitally if you want to interact with it's properties. You can do this very easily...
  22. Replies
    3
    Views
    708

    Re: [2005] Visual Basic Tutorials

    VB @ The Movies is a good place to start

    http://msdn2.microsoft.com/en-us/vbasic/ms789057.aspx

    Also the msdn library is normally a good point of reference
  23. Replies
    5
    Views
    1,556

    Re: VB.NET 2005 Listview - compact framework

    The keyboard works 100%

    I have tried a couple of keyboards and have tried all of them on a normal desktop PC and it works without any problems
  24. Replies
    5
    Views
    1,556

    Re: VB.NET 2005 Listview - compact framework

    not sure what you mean by SIP?
  25. Replies
    5
    Views
    1,556

    Re: VB.NET 2005 Listview - compact framework

    Anybody?
  26. Replies
    5
    Views
    1,556

    VB.NET 2005 Listview - compact framework

    I need to do a couple of things with a listview in a windows mobile 5 app I am working on

    1, How do I auto-resize the columns to take into account the text that may be in them?

    For instance in...
  27. Replies
    1
    Views
    539

    Re: Creating Controls

    I am in ther process of producing an application to run on the same platform.

    I had never used the .net or mobile problem but have found approaches that we used in vb6 worked perfectly fine.

    I...
  28. Replies
    1
    Views
    641

    Re: Need exercises on arrays

    Have a look at the attched data structures example code.

    This should give you most basic and some not so basic examples
  29. Replies
    15
    Views
    1,254

    Re: Returning table names

    OK, cool that is what I want

    Sorry, I didn't understand exactly what is was going to do

    Thanks again
  30. Replies
    15
    Views
    1,254

    Re: Returning table names

    ok, but the example you have given is only to assign 1 table name to a datatable oibject

    What about if I want to get the names of all X tables in the database?
  31. Replies
    15
    Views
    1,254

    [RESOLVED] Returning table names

    I have a database I want to open and iterate through all of the tables in the database, get their names and display a check box on a form with the appropriate name next to each box

    Please can you...
  32. Replies
    10
    Views
    1,412

    Re: Database1 to Dataset to Database2 - more help needed

    I had to come back this example again because I am having a problem implementing it.

    Let me explain where I am now...

    I have an access (or sqal database) on my laptop, I also have an sdf file...
  33. Replies
    3
    Views
    598

    Re: [2005] VB.net web app

    Sorry, I wasn't clear previously, I have already purchased some webspace and have someone hostingit for me so I would just pump stuff up to it

    Thanks for the advice, I'll get started an probably...
  34. Replies
    3
    Views
    598

    [RESOLVED] [2005] VB.net web app

    After some advice really......

    I recently sorted myself out and got some space to play around with hosting a website to learn vb.net mixed with asp

    I basically want to start off with a site...
  35. Replies
    4
    Views
    560

    Re: Reading excel worksheets

    Thought as much, thanks for confirming it though
  36. Re: [2005] Changing ListView Column Header Colors

    Was looking at something like this myself, but for a pocket pc app.

    The bottom of that article says it supports the pocket pc platform but at the top it says you need framework 2.0,

    On pocket...
  37. Replies
    4
    Views
    560

    Re: Reading excel worksheets

    I opened the excel sheet using an adodb connection and just returned the data from sheet1 into a recordset

    This runs on a pc without excel installed without any problems.

    I didn't know if...
  38. Replies
    4
    Views
    560

    [RESOLVED] Reading excel worksheets

    I have data to import from a users excel file.

    In my utility the user says what they are going to import and points me to an xls file

    Without using the excel object (which means excel has to...
  39. Thread: Exceptions

    by nathan80
    Replies
    8
    Views
    5,776

    Re: Exceptions

    I think the root of the problem is when I try and execute the following line of code

    reader = command.ExecuteReader(CommandBehavior.CloseConnection)

    It is at this point in the code when I get...
  40. Thread: Exceptions

    by nathan80
    Replies
    8
    Views
    5,776

    Re: Exceptions

    Thanks for the link, I found some similar as well

    The problem I have is that I get the following list of exceptions when I try and open a connection to the sql mobile database on the pocket pc.
    ...
Results 1 to 40 of 53
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width