Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. WinForm to PDA?

WinForm to PDA?

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NewToAspDotNet
    wrote on last edited by
    #1

    Hi All, I have a little application maded with Visual Studio 2005 and SqlServer that shows the status of plans/activities. Kind of dashboard. Now i have to show this dashboard on a PDA. My questions is what do i have need/use for this? Can anyone give me some info or references about this subject? Thanx.

    D 1 Reply Last reply
    0
    • N NewToAspDotNet

      Hi All, I have a little application maded with Visual Studio 2005 and SqlServer that shows the status of plans/activities. Kind of dashboard. Now i have to show this dashboard on a PDA. My questions is what do i have need/use for this? Can anyone give me some info or references about this subject? Thanx.

      D Offline
      D Offline
      DaveyM69
      wrote on last edited by
      #2

      It can be done no problem with Visual Studio 2005 (I'm using 2008 now and have removed 2005 so I can't give you the exact steps, but I did several PDA apps with 2005). For the database, you can either connect remotely or use MS SQL CE locally.

      Dave
      BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
      Expect everything to be hard and then enjoy the things that come easy. (code-frog)

      N 1 Reply Last reply
      0
      • D DaveyM69

        It can be done no problem with Visual Studio 2005 (I'm using 2008 now and have removed 2005 so I can't give you the exact steps, but I did several PDA apps with 2005). For the database, you can either connect remotely or use MS SQL CE locally.

        Dave
        BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
        Expect everything to be hard and then enjoy the things that come easy. (code-frog)

        N Offline
        N Offline
        NewToAspDotNet
        wrote on last edited by
        #3

        Hi Dave, Thanx for your response. Could you give me the steps with VS 2008 ? Thanx.

        D 1 Reply Last reply
        0
        • N NewToAspDotNet

          Hi Dave, Thanx for your response. Could you give me the steps with VS 2008 ? Thanx.

          D Offline
          D Offline
          DaveyM69
          wrote on last edited by
          #4

          Create project | Smart Device | Smart Device Project Name it and click OK Select Target platform and .NET Compact Framework Version then Device Application. There are differences between .NET [standard] and .NET Compact but *most* things will pretty much work by copying and pasting your code from your existing app. You can connect to any database you like, but because of potential connection issues, any data that needs to be stored locally should be done in MS SQL CE and synchronized later (either over the internet/LAN or active sync). Just goto the normal Data menu and do/add what you need. You can debug either in the built in Emulator or to your device if it's connected to the dev machine. This is the painful bit as it can take a while!

          Dave
          BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
          Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

          N 1 Reply Last reply
          0
          • D DaveyM69

            Create project | Smart Device | Smart Device Project Name it and click OK Select Target platform and .NET Compact Framework Version then Device Application. There are differences between .NET [standard] and .NET Compact but *most* things will pretty much work by copying and pasting your code from your existing app. You can connect to any database you like, but because of potential connection issues, any data that needs to be stored locally should be done in MS SQL CE and synchronized later (either over the internet/LAN or active sync). Just goto the normal Data menu and do/add what you need. You can debug either in the built in Emulator or to your device if it's connected to the dev machine. This is the painful bit as it can take a while!

            Dave
            BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
            Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

            N Offline
            N Offline
            NewToAspDotNet
            wrote on last edited by
            #5

            Thanx a lot. That was very helpfull :)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups