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 / C++ / MFC
  4. Create process in wince

Create process in wince

Scheduled Pinned Locked Moved C / C++ / MFC
4 Posts 3 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.
  • U Offline
    U Offline
    ujjawal kumar
    wrote on last edited by
    #1

    Hi all, I am using create process function to open a jpg file using ie in WINCE... CreateProcess(_T("\\windows\\iesample.exe"),imFullPath, NULL, NULL, FALSE, NULL, NULL, NULL, NULL, &processInfo1); where imFullPath is the path for a jpg file. For opening the next jpg file,i am using create function() onemore time. Also it is opening in a new window. I want to open all jpg files in the same window one after the other like a slideshow. Thanks in advance.

    H I 2 Replies Last reply
    0
    • U ujjawal kumar

      Hi all, I am using create process function to open a jpg file using ie in WINCE... CreateProcess(_T("\\windows\\iesample.exe"),imFullPath, NULL, NULL, FALSE, NULL, NULL, NULL, NULL, &processInfo1); where imFullPath is the path for a jpg file. For opening the next jpg file,i am using create function() onemore time. Also it is opening in a new window. I want to open all jpg files in the same window one after the other like a slideshow. Thanks in advance.

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      For each file you use of CreateProcess?

      Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

      U 1 Reply Last reply
      0
      • H Hamid Taebi

        For each file you use of CreateProcess?

        Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

        U Offline
        U Offline
        ujjawal kumar
        wrote on last edited by
        #3

        Yes i am using create process()for each file. It is creating new window for every function. I want to open it in the same window?

        1 Reply Last reply
        0
        • U ujjawal kumar

          Hi all, I am using create process function to open a jpg file using ie in WINCE... CreateProcess(_T("\\windows\\iesample.exe"),imFullPath, NULL, NULL, FALSE, NULL, NULL, NULL, NULL, &processInfo1); where imFullPath is the path for a jpg file. For opening the next jpg file,i am using create function() onemore time. Also it is opening in a new window. I want to open all jpg files in the same window one after the other like a slideshow. Thanks in advance.

          I Offline
          I Offline
          Iain Clarke Warrior Programmer
          wrote on last edited by
          #4

          You need the cooperation of the other program. This is not a general windows OS thing. You might find that this iesample program can be run with a parameter that say "put this jpg in the previous iesample's window", but you'll have to do some digging. If you've written it yourself, then you can make that parameter! Or you could just make a window in your own program to do the job. It's not all that tough to show a jpg. (On desktop os, less sure about wince). Good luck, Iain.

          Codeproject MVP for C++, I can't believe it's for my lounge posts...

          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