Search found 524 matches: shellexecute

Return to advanced search

Thank you for the detail on Shellexecute. Much Appreciated. As to tImage:Zoom there is no such method in the class?

tBitMap has zoom which tImage is inherited from, so how does one use it.

Cheers
Gerry
by grumpy
Tue Jan 31, 2006 9:12 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5533

Re: 2 questions

What are each of the parameters for ShellExecute From the MSDN: ShellExecute Performs an operation on a specified file. HINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT ...
by Enrico Maria Giordano
Tue Jan 31, 2006 7:58 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5533

2 questions

What are each of the parameters for ShellExecute and with tImage which uses nViewLib16 can you Zoom in and out.
by grumpy
Tue Jan 31, 2006 12:26 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5533

Andrés,

Muéstranos el código de como llamas a WinExec() ó a ShellExecute(). Gracias
by Antonio Linares
Thu Jan 19, 2006 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FIVEWIN + tWord (redireccionado)
Replies: 1
Views: 769

FIVEWIN + tWord (redireccionado)

... un doble clic sobre si misma el word me abre el escrito perfectamente pero si esa misma aplicacion la arranco desde otro programa con (Winexec() o ShellExecute() ) abre el word con una página en blanco. No produce ningun error de windows solo un mal funcionamiento cuando se ejecuta desde otro programa. ...
by Andrés González
Thu Jan 19, 2006 11:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FIVEWIN + tWord (redireccionado)
Replies: 1
Views: 769

Friend Dutch

You can compact your .BMP images using nconvert.exe, easely found on google search.

nconvert.exe is a small .EXE called from command line or ShellExecute/WinExec fivewin functions.

ok?
by Rochinha
Sat Jan 14, 2006 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I compile EZTWAIN classic EZTW1.ZIP ?
Replies: 11
Views: 3205

... XLS SAY ARCHIVO->FACTURA FONT nFonDet OF oFileXLS @ ......ETC ARCHIVO->(DBSKIP()) ENDDO XLS PAGE BREAK AT 39 OF oFileXLS ENDXLS oFileXLS SHELLEXECUTE(,"OPEN","LISPER.XLS",,,) GRAcias y saludos
by lafug
Wed Jan 11, 2006 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Vikthor: El ejemplo funcionó bien (TEXCELS) ..pero
Replies: 10
Views: 3830

Fernando,

ShellExecute( oWnd:hWnd, "open", "explorer.exe", "C:\", "", 1 )
by Antonio Linares
Mon Dec 26, 2005 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Explorador en fivewin
Replies: 6
Views: 1586

Re: Explorador en fivewin

... Teneis alguna idea de como poder hacerlo. Gracias por tiempo que tan desinteresadamente dedicais. Llamarlo es sencillo, simplemente haz: ShellExecute( , "Open", "C:\windows\explorer.exe",0,0,1 ) Que mas pretendes hacer con el explorador ??? algun drag'ndrop ??? o algo similar ??
by VeRCE
Mon Dec 26, 2005 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Explorador en fivewin
Replies: 6
Views: 1586

Ricardo:

Si el sistema operativo es de la linea nt proba con shellexecute():

If IsWinNT()
ShellExecute( oWnd:hWnd, "open" , "Prueba.Xls", , , )
Else
WaitRun( 'Start ' + "excel Prueba.Xls", 0 )
EndIf

Saludos,
by DanielPuente
Thu Dec 22, 2005 2:49 pm
 
Forum: FiveWin para CA-Clipper
Topic: COMO EJECUTAR UN COMANDO DEL OPERATIVO COMO LO HACE DOS
Replies: 3
Views: 1282

Re: Please Help: Open file from within FiveWin

SHELLEXECUTE( 0, 0, "\mypath\ABR, Demo 03-14-2005 16-30-48.sd", 0, 0, 1 )

EMG
by Enrico Maria Giordano
Tue Dec 06, 2005 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please Help: Open file from within FiveWin
Replies: 2
Views: 876

Please Help: Open file from within FiveWin

... Demo 03-14-2005 16-30-48.sd" I have tried: WaitRun("\mypath\ABR, Demo 03-14-2005 16-30-48.sd") WinExec("\mypath\ABR, Demo 03-14-2005 16-30-48.sd") ShellExecute("\mypath\ABR, Demo 03-14-2005 16-30-48.sd") and none are able to open the file. I can not modify the filename to change its structure. ...
by Jeff Barnes
Tue Dec 06, 2005 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please Help: Open file from within FiveWin
Replies: 2
Views: 876

Richiamare un file di help .chm via F1

... riscritto le guide in linea dei miei applicativi utilizzando il formato chm. L'utente può richiamare la guida in linea da un'icona che esegue (con shellexecute) il file chm. Vorrei però dare all'utente la possibilità di aprire la guida anche con il canonico "F1". Per la guida in formato .hlp utilizzavo ...
by Marco Turco
Mon Nov 28, 2005 11:50 am
 
Forum: All products support
Topic: Richiamare un file di help .chm via F1
Replies: 3
Views: 1298

Pawel,

You may directly use ShellExecute:

ShellExecute( oWnd:hWnd, "open", CurDir() + "\tutor02", "/p1 /p2 /p3" )
by Antonio Linares
Mon Nov 28, 2005 9:06 am
 
Forum: FiveWin for Pocket PC
Topic: WaitRun function
Replies: 1
Views: 1013
Previous

Return to advanced search