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é 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 ---------------------- //...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 20 fois
WD Sending a fax // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // ----------------------------------------------...
(0)
WD Sending an email in HTML format - WD Enviando um e-mail em formato HTML
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 39 fois
WD Sending emails with.Attacheds
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 33 fois
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...