Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: enes
  • Order by date
  1. enes

    image download and view

    I have an IPAQ PDA and I want to write a code which uses a image file that must be downloaded over internet by giving the url. I tried WebClient Client = new WebClient (); Client.DownloadFile("http://www.xxxx.com/image.jpg", " image.jpg"); but compact framework doesn't cover WebClient...
  2. enes

    Handheld device image downloading and saving

    I have an IPAQ PDA and I want to write a code which uses a image file that must be downloaded over internet by giving the url. I tried WebClient Client = new WebClient (); Client.DownloadFile("http://www.xxxx.com/image.jpg", " image.jpg"); but compact framework doesn't cover WebClient...
  3. enes

    MPEG-2 player decoder SDK for windows CE

    I have an ipaq and I want to develop a sofware for streaming MPEG-2 files over internet, does anybody know some decoders, players or sdk for windows CE that I can use for this purpose? I will stream files via http reguest then I need some kind of player to play them, I will use c# by the way...
  4. enes

    MPEG-2 player decoder SDK for windows CE

    I have an ipaq and I want to develop a sofware for streaming MPEG-2 files over internet, does anybody know some decoders, players or sdk for windows CE that I can use for this purpose? I will stream files via http reguest then I need some kind of player to play them, I will use c# by the way...
  5. enes

    MPEG-2 player decoder for windows CE

    I have an ipaq and I want to develop a sofware for streaming MPEG-2 files over internet, does anybody know some decoders, players or sdk for windows CE that I can use for this purpose? I will stream files via http reguest then I need some kind of player to play them, I will use c# by the way...
  6. enes

    MPEG-2 player decoder for windows CE

    I have an ipaq and I want to develop a sofware for streaming MPEG-2 files over internet, does anybody know some decoders, players or sdk for windows CE that I can use for this purpose? I will stream files via http reguest then I need some kind of player to play them, I will use c# by the way...
  7. enes

    MPEG-2 player decoder for windows CE

    I have an ipaq and I want to develop a sofware for streaming MPEG-2 files over internet, does anybody know some decoders, players or sdk for windows CE that I can use for this purpose? I will stream files via http reguest then I need some kind of player to play them, I will use c# by the way...

Part and Inventory Search

Back
Top