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
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.