Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Burn CD from VFP
Message
 
À
15/04/2003 18:18:08
Peter Easson
Catalina Trading
Sydney, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00778113
Message ID:
00778311
Vues:
29
>For those of you that are interested in writing CDR/RW from VFP, here is an ActiveX that I quickly tested yesterday and it works fine. Copy this code to the command window and 'execute selection'
>
>Download available from http://www.nctsoft.com
>
>
>
D1 = CREATEOBJECT("NCTDiscWriter.DataCDWriter.1")
>D1.DriverOpen 		&& essential first command
>? d1.cdtype
>? d1.DriveType
>? d1.driveBufferSize
>? d1.driveCurWSpeed
>? d1.driveVendor
>? d1.cdUsedSpace           && up to here just fun info
>
>&& do while whatever
>	? d1.DataAddItem("C:\FoxTest") && Add folders here
>&& enddo
>? d1.StartWrite
>? d1.writeFinalizeCD && after this CD ejects
>d1 = null
Out of curiousity, do you know if this works on a DVD/CD-RW drive? or a drive that can burn a DVD and CD's?
Tracy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform