PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

Derniers dépôts
Trier par :
Date
,
,
,
Filtrer par langue :
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 24 fois
WD Operators Text // procedure used to update the display of results PROCEDURE UPD() // Calculate the result of an operation such as // ----------- sString1= String2[[ Subscript ]] -------- RES2 =...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 29 fois
WD Overloading WLanguage functions PROCEDURE Manage_Trace_TraceMode(nTraceType) // Store the trace mode Manage_Trace_Mode = nTraceType IF Manage_Trace_Mode = FileTrace OR Manage_Trace_Mode = Stand...
(0)
Publié le 07/06/2022
Téléchargé 41 fois
WD Play a sound mp3 / wav // select the sound file sFile is string sFile = fSelect(EDT_FILE,"Select a sound file...",... "mp3 files (*.mp3)"+TAB+"*.mp3"+CR+... "Wave files (*.wav)"+TAB+"*.wav"+CR+......
(0)
Publié le 07/06/2022
Téléchargé 61 fois
   // Select the video file sFile is string sFile = fSelect(EDT_FILE,"Select a video file...",... "Video files (*.avi)"+TAB+"*.avi"+CR+... "MPG video files (*.mpg)"+TAB+"*.mpg"+CR+... "Mp4 video files...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 23 fois
WD Playing a Flash animation swf // Select the video file sFile is string sFile = fSelect(EDT_FILE, "Select a Flash file...",... "Flash files (*.swf)"+TAB+"*.swf"+CR+... "All files (*.*)"+TAB+"*.*",....
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 37 fois
WD Popup calendar PROCEDURE WIN_PopCalendar(dSelectionDate = DateSys()) IF dSelectionDate = "" THEN dSelectionDate = DateSys g_Date is Date = dSelectionDate d_SelectedDate is Date = g_Date sOContr...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 40 fois
WD Printing by programming - Impressão Programada Info("A set of previews will be displayed","Those allow display of the various printing methods using programming") Str1 is string = "WINDEV is a gr...
(0)
Publié le 07/06/2022
Téléchargé 32 fois
WD Progress window
(0)
WD Reading and writing in XML format - WD Lendo e escrevendo em formato XML // XML Document XMLDoc is a xmlDocument sTag is string sSubChild is string sRootChild is string // Declare the root ...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 32 fois
WD Registry Windows - Regedit - Manipulando o Registro do Windows // ---------------------------------------------------------------- // --------------------- VARIABLES USED ---------------------- //...