topic
stringlengths
1
63
text
stringlengths
1
577k
coordinates mouse
Its a function of fivewin that return X,Y position of mouse. [url:31aus275]http://msdn.microsoft.com/en-us/library/windows/desktop/ms648390%28v=vs.85%29.aspx[/url:31aus275]
coordinates mouse
Enrico, Lailton: Muchas gracias. Saludos.
coordinates of Wnd
How I can determinate the max position of bottom and the max position right of a window because I must pen a listbox Size X,Y x= oWnd:nbottom y= oWnd:nRight ---------------------------
coordinates of computer/tablet
can we Know the size of screen of our pc or tablet to pen a Dialog with max sizes
coordinates of computer/tablet
Silvio, [quote:hk1rbnth]can we Know the size of screen of our pc or tablet to pen a Dialog with max sizes[/quote:hk1rbnth] there are 2 functions to get the max size [color=#0000FF:hk1rbnth][b:hk1rbnth]nH := ScreenHeight() nW := ScreenWidth() DEFINE DIALOG oDlg SIZE nW, nH PIXEL TRUEPIXEL FONT oFont [/b:h...
coordinates of computer/tablet
thanks
copiar muchisimos archivos de texto
[code=fw:31fp6wnv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Usando ROBOCOPY.EXE del windows,</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//---------------...
copiar muchisimos archivos de texto
compañeros buenos dias Estoy tratando de crear un utilitario para respaldar archivos xml de un disco duro a otro en un servidor, el problema es que son muchos miles de ellos en el orden de 500000 archivos, lo estoy haciendo con cFilein = 'z:\sistemas\xml\123456789.xml' cFileOut = 'r:\respaldos\sistemas\xml\123456789.x...
copiar muchisimos archivos de texto
Hola, Lo que yo haría sería primero determinar donde se produce el cuelgue del sistema. Para ello pondría unas trazas. También quitaría momentaneamente los meters, para saber si originan el problema. Para copiar con misma fecha: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php...
copiar muchisimos archivos de texto
muchsa gracias por rsponder he quitado los meters y he puesto esa funcion que usa Rafa Carmona, ya copia con la misma fecha pero sigue congelandose la ventana el problema esta cuando escribe en disco parece que se queda alli ya que ni siquiera aparece la leyenda que pongo cada 10 archivos copiados aca [code=fw:ru5lxm9...
copiar muchisimos archivos de texto
Hola Wilson, Mi idea de trazas se basa en grabar en un fichero log pistas de por donde va el proceso. He comentado algunas cosas y puesto trazas [code=fw:2g0yj861]<div class="fw" id="{CB}" style="font-family: monospace;">nH:= FCreate<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Trazas.Log"...
copiar muchisimos archivos de texto
[code=fw:1ruojo1j]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Just for FW 32 bits - C:\FWH..\SAMPLES\DLGFILE.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;"...
copiar muchisimos archivos de texto
Muchisimas gracias Karinha voy a hacer lo que me dices y tu codigo con 20000 archivos funciona excelente supongo es del API de windows muchas gracias voy a seguir a ver si lo sacon con mi docigo sino usare lo que me has enviado Gracias nuevamente att Wilson desde Quito Ecuador
copiar muchisimos archivos de texto
[code=fw:1jxevlar]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; oFs &nbsp; := CreateObject<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Scripting.FileSystemObject"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oFs:<span style="color: #000000;">CopyFi...
copiar muchisimos archivos de texto
Perfect mister Rao. Many thanks. [code=fw:5hwpmf2i]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> oWnd<br /><br /><span style="color: #B900B9;">//-----...
copiar muchisimos archivos de texto
Otra posibilidad utilizando herramientas del sistema <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=34492#p204832">viewtopic.php?f=17&t=34492#p204832</a><!-- l -->
copiar muchisimos archivos de texto
[code=fw:218172wo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Otro ejemplo:</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------...
copiar muchisimos archivos de texto
Joao, muy bien, muchas gracias
copiar muchisimos archivos de texto
Muchisimas gracias a todos los que me han ayudado al momento voy a comparar tiempos y ver con cual solucion me quedo, les mantendre informados de nuevo muchisimas gracias saludos Wilson
copiar muchisimos archivos de texto
Is this command fast too? Is it slower or is it the same thing? [code=fw:12jv8g4h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />DLL32 <span style="color: #00C800;">FUNCTION</span> COPYFILE<span style="color: #000000;">&#40;</span> cExistingFileName AS LPSTR, cNewFileName AS LPSTR, lFailIfExists...
copiar muchisimos archivos de texto
[quote="tiaofw":1omvtvt4]Is this command fast too? Is it slower or is it the same thing? [code=fw:1omvtvt4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />DLL32 <span style="color: #00C800;">FUNCTION</span> COPYFILE<span style="color: #000000;">&#40;</span> cExistingFileName AS LPSTR, cNewFileNam...
copiar muchisimos archivos de texto
Hola Wilson, permíteme una sugerencia que seguramente va a afectar el funcionamiento de la copia y de la aplicación que use la carpeta con 500K de archivos. El tener 500k de entradas en una única carpeta va a hacer TODAS las operaciones lentas, y la vuelve muchísimo más suceptible a fallos del filesystem. Incluso cuand...
copiar muchisimos archivos de texto
Carlos buenas tardes muchas gracias por tus palabras eso estoy pensando realizar el origen es una carpeta generada por un aplicativo de facturación electrónica, la idea es respaldar e ir administrando tanto la carpeta origen es decir respaldar e ir borrando luego del respaldo y solo dejar por ejemplo el ultimo mes , e...
copiar muchisimos archivos de texto
buenas tardes con el comando robocopy igual se hace demasiado lento el sacar respaldos manualmente al inicio Mi idea es sacar los respaldos y organizar luego los mismos en el NAS veo que la lentitud es con cualquier metodo que se use imagino es por la cantidad de ficheros pero cuando ya tenga todo respaldado empezare a...
copiar muchisimos archivos de texto
Tal y como te dice Carlos, vas a tener problemas uses lo que uses, hasta puedes llegar a tener verdaderos problemas hasta con el sistema de archivos del SO. Una solución, es crear carpeta por año, mes, día, y ahí puedes colocar los ficheros del día que has generado, c:\xml\2018\01\01, estarán solo los XML de ese dia.....
copiar un archivo txt a dbf
En su momento hice consultas sobre este tópico y no pude resolverlo para poder ser utilizado ya que los archivos txt alrededor de 80 megas que corresponden a Impuestos Nacionales y Provinciales. Demoraban una enormidad de tiempo en leerlo y pasarlo a una dbf. Me lo resolvió desde Nicaragua [color=#4000FF:3td7qyz0]Car...
copiar un archivo txt a dbf
[code=fw:1cou4z5q]<div class="fw" id="{CB}" style="font-family: monospace;"> APPEND <span style="color: #0000ff;">FROM</span> cFileCSV DELIMITED WITH <span style="color: #000000;">&#40;</span>,<span style="color: #000000;">&#41;</span></div>[/code:1cou4z5q] Regards, George
copy & paste con Xbrowse (Solucionado)
Hola amigos del foro, tengo este problema: en un recurso tengo definido un xbrowse, el cual selecciono registros, todo va bien hasta que le coloco un CRTL-C (copy) o boton derecho al mouse para que muestre el menu y el sistema me arroja un lindo GPF... que me faltará para solucionar esto??? este es el código [code=f...
copy & paste con Xbrowse (Solucionado)
Saludos Por favor puedes colocar un ejemplo que podamos construir para reproducir el error.... Gracias
copy & paste con Xbrowse (Solucionado)
bueno: era solo enlazar las lib correctas al contruir el ejecutable. me faltaba xharbour/lib/vm.lib, lang.lib, pp.lib y colocar un parametro /v en el ilink32.exe del bcc ahora funciona perfecto saludos
copy a portion of picture
I f i have a picture on a window or dialog How I can take with the mouse a box ( dotted) and zoom it and print only that portion of that image ?
copy a portion of picture
Hello Silvio, I think, a solution could be, to use sliders around the dialog with the image. with that, You could define the Top-, Left-, Bottom-, Right-Position of the Imagepart. The Slider-position will define the borders of the Image-area, You want to save. In one of my new tools, I use this solution, to create ...
copy a portion of picture
Uwe, from Otto google sample : [code=fw:2jbke15o]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">Function</span> Mappa_google<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> o...
copy a record to another xbrowse
I have a xbrowse with :SetMultiSelectCol() the xbrowse is made with and array adata of 31 fields I want to copy a record by clicking on the :SetMultiSelectCol() checkbox and copy it to another xbrowse having the same configuration how can i proceed
copy a row of xbrowse
can I copy a row on a xbrowse and paste su another with same structure ?
copy a row of xbrowse
For this, define your browse and [code=fw:3v26xzfl]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">nEditTypes</span> := EDIT_GET<br />oBrw:<span style="color: #000000;">lCanPaste</span> := .t.<br />oBrw:<span style="color: #000000;">nMarqStyle</span> := MARQSTYLE_HIGHLROWRC...
copy a row of xbrowse
Can i make It with a menu popup into xbrowse? Wich are the commands
copy a row of xbrowse
METHOD-3: USING DRAG AND DROP Sample: [code=fw:h753rxs3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span s...
copy a row of xbrowse
METHOD-1: Using ClipBoard -------------------------------- To copy the current row to ClipBoard [code=fw:2lsidh3v]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">Copy</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:2lsid...
copy a row of xbrowse
METHOD-1 Sample [code=fw:3qxelkze]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;"...
copy a row of xbrowse
METHOD-2 Sample: [code=fw:it5dpmi3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;...
copy a row of xbrowse
[quote="nageswaragunupudi":33okjla6]METHOD-3: USING DRAG AND DROP Sample: [code=fw:33okjla6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="...
copy a row of xbrowse
Silvio, Interesting, I just worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is on the we...
copy a row of xbrowse
[quote="Otto":1e7safkd]Silvio, Interesting, I just worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and ...
copy a row of xbrowse
do not use oBrw:aCopy Keep a variable aCopy For copying [code=fw:3u11fth7]<div class="fw" id="{CB}" style="font-family: monospace;">aCopy := oBrw:<span style="color: #000000;">aRow</span></div>[/code:3u11fth7] For pasting [code=fw:3u11fth7]<div class="fw" id="{CB}" style="font-family: monospace;">aCopy<span style="c...
copy a row of xbrowse
[quote="nageswaragunupudi":1mtxs8x9]do not use oBrw:aCopy Keep a variable aCopy For copying [code=fw:1mtxs8x9]<div class="fw" id="{CB}" style="font-family: monospace;">aCopy := oBrw:<span style="color: #000000;">aRow</span></div>[/code:1mtxs8x9] For pasting [code=fw:1mtxs8x9]<div class="fw" id="{CB}" style="font-fam...
copy a row of xbrowse
Nages I go to the first xbrowse I show the popup menu there are two options "Copy" and "Paste" but the second option should not be displayed because the record has not yet been saved in the acopy variable I copy a record from the first xbrowse with the "copy" option I go to the second xbrowse I paste when I view th...
copy a row of xbrowse
[img:2j3xx4zo]https&#58;//i&#46;postimg&#46;cc/R0YV9Xff/fff&#46;gif[/img:2j3xx4zo] when I copied to the second xbrowse it should enable the "copy" menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always...
copy a row of xbrowse
Silvio, try this: [code=fw:3bgak0je]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Paste"</span> <span style="color: #0000ff;">WHEN</span> acopy!=<span style="color: #00C800;">NIL</span> <span style="color: #0000...
copy a row of xbrowse
[quote="Otto":1jvwuxqp]Silvio, try this: [code=fw:1jvwuxqp]<div class="fw" id="{CB}" style="font-family: monospace;">  <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Paste"</span> <span style="color: #0000ff;">WHEN</span> acopy!=<span style="color: #00C800;">NIL</span> <span s...
copy a row of xbrowse
Silvio, which video?
copy a row of xbrowse
perhaps I found the error [code=fw:2wbk94l6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /> <span style="color: #00C800;">static</span> aCopy<br /><br /><span style="color: #00C800;">Function</span> Ma...
copy a row of xbrowse
Silvio, try with the code I posted. Otto
copy a row of xbrowse
[quote="Otto":1uuaamof]Silvio, try with the code I posted. Otto[/quote:1uuaamof] Otto , Now run ok but copy and paste only one row I wish copy and paste more rows only oBrw:aselected [b:1uuaamof]new test[/b:1uuaamof] [code=fw:1uuaamof]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00...
copy a row of xbrowse
You have to extend here: MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,; oBrw:SetFocus() ) and here: aadd( oBrw:aArrayData,aCopy ),; // oBrw:aArrayData[ oBrw:nArrayAt ] := aCopy ,;
copy a row of xbrowse
[quote="Otto":1ir2l11v]You have to extend here: MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,; oBrw:SetFocus() ) and here: aadd( oBrw:aArrayData,aCopy ),; // oBrw:aArrayData[ oBrw:nArrayAt ] := aCopy ,;[/quote:1ir2l11v] >MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,...
copy a row of xbrowse
I inserted the popup in the procedure I'm doing: it doesn't work, that is: I state I load the array from a dbf I manage the array and then save it in the dbf if I copy and paste a line even in the same xbrowse then I go to modify the copied line it also modifies the selected line while it shouldn't do so and the...
copy a row of xbrowse
Silvio, You must search the selected and aadd( oBrw:aArrayData,aCopy ) each selected row. Then inserting: FOR I:= 1 to len(aCopy ) Regards, Otto
copy a row of xbrowse
[quote="Otto":3dboqngd]Silvio, You must search the selected and aadd( oBrw:aArrayData,aCopy ) each selected row. Then inserting: FOR I:= 1 to len(aCopy ) Regards, Otto[/quote:3dboqngd] Please try this test [code=fw:3dboqngd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">...
copy a row of xbrowse
Silvio, insert xBrowse(aCopy) in your functions to see what you copy and msgInfo's. Best regards, Otto
copy a row of xbrowse
[quote="Otto":28kbq02b]Silvio, insert xBrowse(aCopy) in your functions to see what you copy and msgInfo's. Best regards, Otto[/quote:28kbq02b] I not understood when I copy insert on acopy the row I selected ( all field) change acopy[1] with new codsep MENUITEM "Paste" WHEN acopy!=NIL ACTION ( ; oBrw:Lock(), ...
copy a row of xbrowse
Silvio, ask ChatGPT: To address the issue of copying multiple rows and pasting them into your xBrowse control in Harbour with FiveWin, you need to modify your `Copy` and `Paste` functionalities to handle multiple rows. Here is an approach to achieve this: 1. **Modify Copy Functionality**: Instead of copying a single...
copy a row of xbrowse
I Wish Know what Say Nageswarao
copy a row of xbrowse
try using aclone, aCopy := aclone( oBrw:aRow )
copy a row of xbrowse
[quote="Marcelo Via Giglio":1opds3xb]try using aclone, aCopy := aclone( oBrw:aRow )[/quote:1opds3xb] Marcelo, No es el problema de copiar una fila, esto lo hace, el problema es que quiero copiar varias filas al mismo tiempo y si modifico una fila y guardo, las demás también modifican, es como si las filas copiadas t...
copy a row of xbrowse
As suggestion by Marcelo [code=fw:wd1wqytj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Copy"</span> <span style="color: #0000ff;">WHEN</span> acopy=<span style="color: #00C800;">NIL</span> .and. oBrw:<span style="color: #000000...
copy a row of xbrowse
Perhaps... MENUITEM "Copy" WHEN acopy=NIL .and. oBrw:IsSelectedRow(); // only when is seletected ACTION IIF(Len(oBrw:aseleted) >1,Aclone:=[b:35rsg6lo]Giverows[/b:35rsg6lo](oBrw),aCopy := aclone(oBrw:aRow)),; oBrw:SetFocus() ) Function [b:35rsg6lo]Giverows[/b:35rsg6lo](oBrw) local n,uBook,nAt ...
copy a row of xbrowse
> FOR EACH nRow IN oBrw:aSelectedRows > NOT EXIST IN XBROWSE !!!!!! > wich xbrowse you have ? I have the last release of fwh Silvio, Here you have the solution. But, look also into xbrowse.prg in C:\FWH\Source\Classes\xbrowse.prg. MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,; oBrw:SetFocu...
copy a row of xbrowse
[quote="Otto":35sqs7hx]> FOR EACH nRow IN oBrw:aSelectedRows > NOT EXIST IN XBROWSE !!!!!! > wich xbrowse you have ? I have the last release of fwh Silvio, Here you have the solution. But, look also into xbrowse.prg in C:\FWH\Source\Classes\xbrowse.prg. MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,;...
copy a row of xbrowse
MENUITEM "Copy" WHEN acopy=NIL .and. oBrw:IsSelectedRow(); // only when is seletected ACTION ( IIF(Len(oBrw:aselected) >1,aClone:=Giverows(oBrw),; aCopy := aclone(oBrw:aRow)),; oBrw:SetFocus() ) Function Giverows(oBrw) local n,atmp:={},nAt For n= 1 to Len( oBrw:aselec...
copy a row of xbrowse
try can run ok now [code=fw:33knxzha]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> PopMenu<span style="color: #000000;">&#40;</span> oCol, codsep <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> oBrw  := oCol:...
copy and paste a control
can I copy and paste a control, and How ? I saw there is on Windows class Paste() and Copy() methods but I not Lnow How use them One sample please thanks @ 10,10 button obtn of oDlg obtn:bRClicked:= {|| MenuButton(nRow,nCol,oGrp,obtn) } ) ... Function MenuButton(nRow,nCol,oGrp,obtn) local oMenu MENU oMenu POPUP...
copy and paste a control
Maybe you need this: [code=fw:1lajmiwr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   oClip := TClipBoard<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;...
copy and paste a control
NO I not want copy a text but a control ( button , say, object ...)
copy and paste misleading
I noticed that copy from field and paste into msgget function does not lead to the supposed results . According to variable entered in the msgget function ,the browse should lead to certain results which I do not get it by copy/paste I should type with my keyboard the variable in msgget . What should be added to my cod...
copy and paste misleading
Ehab, Remember you have to pad the var to the same length as the field. James
copy and paste misleading
You also have to check for a possible uppercase issue.
copy files preserving date time stamps
We are trying to save files preserving the date and time stamps for archive purposes. Based on our experience the date/time is modified to reflect the date/time of the "copy file" command. Is there an easy way to copy files preserving the original date and time stamps?
copy files preserving date time stamps
CopyFile() preserves date and time stamps: [code=fw:3mhvevk4]<div class="fw" id="{CB}" style="font-family: monospace;">DLL <span style="color: #00C800;">FUNCTION</span> COPYFILE<span style="color: #000000;">&#40;</span> cExistingFileName AS LPSTR, cNewFileName AS LPSTR, lFailIfExists AS LONG <span style="color: #00000...
copy files preserving date time stamps
see also: --------------- SetFDaTi() - Sets the last change date and time of a file. Syntax SetFDaTi( <cFileName> , ; [<dFileDate>], ; [<cFileTime>] ) --> lSuccess Arguments <cFileName> This is a character string holding the name of the file to set date and time for. It must include path and file ...
copy files preserving date time stamps
Thank you Enrico - That works great
copy protection
How protect an application for NOt copy ? user code + harddisk number ? have you an sample function ?
copy protection
Hello Silvio, I just tested a Application, that burns a serial to the EXE-file. It works, but the problem : I don't want to edit every time the password, to start the application. I will look for something, stores the password encrypted to disk, after it is accepted. Maybe the sample-files in FWH can help You : in f...
copy protection
Uwe, the problem is simply We are on te beach on the beach there are many chalets but only one purchase my application one chalet have my program : installed it on his hard disk then take his hard disk and give it to another chalet the first chalet re installed my software and then there are many chalet but one licen...
copy protection
Hello Silvio, that is exactly the protection-system, the producer of my RESOURCE-Builder uses. 1. I have a tríal-version. 2. I have to send them my Harddisk-No. 3. I get a coded number from the harddisk-no. in return. 4. I add the return-number at Prog-start and the application is connected to the harddisk. It is not ...
copy protection
have you an sample ?
copy protection
Silvio, Besides the harddisk serial number, you can also use the netcard ID, which it is a unique ID for each network card: MsgInfo( GetNetCardID() )
copy protection
Hi Silvio, How about use USB Keypro hardware key? Very easy use and control. Regards, Richard
copy protection
Silvio, keep in mind that GetNetCardID() could be an array, too. Best regards, Otto
copy protection
Hi, I use HASP dongle with Protection Plus (from softwarekey.com) licence file. I kept HASP ids and customers information in licence file. When my application starts, it reads the licence file. it find out the hasp ids. and check the hasp dongle is connected and it is really this id. I have no problem with it. I ga...
copy protection
Silvio Has you tried: [url:1x6faoyv]http&#58;//www&#46;softwarekey&#46;com/swk_products/plus[/url:1x6faoyv] I think PPP, the LIB that come from Clipper days, is the best software protection that we can have. Do a "PPP" search in this forum for more information. Regards, George
copy protection
My budget is poor... I wish something simply create in fwh any sample ?
copy protection
Hello Silvio, I use this code. ABC 99, etc I insert for fake. Regards, Otto Here I test if a valid license exists: [code=fw:3dvop7cf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">IF</span> lizenz<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</...
copy protection
where is the data of HKEY_local_MACHINE
copy protection
[code=fw:338pfcyp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> &nbsp;HKEY_LOCAL_MACHINE &nbsp; &nbsp; &nbsp;<span style="color: #000000;">2147483650</span></div>[/code:338pfcyp] Regards, Marc
copy protection
ok but I not Understand How it protec from copy a exe
copy protection
Silvio, it protects from running not from copying. I someone runs the program he needs the license code. [code=fw:376acs8s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> main<br /><br /><span style="color: #00C800;">IF</span> lizenz<span style="color: #000000;...
copy protection
But I have another problem I not want it be copied from anyone
copy protection
Hello Silvio, I am not sure what you understand by “copy”. If you understand that someone copies your exe installs it on another system and runs the program than the function I posted is a good protection. You use the bios date, the disk number and if you want the mac address, too. These are “unique” numbers. Yes...
copy protection
Hello Silvio, it is nearly impossible, to save a application from making a copy. Many applications are on the market, You can copy everything ( mostly as a image ). < CLONECD >, < ALCOHOL > and many more. Even to add bad section-parts to a CD / DVD doesn't help ( it is used on Movie-DVD's ). Like Otto told You, it is...