PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

Derniers dépôts
Trier par :
Date
,
,
,
Filtrer par langue :
(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
Mis à jour le 07/06/2022
Téléchargé 2 433 fois
Chat with WINDEV Projeto exemplo de Chat desenvolvido no WINDEV. Desenvolvedor: Fabrício Almeida +5583986556461 Telegram @fabricioalmeida
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 37 fois
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)
 / Outils
Publié le 07/06/2022
Téléchargé 27 fois
WD Managing the timers // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // --------------------------------------...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 32 fois
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...
(0)
WD Merging the column titles and the table cells - WD Mesclando os títulos das colunas e as células da tabela // define a font tt is Font tt = FontCreate("Verdana",11,iBold) // merge the titles of ...
(0)
WD Moving elements between two list boxes - WD Movendo elementos entre duas caixas de listagem // Clears the list ListDeleteAll(LIST_Memory) // Fills the list ListAdd(LIST_Memory, "Monday") ListAdd...
(0)
 / Outils
Publié le 07/06/2022
Téléchargé 48 fois
WD Native access to MongoDB // Connection to the MongoDB server on the example database (creates the database if it does not exist) gclConnection = MongoCreate(StringBuild("mongodb://%1:%2/%3",EDT_Se...