Perfect!
I have already modified a program in this way:
..
LOCAL aImageImp := {}
..
IF FILE( HB_ArgV( 1 ) )
FOR i := 1 TO HB_ArgC()
AADD( aImageImp , HB_ArgV( i ) )
NEXT i
ENDIF
..
..
..
..
ACTIVATE WINDOW oMain ;
ON INIT IIF( LEN( aImageImp ) >0 , imp_image(aImageImp) , )
FUNCTION imp_image start automatically IF I run program from SendTo etc. etc. with selected files
Is very useful for a lot of works
Have a nice weekend to all
Like winzip
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
I'm sorry but this message was posted 14 december
It's very strange ....
It does not appear normally but when I click on reply button it appears
I re -post now
Hi to everybody
========================= original reply 12/14/07 ======
Perfect!
I have already modified a program in this way:
..
LOCAL aImageImp := {}
..
IF FILE( HB_ArgV( 1 ) )
FOR i := 1 TO HB_ArgC()
AADD( aImageImp , HB_ArgV( i ) )
NEXT i
ENDIF
..
..
..
..
ACTIVATE WINDOW oMain ;
ON INIT IIF( LEN( aImageImp ) >0 , imp_image(aImageImp) , )
FUNCTION imp_image start automatically IF I run program from SendTo etc. etc. with selected files
Is very useful for a lot of works
Have a nice weekend to all
It's very strange ....
It does not appear normally but when I click on reply button it appears
I re -post now
Hi to everybody
========================= original reply 12/14/07 ======
Perfect!
I have already modified a program in this way:
..
LOCAL aImageImp := {}
..
IF FILE( HB_ArgV( 1 ) )
FOR i := 1 TO HB_ArgC()
AADD( aImageImp , HB_ArgV( i ) )
NEXT i
ENDIF
..
..
..
..
ACTIVATE WINDOW oMain ;
ON INIT IIF( LEN( aImageImp ) >0 , imp_image(aImageImp) , )
FUNCTION imp_image start automatically IF I run program from SendTo etc. etc. with selected files
Is very useful for a lot of works
Have a nice weekend to all
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact: