Home > Archive > Clarion > January 2007 > What's happening
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| alhajj@gmail.com 2007-01-13, 7:55 am |
| Hi all,
I ahve application for browsing images i but button to run program
('Explorer') to view image in explorer i put in action When press (Run
program )(Explorer.exe) and in Parameters (ITM:FilePath) last field is
store file path of picture but on run time when i press button to run
explorer no picture come on it on explorer title bar give me
ITM:Filepath the name of my field but in tps file is the path file
should browsing.What is wrong ?Please
Ibraheem
| |
|
| On 13 Jan 2007 04:02:07 -0800, alhajj@gmail.com wrote:
> Hi all,
> I ahve application for browsing images i but button to run program
> ('Explorer') to view image in explorer i put in action When press (Run
> program )(Explorer.exe) and in Parameters (ITM:FilePath) last field is
> store file path of picture but on run time when i press button to run
> explorer no picture come on it on explorer title bar give me
> ITM:Filepath the name of my field but in tps file is the path file
> should browsing.What is wrong ?Please
>
>
>
>
> Ibraheem
Hi Ibraheem,
for viewing any type of file in it's default program it would be better to
use ShellExecute api.
HTH,
Davor
|
|
|
|
|