PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Latest publications
Sort by:
,
,
Downloads
,
Filter by language:
(0)
 / Tools
Published on 01/13/2022
Downloaded 32 time(s)
TDF TECH 2017 - Exemplos WINDEV Mobile WM TDB WTT22
(0)
 / Tools
Published on 06/06/2022
Downloaded 32 time(s)
WD Handling text files // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // ----------------------------------------...
(0)
Published on 06/04/2021
Downloaded 32 time(s)
WEBDEV integrate web camera component - 3346 https://windevdesenvolvimento.blogspot.com/2021/06/dicas-3346-WINDEV-WEBDEV-mobile.html https://youtu.be/Q4oi_sDWcCE This Video will premiere at 10:00 am o...
(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...
(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)
 / Tools
Published on 06/13/2022
Downloaded 32 time(s)
WD The Serialize Deserialize functions
(0)
Published on 06/02/2023
Downloaded 32 time(s)
Tip 3893 - Highlight Table Column - WINDEV 28 - Commands 97 https://youtu.be/Vpm57FFTbAI Let's highlight a column of the table, changing the color and font Vamos destacar uma coluna da tabela, mudando...
(0)
Published on 06/07/2022
Downloaded 32 time(s)
WD Progress window
(0)
 / Tools
Published on 09/14/2022
Downloaded 32 time(s)
Thread Paralelas OOP - Exemplo da Corrida das Galinhas
(0)
 / Tools
Published on 06/07/2022
Downloaded 32 time(s)
WD Registry Windows - Regedit - Manipulando o Registro do Windows // ---------------------------------------------------------------- // --------------------- VARIABLES USED ---------------------- //...