Page 1 of 1

cGetDir32 No Muestra los Equipos de la red.

Posted: Sat Mar 17, 2012 5:44 pm
by Alex.Salas
Muy buen día a todos, tengo un problema con la funcion cGetDir32.

Mi maquina tiene instalado Win7, cuando mando a llamar la función no me permite entrar a los directorios de la RED, si entro a cualquier otro de la misma maquina no tengo problema, solo es con la RED, alguien sabe cual podría ser el problema??, de antemano gracias y que tengan un excelente día.

Re: cGetDir32 No Muestra los Equipos de la red.

Posted: Sun Mar 18, 2012 1:05 am
by carlos vargas
cGetDir32()

Dialog box to select directory.

Syntax:
cGetDir32( <cTitle>, [<cInitDir>] ) --> cDir

This function invokes the 32 bits Windows default select directory DialogBox.

This function only works on Win 95/98 and NT machines. The file RunDlg32.exe must be present on every PC in the \windows or \windows\system directory.
try the cGetDir() function.
Dialog box to select directory.

Syntax:

cGetDir( <cTitle>, [<cInitDir>], <nClsId>, <cTitle2>, <nFlags> ) --> cDir

Parameters:

<cTitle> Title of the dialog box
<cInitDir> Initial directory
<nClsId> ClsId of a special folder location
<cTitle2> Prompt of the folder selection tree
<nFlags> Flags for setting the selection dialog behavior
try search values for the nFlags parameters.

salu2
carlos vargas