PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

Derniers dépôts
Trier par :
Date
,
,
,
Filtrer par langue :
(0)
WD Merging the column titles and the table cells - WD Mesclando os títulos das colunas e as células da tabela // define a font tt is Font tt = FontCreate("Verdana",11,iBold) // merge the titles of ...
(0)
WD Moving elements between two list boxes - WD Movendo elementos entre duas caixas de listagem // Clears the list ListDeleteAll(LIST_Memory) // Fills the list ListAdd(LIST_Memory, "Monday") ListAdd...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 48 fois
WD Native access to MongoDB // Connection to the MongoDB server on the example database (creates the database if it does not exist) gclConnection = MongoCreate(StringBuild("mongodb://%1:%2/%3",EDT_Se...
(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é 43 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...