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/11/2022
Downloaded 32 time(s)
WD The Webcam Conference control
(0)
 / Tools
Published on 06/11/2022
Downloaded 22 time(s)
WD The ControlClone function
(0)
WD The Crypt functions - criptografia - funções de senha - base64 - encode base 64
(1)
Below is the source code for the WINDEV example used in the webinar "How to consume a REST webservice". You can watch the webinar here: https://youtu.be/XruOKyshbvk
(0)
A continuación, encontrará el código fuente del ejemplo utilizado en el seminario Web "Consumir un Webservice REST". Para ver el seminario visite el siguiente enlace: https://youtu.be/fbcA68RXULU
(0)
 / Communication
Updated on 06/07/2022
Downloaded 2,437 time(s)
Chat with WINDEV Projeto exemplo de Chat desenvolvido no WINDEV. Desenvolvedor: Fabrício Almeida +5583986556461 Telegram @fabricioalmeida
(0)
 / Tools
Published on 06/07/2022
Downloaded 37 time(s)
WD Management of RTF // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // -----------------------------------------...
(0)
WD Managing the main menu of a window by programmin - WD Gerenciando o menu principal de uma janela por programação IF bModif = True THEN // "MenuSelectMinus is used to gray an option." MenuSelectM...
(0)
 / Tools
Published on 06/07/2022
Downloaded 27 time(s)
WD Managing the timers // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // --------------------------------------...
(0)
 / Tools
Published on 06/07/2022
Downloaded 32 time(s)
WD Managing the Windows session // Manage the action to perform SWITCH RADIO_ACTION CASE 1 // Close the session SysShutdown(sysLogoff) // Close the window Close() CASE 2 // Stop the system...