FoxPro/Visual FoxPro - Ejecutando WINZIP dentro de VisualFox

 
Vista:
sin imagen de perfil

Ejecutando WINZIP dentro de VisualFox

Publicado por Ernesto Hernandez (4623 intervenciones) el 31/10/2007 02:29:15
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, ;
STRING cAction, ;
STRING cFileName, ;
STRING cParams, ;
STRING cDir, ;
INTEGER nShowWin

cFileName = "c:\Program Files\Winzip\Winzip32.Exe"
cAction = "open"
ShellExecute(0,cAction,cFileName,"","",1)
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder