PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Latest publications
Sort by:
Date
,
,
,
Filter by language:
(0)
Published on 06/07/2022
Downloaded 61 time(s)
   // 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)
 / Tools
Published on 06/07/2022
Downloaded 23 time(s)
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)
 / Tools
Published on 06/07/2022
Downloaded 37 time(s)
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)
 / Tools
Published on 06/07/2022
Downloaded 40 time(s)
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)
Published on 06/07/2022
Downloaded 32 time(s)
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)
 / Tools
Published on 06/07/2022
Downloaded 32 time(s)
WD Registry Windows - Regedit - Manipulando o Registro do Windows // ---------------------------------------------------------------- // --------------------- VARIABLES USED ---------------------- //...
(0)
 / Tools
Published on 06/07/2022
Downloaded 20 time(s)
WD Sending a fax // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // ----------------------------------------------...
(0)
 / Tools
Published on 06/07/2022
Downloaded 48 time(s)
WD Sending an email in HTML format - WD Enviando um e-mail em formato HTML
(0)
 / Tools
Published on 06/07/2022
Downloaded 39 time(s)
WD Sending emails with.Attacheds