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/06/2022
Downloaded 31 time(s)
WD Active Directory DotNet .net PROCEDURE REFProperties() sNode is string // TreeView node in the main window sTempString is string // String that contains the identifier of each TreeView leaf (and ...
(0)
 / Tools
Published on 06/06/2022
Downloaded 11 time(s)
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)
 / Tools
Published on 06/06/2022
Downloaded 34 time(s)
WD Animated Menu
(0)
 / Tools
Published on 06/06/2022
Downloaded 26 time(s)
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)
 / Tools
Published on 06/06/2022
Downloaded 28 time(s)
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)
 / Tools
Published on 06/06/2022
Downloaded 28 time(s)
WD Accessing the Notes and Outlook databases
(0)
 / Tools
Published on 06/06/2022
Downloaded 23 time(s)
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)
 / Tools
Published on 06/06/2022
Downloaded 24 time(s)
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)
 / Tools
Published on 06/06/2022
Downloaded 42 time(s)
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 = ...