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/13/2022
Downloaded 11 time(s)
WD The edit control
(0)
 / Tools
Published on 06/13/2022
Downloaded 22 time(s)
WD The Event function // Adds the months FOR i = 1 TO 12 ListAdd(LIST_Month, MonthNumberInAlpha(i)) END // Displays the selected month EDT_SelectedMonth = LIST_Month[LIST_Month] //---------------...
(0)
 / Tools
Published on 06/13/2022
Downloaded 43 time(s)
WD The Excel functions Import ******** nFileID is int // identifier of the Excel file nColumn is int // current column nRow is int // current line nFirstLine is int // first row to read sLin...
(0)
 Gerenciador de Tarefas do Windows - Kill Exe, List Exe, Priority Exe // Summary: Fills the treeview table of processes // Syntax: //Table_Fill () // // Parameters: // None // Return value: // None ...
(0)
 / Tools
Published on 06/13/2022
Downloaded 26 time(s)
WD The EXIF functions
(0)
 / Tools
Published on 06/13/2022
Downloaded 20 time(s)
WD The EyeMagnet - Campo Obrigatório O "eYe magnet" (também chamado de formatação condicional) consiste em modificar o aspecto visual de um controle para atrair a atenção do usuário para este control...
(0)
 / Tools
Published on 06/13/2022
Downloaded 13 time(s)
WD The financial functions // Calculate the number of payments Info("Number of payments for this loan is set to: "+FinPaymentNb(-monthlypayment, AnnualInterestRate/12, LoanAmount)) // Note: the month...
(0)
WD The fListFile function - Listar arquivos e diretorios de um uma unidade de disco sDirectoryName is string DatatimeInicial is DateTime = DateSys()+TimeSys() sDirectoryName = fSelectDir("","Select...
(0)
 / Tools
Published on 06/13/2022
Downloaded 26 time(s)
WD The FTP functions - Comandos basicos de uso do protocolo FTP
(0)
 / Tools
Published on 06/13/2022
Downloaded 18 time(s)
WD The functions specific to Windows 7