| Author |
run microsoft office picture manager
|
|
|
| hi
how can i run microsoft office picture manager when i click on a command
bouttom
i dont know where is it in my computer
thank you
| |
| Lee Mitchell 2006-01-10, 1:24 pm |
| Hi bijan:
Look for OIS.exe on your machine. Here is the command that works for me:
RUN /n e:\microsoft\office1
1\ois.exe
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/i...cid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>hi
>how can i run microsoft office picture manager when i click on a command
>bouttom
>i dont know where is it in my computer
>thank you
| |
|
|
Thank you very much for your help
But I have two question .
1- when a user use my program I don’t know where is it the ois.exe in its
machine I want put some code in my program to find the directory of ois.ex
has installed and after that run this program.
2- I have a picture 100.jpg and I want when I run ois.exe show this picture
in this program.
Could you help me
Thank you
| |
| Carsten Bonde 2006-01-11, 7:24 am |
| Bijan,
1. The app most liklely store info like install-dirs and so in the registry.
Reading data from the registry is easy done with the different
registry-classes we have (eg. FFC)
2. Try passing the jpg-file to the program as a parameter. Something like
this:
RUN /n e:\microsoft\office1
1\ois.exe "C:\temp\100.jpg"
--
Cheers
Carsten
____________________
___________
"bijan" <bijan@discussions.microsoft.com> schrieb im Newsbeitrag
news:ED7899C3-C361-4C00-A460- 33FA05FF9AD8@microso
ft.com...
>
> Thank you very much for your help
> But I have two question .
> 1- when a user use my program I don't know where is it the ois.exe in its
> machine I want put some code in my program to find the directory of ois.ex
> has installed and after that run this program.
> 2- I have a picture 100.jpg and I want when I run ois.exe show this
> picture
> in this program.
> Could you help me
> Thank you
>
>
|
|
|
|