PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Latest publications
Sort by:
,
,
Downloads
,
Filter by language:
(0)
WD Managing a computer fleet - Gerenciamento de equipamentos de informática em um layout da empresa Windows WIN_Components Controls Procedures Properties WIN_Computer Controls Procedures Asso...
(0)
 / Tools
Published on 06/13/2022
Downloaded 39 time(s)
WD The Organizer control displaying a Google calendar Sobre o controle Organizer exibindo um calendário do Google
(0)
 / Tools
Published on 06/07/2022
Downloaded 39 time(s)
WD Sending emails with.Attacheds
(0)
 / Tools
Published on 11/05/2021
Downloaded 39 time(s)
WINDEV & WEBDEV - Trabalhando com Cores, Tamanho, Skin e Styles // BTN ALTERA SKIN_CHANGESKINTEMPLATE sARQUIVO_SKIN is string=fSelect("","","Seleciona Arquivo Template","*.wdy","*.wdy") Change...
(0)
 / Tools
Published on 12/08/2022
Downloaded 39 time(s)
WD LibPq Install Com os fontes é possivel voce customizar o projeto conforme necessidade e ajustes necessários.
(1)
WD The indirections - Programação oop com indirection - Recortar, Copiar, Colar, Desfazer, Refazer IF {ControlCurrent(),indControl}..Value~="" THEN RETURN ELSE ToClipboard({ControlCurrent(),indCon...
(0)
WD The Lock functions As funções para bloquear aplicativos são usadas para bloquear um aplicativo após um determinado tempo ocioso no computador. Isso é usado para proteger os aplicativos que contêm...
(0)
Published on 03/20/2023
Downloaded 38 time(s)
Exemplo em WINDEV 25 para consumo de API de busca de cnpj grátis da EasyCodar Dev: Marcilon Mendonça Portal da API: https://portal.easycodar.com.br Whatsapp: +55 41 99243-9091
(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)
 / Tools
Published on 06/07/2022
Downloaded 38 time(s)
WD Popup calendar PROCEDURE WIN_PopCalendar(dSelectionDate = DateSys()) IF dSelectionDate = "" THEN dSelectionDate = DateSys g_Date is Date = dSelectionDate d_SelectedDate is Date = g_Date sOContr...