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. Mobile Development
  3. Mobile
  4. How to create a ticker on Pocket PC

How to create a ticker on Pocket PC

Scheduled Pinned Locked Moved Mobile
csharpdotnettutorialworkspace
2 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.
  • S Offline
    S Offline
    snprani
    wrote on last edited by
    #1

    Hi to all I am new to this Pocket PC environment. I need to create a stock ticker on Pocketpc which displays the stock values on that ticker. What are the things that I need to know to create a ticker using WinCE or atleast using .Net framework. This is very urgent. Thanks Rani.

    P 1 Reply Last reply
    0
    • S snprani

      Hi to all I am new to this Pocket PC environment. I need to create a stock ticker on Pocketpc which displays the stock values on that ticker. What are the things that I need to know to create a ticker using WinCE or atleast using .Net framework. This is very urgent. Thanks Rani.

      P Offline
      P Offline
      perlmunger
      wrote on last edited by
      #2

      You would do it almost exactly the same way you would with a normal (desktop) stock ticker in .NET. Your task doesn't require any special knowledge for PPC development since you're planning to use .NET. I would look around the web for ticker projects people have done using the regular .NET framework (as opposed to the .NET Compact Framework). It will almost certainly work identically or close. You will probably be using the HttpWebRequest object or something related (though the WebClient class is not available on the compact framework). You can see an example of grabbing the HTML content from a Uri here: http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.getresponse(VS.80).aspx[^] -Matt

      ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall

      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