PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

Derniers dépôts
Trier par :
Date
,
,
,
Filtrer par langue :
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 11 fois
WD Chart Age Pyramid - Grafico Histograma Piramede // Summary: Calling the various "gr" functions of the control template to create the first example of age pyramid (fictitious data) // Syntax: //Dra...
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 33 fois
WD Animated Menu
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 26 fois
WD Auto Error Management
(0)
WD Accessing the Google contacts - Acessando os Contatos do Google // The errors are automatically managed: // If an error occurs, a message is displayed, then resume the input in the window AConta...
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 27 fois
WD Accessing the Google documents stADocument is a gglDocument // specify the information gMyConnection..ClientID = EDT_ID gMyConnection..ClientSecret = EDT_Key // Establishes the connection GglCon...
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 26 fois
WD Accessing the Notes and Outlook databases
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 23 fois
WD Advanced input mask // Applies the input mask EDT_POSNEG..InputMask = "+999 999;999 999-;0;<NULL>" // Applies the input mask EDT_NEGRED..InputMask = "999 999;-999 999[Red];0;<NULL>" // Applies t...
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 23 fois
WD Animation when opening and closing the windows nValue is int i is int sStringSelectedElements is string // Default animation IF CBOX_OPENING[1] nValue = waDefault END // Random animation IF CB...
(0)
 / Outils
Publié le 06/06/2022
Téléchargé 40 fois
WD BalloonTip ou Popup Clock Windows CODE: nMsgType is int // Depending on the message type, configure the constant for the message type of the BalloonTip SWITCH COMBO_MSGTYPE CASE 1 nMsgType = ...
(0)
WD Calculating the date of Easter and an age - WD Calculando a data da Páscoa e uma idade sMyAge is string // Retrieves the age // calculate the age according to the reference date sMyAge = Age(EDT_...