Hi,
thanks for getting back to me.

my problem is that I can sucessfully create the iexplore process, it is visable from the task manager, I just cant visably see it, which I would like to.

When taking the code to call Internet explorer and put it into a basic command line script (as opposed to a service) it works fine.

I think the problem lies in and around the fact that as the service has not got an active/displayed window, I think this is "inherited" to process's created from it, hence my Internet explorer window is running but just has no window visable...argh.
I think all I need is some way to tell the process that it's window should be visable. I tried using Win32::SetChildShowWindow to display the window but didnt get anywhere (i can post code if needed)
jd

In reply to Re^2: Starting a process from a win32 perl service by displeaser
in thread Starting a process from a win32 perl service by displeaser

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.