PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Latest publications
Sort by:
Date
,
,
,
Filter by language:
(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
(0)
 / Tools
Published on 06/07/2022
Downloaded 33 time(s)
WD Strings with APIs The table below is filled with the environment variables of the system. All these variables are retrieved via a single call to the Windows GetEnvironmentStrings API. This API ret...
(0)
WD Style for displaying the table cells - Altera a cor das linhas e celulas da tabel em runtime nSTyle is int SWITCH RADIO_Hatched CASE 1 : nSTyle = styleHorizontalHatch CASE 2 : nSTyle = sty...
(0)
WD Switching from the RTF format to the HTML format - WD Mudando do formato RTF para o formato HTML // temporary variable used to retrieve the HTML code of RTFToHTML sTmp is string // initialize the...