topic
stringlengths
1
63
text
stringlengths
1
577k
c++ STRUCTURE data types
I need to call a 64-bit dll with the following parms: c++ call: SOCKET WINAPI InetConnect( LPCTSTR lpszHostName, UINT nPort, UINT nProtocol, UINT nTimeout, DWORD dwOptions, LPSECURITYCREDENTIALS lpCredentials ); The LPSECURITYCREDENTIALS data type is a user defined c++ structure: typ...
c++ STRUCTURE data types
Don, @lpCredentials AS PTR STRUCT oCredentials MEMBER dwSize AS DWORD MEMBER dwProtocol AS DWORD MEMBER dwOptions AS DWORD MEMBER dwReserved AS DWORD MEMBER lpszHostName AS LPSTR MEMBER lpszUserName AS LPSTR MEMBER lpszPassword AS LPSTR MEMBER lpszCertStore AS LPSTR ...
c++ STRUCTURE data types
where in the code does this go? do you have a small code snippet?
c++ STRUCTURE data types
STRUCT oCredentials MEMBER dwSize AS DWORD MEMBER dwProtocol AS DWORD MEMBER dwOptions AS DWORD MEMBER dwReserved AS DWORD MEMBER lpszHostName AS LPSTR MEMBER lpszUserName AS LPSTR MEMBER lpszPassword AS LPSTR MEMBER lpszCertStore AS LPSTR MEMBER lpszCertName AS LPSTR MEMBER lpszKeyFile AS LPSTR ENDSTRUCT oCredentials...
c5Tooltip class
How I can use this class ? is there a sample please
c5Tooltip+btnbmp on a dialog
I need to show many Informaton and I need c5Tooltip but there is a problem I tried with this code but when I move the mouse to another btnbmp it create a new tooltip without delete that first created ( see the picture under) this test create 7 btnbmp , you can try to move the mouse and it show the tooltip it make t...
c5Tooltip+btnbmp on a dialog
the problem is [b:2xsb595x]not close the tooltip[/b:2xsb595x] perhaps need a ::oWnd:NcMouseMove() on mousemove (btnbmp) but I not understood where [b:2xsb595x]on fivewin upgrade of [/b:2xsb595x] [b:2xsb595x]New FTDN July/Julio 2015 (FWH 15.07)[/b:2xsb595x] * Enhancement: modify class TGET will implementation C5...
c5Tooltip+btnbmp on a dialog
Silvio, You can disable the basic tooltip Function HazC5ToolTip( oCtrl ) Local oTip [color=#0000FF:2k4krinx]oCtrl:cTooltip := ""[/color:2k4krinx] // disable normal tooltip oTip := TC5ToolTip():New( 0,0 , 200, 150, oWnd, , CLR_HGRAY, CLR_HGRAY, CLR_BLUE, 0 , 0 ) regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_...
c5Tooltip+btnbmp on a dialog
Uwe, with [code=fw:troe6t1v]<div class="fw" id="{CB}" style="font-family: monospace;">oCtrl:<span style="color: #000000;">cTooltip</span> := <span style="color: #ff0000;">""</span> <span style="color: #B900B9;">// disable normal tooltip</span></div>[/code:troe6t1v] I see the same the tooltip of fwh [b:troe6t1v]And fo...
c5Tooltip+btnbmp on a dialog
Antonio, any solution pls?
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Desde hace varios años uso la excelente libreria c5lib, creada, por Francisco Garcia (Paco) - Canal5 . Siempre la he recompilado con la nueva version de xHarbour y FWH sin ningun tipo de problemas; pero no sucedio asi con la version de xHarbour de Nov 2009 (la version comercial "xBuilder" de xharbour.com que usa Pelle...
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
George, Antes que nada, El titulo correcto de tu post deberia ser [b:e8ghwl75]c5cnew.c no es compatible con ANSI C[/b:e8ghwl75] en especifico el compilador Pelles C, el que utiliza xHarbour Comercial Aqui la solucion, ** Comentas las siguientes lineas de Codigo C:\canal5\libreria\source\c5cnew.c(886): warning: Local...
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Andres, Muchas gracias por tu respuesta y por tu aclaracion sobre el origen del problema. Applicando los cambios, por ti sugeridos, ya pude compilar la c5clib con xHarbour Nov_09 y FWH 10.07 Saludos George
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Saludos... El link para acceder al codigo de c5cnew.c esta roto, por favor podrias volverlo a activar ? He tratado de contactar con Paco Garcia para consultarle por la solucion, pero no ha sido posible. Un saludo
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
si porfis <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Hola Aqui esta el nuevo link: <!-- m --><a class="postlink" href="http://rapidshare.com/files/435141485/c5cnew.c">http://rapidshare.com/files/435141485/c5cnew.c</a><!-- m --> George
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Gracias Pero sale que ya no esta el archivito que ya lo bajaron 10 veces "Unassigned file limit of 10 downloads reached." <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
No problem Aida Aqui esta el nuevo link: <!-- m --><a class="postlink" href="http://rapidshare.com/files/435321150/c5cnew.c">http://rapidshare.com/files/435321150/c5cnew.c</a><!-- m --> George
c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
HOLA Gracias pero llegue tarde otra vez <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> si se puede mi correo es <!-- e --><a href="mailto:aida_p_z@hotmail.com">aida_p_z@hotmail.com</a><!-- e --> <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gi...
c5tooltip and btnbmp
[quote="Silvio.Falconi":kzm5hbny]it not found otooltip any solution pls ?[/quote:kzm5hbny] When cTooltip DATA is evaluate, not send object to codeblock Please see method of Window CLASS [quote:kzm5hbny] [b:kzm5hbny]METHOD ShowToolTip( nRow, nCol, cToolTip ) CLASS TWindow[/b:kzm5hbny] local aToolTip, nLenToolTip...
c5tooltip and btnbmp
Please I not Know how resolve this problem i wish show c5tooltip into btnbmp I have an array type aBtn[n] on my app here there is a small test [code=fw:s3kl3fz3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span><span style="color: #ff0000;">"fivewin.ch"</span>...
c5tooltip and btnbmp
it not found otooltip any solution pls ?
c5tooltip and btnbmp
>If you do not want to modify the class, modify your program code so that you can receive the control object in another way and How ?
c5tooltip and btnbmp
Unfortunately Making your modify I have this problem [img:twame4n0]https&#58;//s8&#46;postimg&#46;cc/oeeek14d1/error&#46;png[/img:twame4n0] when I move the mouse on a btnbmp it shows the tooltip when I move it on another it does not hide the previous tooltip and shows the new one and so on ... When I click on the w...
c5tooltip and btnbmp
Yes, this not is a good solution, only a test Try with [quote:8230b7ta] :cTooltip := { || MyC5ToolTip( oBtn ,oDlg)} [/quote:8230b7ta]
c5tooltip and btnbmp
allready tried
c5tooltip and xbrowse
can we use c5tooltip for xbrowse's cells ? if yes and how ?
c5tooltip class
How Implement this tooltip instead of tooltip of fwh ? any idea ?
c5tooltip class
Paco tell me How implement this class thanks
c5tooltip class
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=142069#p142069">viewtopic.php?p=142069#p142069</a><!-- l -->
c5tooltip class
I'm curious, what is C5tooltip? I get that it is a tooltip, but how is it different than FW's tooltip? James
c5tooltip class
James, C5Tooltip was a Paco Garcia's contribution. They are used from Class TVistaMenu, also from Paco. In samples folder, there is a vistamnu1.prg but in my tests I have not been able to show them. I am now chatting with Paco to ask for his help, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)"...
c5tooltip class
Antonio, it is different from Fw' tooltip it can be as this tooltip : [img:1oaghzpj]http&#58;//www&#46;devcomponents&#46;com/dotnetbar/img/SuperTooltip3&#46;jpg[/img:1oaghzpj] [img:1oaghzpj]http&#58;//www&#46;devcomponents&#46;com/dotnetbar/img/SuperTooltip1&#46;jpg[/img:1oaghzpj] on C5Tooltip you can set 3 Zone he...
c5tooltip class
Can u ask him about his ide and his report tooo tx
c5tooltip class
A day of last year I tried to implement it on a class button the last one to do is to call C5Tooltip when all classes call oWnd:otooltip you can see the use on Vistamenu class there are two data class to insert on the class you want use c5tooltip CLASS YOURCLASSNAME FROM TControl CLASSDATA lTooltips ...
c5tooltip class
I am waiting for Paco to show us how to use them. I have not been able to make them work (surely I am doing something wrong, but I have not found it yet) <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
c5tooltip class
any news from Paco?
c5tooltip class
Greetings to the forum: Someone you can share a complete and working example for the use of these tooltips.? I have 2 days together the jigsaw puzzle so that we can achieve, I would like to try them.. Thanks.. <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> <!-- s:P --><img...
c5tooltip class
Still waiting for Paco García to provide an example...
c:\bcc55\lib\psdk\msimg32.lib(1):'Unrecognized keyword 'Ç''
I am getting the following error when I compile the C:\FWH\Makes\BormakeI am using HarbourHBDIR=c:\harbourBCDIR=c:\bcc55FWDIR=c:\fwhEarlier it was giving an error saying uresolved Alphabend, then after refering the forum I added one more lib at the end ie echo c:\bcc55\lib\psdk\msimg32.lib, >> b32.bcbut now I am gettin...
c:\bcc55\lib\psdk\msimg32.lib(1):'Unrecognized keyword 'Ç''
Sanil,You have a missing "+" here:echo c:\bcc55\lib\psdk\rasapi32.lib [color=red:3q6x9zo2]+[/color:3q6x9zo2] >> b32.bc echo c:\bcc55\lib\psdk\msimg32.lib, >> b32.bc
c:\fwh\samples\poker\poker.prg
hi next Sample where i got Error <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> [quote:31s0vpj4] Application =========== Path and name: c:\fwh\samples\poker\poker.exe (32 bits) Size: 3,999,232 bytes Compiler version: Harbour 3.2.0dev (r1904111533) FiveWin version:...
c:\fwh\samples\poker\poker.prg
you can use cards.dll of windows system there are on oldest windows xp
c:\fwh\samples\poker\poker.prg
[quote="Silvio.Falconi":2a1z5xim]you can use cards.dll of windows system there are on oldest windows xp[/quote:2a1z5xim] thx for Tip. Yes it accept Cards.dll but still get a Error [quote:2a1z5xim]Application =========== Path and name: C:\fwh\samples\poker\poker.exe (32 bits) Size: 4,086,272 bytes Compiler vers...
c:\fwh\samples\poker\poker.prg
I'mafraid you must change the res [code=fw:17rq2fw6]<div class="fw" id="{CB}" style="font-family: monospace;">LANGUAGE <span style="color: #000000;">16</span>, SUBLANG_DEFAULT<br /><span style="color: #000000;">1</span> <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">18</span>, <span style="co...
c:\fwh\samples\poker\poker.prg
hi, THX for help. do you mean a RC file ... sorry i'm a Newbie i guess so i create POKER.RC and copy/paste it em ... what is next Step <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> does the old Cl*pper Source real work ...
c:\fwh\samples\poker\poker.prg
the resource not run well you must create the dialog with @x,y source type [code=fw:3v1o5eol]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="co...
c:\fwh\samples\poker\poker.prg
hi, i have try your Code-Snip and have Problem with "missing" LIB ? [quote:1dcgtv39] Error: Unresolved external '_HB_FUN_TCURSOR' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_SETRESOURCES' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_TDIALOG' refe...
c:\fwh\samples\poker\poker.prg
[quote="Jimmy":3ofludby]hi, i have try your Code-Snip and have Problem with "missing" LIB ? i use [code=fw:3ofludby]<div class="fw" id="{CB}" style="font-family: monospace;">c:\fwh\samples\build.bat FWPOKER</div>[/code:3ofludby][/quote:3ofludby] Try with buildh.bat
c:\fwh\samples\poker\poker.prg
[quote="cnavarro":1tip2k3n]Try with buildh.bat[/quote:1tip2k3n] YES ... Question : when using BUILD.BAT and when BUILDh.BAT <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> now i got EXE ... but it is only empty Form <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.g...
c:\fwh\samples\poker\poker.prg
Build.bat is for console applications (Fivewin is not used), they are only Harbour applications. Buildh.bat is for applications using Fivewin and Borland as a compiler.
c:\fwh\samples\poker\poker.prg
[quote="Jimmy":3k5c21kh]hi, i have try your Code-Snip and have Problem with "missing" LIB ? [quote:3k5c21kh] Error: Unresolved external '_HB_FUN_TCURSOR' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_SETRESOURCES' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved externa...
c:\fwh\samples\poker\poker.prg
hi [quote="cnavarro":18dylyel]Build.bat is for console applications (Fivewin is not used), they are only Harbour applications. Buildh.bat is for applications using Fivewin and Borland as a compiler.[/quote:18dylyel] ah ... OK now i begin to understand, THX
c:\fwh\samples\poker\poker.prg
Buildh32.bat is for Visual Studio Community Compiler
c:\fwh\samples\poker\poker.prg
Hi [quote="Silvio.Falconi":1f8hcgj5] My code was[b:1f8hcgj5] only a sample to see to you how you must make instead of use resources[/b:1f8hcgj5] [/quote:1f8hcgj5] thanks for your patience with a Newbie. [quote="Silvio.Falconi":1f8hcgj5] I insert only some string HandString[2] you can continue to insert the others you...
c:\fwh\samples\poker\poker.prg
where I can write to you ?
c:\fwh\samples\poker\poker.prg
hi, [quote="Silvio.Falconi":1bo111dq]where I can write to you ?[/quote:1bo111dq]AUGE_OHR AT WEB.DE thx for help
c:\fwh\samples\poker\poker.prg
hi, back to my Question : load Resource under Xbase++ i can't use "Cards.DLL", ExtractIcon() does not count any Resource. <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> using ResHacker i can see all Resource but as i say i can't load it under Xbase++ <!-- ...
c:\fwh\samples\poker\poker.prg
[quote="Jimmy":23k44316][quote="cnavarro":23k44316]Try with buildh.bat[/quote:23k44316] YES ... Question : when using BUILD.BAT and when BUILDh.BAT <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> now i got EXE ... but it is only empty Form <!-- s:( --><img src="{...
c:\fwh\samples\poker\poker.prg
Very interesting, thanks
c:\fwh\samples\poker\poker.prg
[quote="bpd2000":n6rxg07r] Refer [url:n6rxg07r]http&#58;//www&#46;catch22&#46;net/tuts/win32/using-cards-dll-api#[/url:n6rxg07r] [url:n6rxg07r]http&#58;//www&#46;catch22&#46;net/tuts/win32/cards-dll-direct-bitmap-access#[/url:n6rxg07r] [/quote:n6rxg07r] that is what i search to get more Information about it, THX
c:\fwh\samples\testtre2.prg Error
Hi, I compile testtre2 I run it I click here [img:1ozzo7bb]http&#58;//www&#46;marcoboschi&#46;it/public/testtree_errore&#46;bmp[/img:1ozzo7bb] I've got this error Application =========== Path and name: C:\FWH\samples\testtre2.exe (32 bits) Size: 1,916,416 bytes Time from start: 0 hours 0 mins 1 secs Err...
c:\fwh\samples\testtre2.prg Error
With this remark at line 282 of ttreevie.prg now program works fine In my opinion is important to understand the reason why this happens. However despite this problem now I can continue my work Thanks for your attention METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TTreeView local oItem if nMsg == 514 ...
c:\fwh\samples\testtre2.prg Error
Marco, That code was left there in FWH 9.10 by mistake. In FWH 9.11 we fixed it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Thanks,
c:\fwh\samples\testtre2.prg Error
Ok Antonio Thanks!
cActiveX ( To antonio )
HB_FUNC( OLEWECREATE ) { HWND hWndCtrl; LoadAtl(); hWndCtrl = CreateWindowEx( (DWORD) 0 , // nExStyle (LPCTSTR) "AtlAxWin" , // cClsName (LPCTSTR) hb_parc( 1 ) , // cProgId (DWORD) WS_OVERLAPPEDWINDOW , // style CW_USEDEFAULT ...
cActiveX ( To antonio )
Lailton, An object is an item so you can access it this way: PHB_ITEM pObject = hb_param( 1, HB_IT_OBJECT ); // the object supplied as the first parameter
cActiveX ( To antonio )
Antonio tu pode mostrar en la funcion acima como fica con tua modificacion ? HB_FUNC( OLEWECREATE ) { PHB_ITEM pObject = hb_param( 1, HB_IT_OBJECT ); // the object supplied as the first parameter HWND hWndCtrl; LoadAtl(); hWndCtrl = CreateWindowEx( (DWORD) 0 , // nExStyle (LPCTSTR) "AtlAxWin" , // cClsName (LPCTSTR) ...
cActiveX ( To antonio )
Lailton, What do you want to use the object for ? Para que quieres usar el objeto ?
cActiveX ( To antonio )
Exemplo/Example: Class TActiveX / Class cActiveX obj1:=Tactivex():new(ownd,"progid") obj1:bOnEvent(|| msginfo ("Evento / event ")) <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
cActiveX ( To antonio )
Lailton, Carlos Mora implementó OLE con eventos. Copio aqui su código para que no se pierda: OleWEvents.prg [code=fw:1jn1y0w7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">/*<br />&nbsp;* &nbsp;Events for OLE<br />&nbsp;* &nbsp;(c) 2008 Carlos Mora (<!-- e --><a h...
cActiveX ( To antonio )
Un ejemplo de uso: TestOWE.prg [code=fw:2yb1gd0k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br />&nbsp;* &nbsp;Events for OLE<br />&nbsp;* &nbsp;(c) 2008 Carlos Mora (<!-- e --><a href="mailto:carlosantoniomora@yahoo.es">carlosantoniomora@yahoo.es</a><!-- e --> - h...
cActiveX ( To antonio )
Si antonio, funciona perfeitamente !
cActiveX ( To antonio )
oBj:=oAct:Status() // it´s a object that have EVENTS hSink := OleConnectEvents( oBj:hObj, aEvent , aBlock )
cActiveX ( To antonio )
Gracias Antonio, voy a tentar.
cActiveX ( To antonio )
Antonio, Sucesso com conexao de Proxy e captura dos events. gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
cActiveX ( To antonio )
bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cDevice in TPrinter
Hi! The DATA ::cDevice in this class in fact doesnt exist. How can I get device name?
cDevice in TPrinter
Try oPrn:cModel James
cDevice in TPrinter
[quote="James Bott":1mr809bg]Try oPrn:cModel James[/quote:1mr809bg] Thanks!
cFWGetDir: Nueva funcion a mejorar
Amigos del foro: En base al ejemplo [b:15euaqtp]xBrwDisk.prg[/b:15euaqtp] construí una funcion similar a [b:15euaqtp]cGetDir()[/b:15euaqtp] Ejemplo con cGetDir() [img:15euaqtp]http&#58;//www&#46;sauro-sys&#46;com/Source/cGetDir&#46;JPG[/img:15euaqtp] Ejemplo con cFWGetDir() [img:15euaqtp]http&#58;//www&#46;sauro-sys&...
cFWGetDir: Nueva funcion a mejorar
Excelente aporte
cFWGetDir: Nueva funcion a mejorar
Muy buen trabajo. Felicitaciones !!!
cFWGetDir: Nueva funcion a mejorar
Rolando, Muy bien, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cFWGetDir: Nueva funcion a mejorar
Mejorando la funcion.. Pueden descargar un ejemplo completo desde el siguiente enlace, vaciarlo a la carpeta SAMPLES y construirlo. [url:3vsu203b]http&#58;//www&#46;sauro-sys&#46;com/Source/sampleFWGD&#46;zip[/url:3vsu203b] Para mi funciona... espero que para ustedes tambien. Atentamente, Rolando Cochabamba - Boli...
cFWGetDir: Nueva funcion a mejorar
Rolando, Excelente aporte. Quizás una pequeña mejora sería que los botones para crear carpeta, cambiarle nombre, duplicarla, o borrarla, aparezcan hasta que has abierto una unidad de disco. Lo otro sería que al crear una nueva carpeta, el puntero se coloque sobre esa carpeta. Saludos, y nuevamente felicitaciones.
cFWGetDir: Nueva funcion a mejorar
Francisco: Buenas observaciones, lo hare en cuanto tenga tiempo. Por el momento me dedique a completar la opcion de ver los [b:38il2flu]equipos de red[/b:38il2flu]. Ahora ya se puede ver los equipos de la red y sus recursos. Pueden descargar, nuevamente, el archivo comprimido desde el siguiente enlace. [url:38il2fl...
cFWGetDir: Nueva funcion a mejorar
Rolando: Excelente trabajo, no he podido compilarlo, me marca error En el primer ejemplo: [code=fw:1jq20xjw]<div class="fw" id="{CB}" style="font-family: monospace;">testFWGD.prg<span style="color: #000000;">&#40;</span><span style="color: #000000;">281</span><span style="color: #000000;">&#41;</span> Error E0021  Inc...
cFWGetDir: Nueva funcion a mejorar
Victor, haciendo este cambio funciona para Harbour [code=fw:1xkg99p7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />TREEITEM oItem <span style="color: #0000ff;">PROMPT</span> cFileNoPath<span style="color: #000000;">&#40;</span>cNDrive<span style="color: #000000;">&#41;</span> + <span style="color: #f...
cFWGetDir: Nueva funcion a mejorar
Perfecto, ya pude compilar y probar, me atreví a hacer una simple mejora para encontrar tambien carpetas ocultas y de sistema, ya que a veces es necesario trabajar con ellas modificando en la línea 360. [code=fw:27j57479]<div class="fw" id="{CB}" style="font-family: monospace;">DIRECTORY<span style="color: #000000;">&...
cFWGetDir: Nueva funcion a mejorar
Francamente no se, pero no me escribe nada sobre el fichero temporal. He revisado, lo crea bien, pero en blanco. WAITRUN("COMMAND.COM /C net view > "+cFile ,0) Las pruebas las hago en una pequeña red que tengo en casa. Saludos.
cFWGetDir: Nueva funcion a mejorar
Amigos: Estuve algo ocupado, pero ya tengo una nueva version: [url:2sywdx2c]http&#58;//www&#46;sauro-sys&#46;com/Source/sampleFWGD&#46;zip[/url:2sywdx2c] [b:2sywdx2c]NOTAS:[/b:2sywdx2c] - Ya NO usamos DriveType( [<cDrive>] ) - Para evitar el problema del AT(..) ahora se usa TOKEN() (comun en Harbour/xharbour, yo aun...
cFWGetDir: Nueva funcion a mejorar
He compilado tu función, pero al darle doble click en RED LOCAL no hace nada, solo funciona cuando doy click en Mi Pc, saludos..
cFWGetDir: Nueva funcion a mejorar
perdón: se me paso mencionar, que la prueba la hice en Windows 8. saludos.
cFWGetDir: Nueva funcion a mejorar
Rolando; interesante aporte He detectado lo siguiente (con Windows 7): - Al dar dobleclic sobre en RED LOCAL no hace nada (una red de 3 PCs, todas con W7) - Desde la opción Completo selecciono una carpeta que debería devolver: D:\Google Drive\Fuentes y Programas\mgApp\MisAppTools\16Bits\mgByR devuelve: D:\Google D...
cFWGetDir: Nueva funcion a mejorar
[quote="MarioG":1sgmtpk9]Rolando; He detectado lo siguiente (con Windows 7): - Al dar dobleclic sobre en RED LOCAL no hace nada (una red de 3 PCs, todas con W7) Saludos[/quote:1sgmtpk9] Mario, eso creía yo, que no hacía nada, pero sí lo hace, lo que pasa es que no escribe nada sobre el fichero de texto temporal. Uso W...
cFWGetDir: Nueva funcion a mejorar
Amigos: Bueno, ya tengo una nueva version: [url:3vk288ef]http&#58;//www&#46;sauro-sys&#46;com/Source/sampleFWGD&#46;zip[/url:3vk288ef] [b:3vk288ef]NOTAS:[/b:3vk288ef] - Probado en Xp (32) - Probado en Win7 (64) - Antes de hacer correr verificar si se puede ver los equipos de la red en Windows - Verificar si se tiene...
cFWGetDir: Nueva funcion a mejorar
Mario: Respecto a: [quote="MarioG":2r2zboda] - Desde la opción Completo selecciono una carpeta que debería devolver: D:\Google Drive\Fuentes y Programas\mgApp\MisAppTools\16Bits\mgByR devuelve: D:\Google Drive\Fuentes y Programas\mgApp\MisAppTools\16Bits\mgB [/quote:2r2zboda] Tienes que cambiar el tamaño de las ...
cFWGetDir: Nueva funcion a mejorar
Amigos: Nuevamente, ya tengo una version REmejorada; pueden descargarla desde el siguiente enlace: [url:18we8yk2]http&#58;//www&#46;sauro-sys&#46;com/Source/sampleFWGD&#46;zip[/url:18we8yk2] NOTAS: - Probado en Xp (32) - Probado en Win7 (64) - Probado en Win8 (32) - Mejora: para el test, ahora el archivo de recursos...
cFWGetDir: Nueva funcion a mejorar
Rolando Queria probarlo pero el enlace esta offline. Muchas gracias por tu aporte. Saludos