Fabio Ingenito (@FabioIngenito)
  • Stars
    star
    19
  • Global Rank 661,842 (Top 23 %)
  • Followers 10
  • Following 9
  • Registered almost 8 years ago
  • Most used languages
    C#
    69.2 %
    Visual Basic
    23.1 %
    JavaScript
    7.7 %
  • Location 🇧🇷 Brazil
  • Country Total Rank 15,996
  • Country Ranking
    Visual Basic
    20
    C#
    693

Top repositories

1

CSharp_EventHandler

BEM MODIFICADO, MAS BASEADO NO EXEMPLO DO MACORATTI: C# - Como fazer uma classe definir e disparar eventos (http://www.macoratti.net/19/05/c_classevents1.htm). Criei um tratamento de LOGs também
C#
3
star
2

CSharp_Polygons_GDI_Skiasharp

Example of draw polygons by two versions: GDI+ and Skiasharp. Both in Windows Forms.
C#
3
star
3

CSharp_SomenteNumero

if (!(e.KeyChar >= '0' && e.KeyChar <= '9') && e.KeyChar != 8) e.Handled = true;
C#
2
star
4

CSharp_Delegates

Exemplo de uso de Delegates Um DELEGATE é um tipo de referência que pode ser utilizado para encapsular métodos, mesmo os anônimos; desde que os mesmos tenham parâmetros de entrada e tipos de retorno semelhantes. Um DELEGATE pode ser instanciado com um método, estático ou não, ou também com uma expressão lambda; funciona como uma espécie de assinatura, o exemplo abaixo foi retirado do MSDN e adaptado para melhor compreensão;
C#
2
star
5

VB6_ValidaCheque

Validação de cheques com CMC7.
Visual Basic
1
star
6

CSharp.Net_BackGroundWorkerC

Work in back ground don't block the next task. Use Button 1 for start a long task and button 2 for test.
C#
1
star
7

quizespirita_alura

Um projeto criado durante a imersão React v2
JavaScript
1
star
8

CSharp_DiaUtil

Função simples para calcular quais dias são úteis ou contábeis. Versão C#, veja também a versão VB.Net. Visual Studio 2019.
C#
1
star
9

CSharp_wfaCotarMoeda

WEB SERVICES X CONNECTED SERVICES - DOLAR BCBRASIL Usando o Web Service do Banco Central do Brasil e Comparando com o Connected Service para recuperar o valor de algumas moedas, principalmente o Dólar.
C#
1
star
10

CSharp_Dice_GDI_Skiasharp

Example of one dice by two versions: GDI+ and Skiasharp. Both in Windows Forms.
C#
1
star
11

VB6_DV_RG_RIC

Calcular o Dígito Verificador (DV) do Registro Geral (RG) e do Registro de Identidade Civil (RIC)
Visual Basic
1
star
12

CSharp_wfa_JSON_DT

- Convert data in JSON format to a DataTable displaying the information in a GridView in a Windows Forms application. Based on an example from Macoratti. - Converter dados no formato JSON para um DataTable exibindo as informações em um GridView em uma aplicação Windows Forms. Baseado em um exemplo do Macoratti.
C#
1
star
13

VB6_LerChaveOffice

Para verificar a chave do caminho que está armazenada para o servidor, inicie o Editor do Registro do Windows, digitando regedit no menu Iniciar e depois na caixa de diálogo Executar. Navegue até a chave HKEY_CLASSES_ROOT\Clsid. Nessa chave você encontrará os CLSIDs para os servidores de automação registrados no sistema. Depois, usando os valores, encontre a chave que representa o aplicativo do Office que você quiser automatizar e verifique o caminho da chave LocalServer32 do mesmo. To verify the path key that Is stored for the server, start the Windows Registry Editor by typing regedit On the Start menu And Then In the Run dialog box. Navigate To the HKEY_CLASSES_ROOT \ Clsid key. In this key you will find the CLSIDs for the automation servers registered in the system. Then, using the values, find the key that represents the Office application that you want To automate, And check the path Of the LocalServer32 key Of the Office application. +========================+=========================================+ | Server Office | Chave CLSID - Key CLSID | +========================+=========================================+ | Access.Application | {73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9} | +------------------------+-----------------------------------------+ | Excel.Application | {00024500-0000-0000-C000-000000000046} | +------------------------+-----------------------------------------+ | FrontPage.Application | {04DF1015-7007-11D1-83BC-006097ABE675} | +------------------------+-----------------------------------------+ | Outlook.Application | {0006F03A-0000-0000-C000-000000000046} | +------------------------+-----------------------------------------+ | PowerPoint.Application | {91493441-5A91-11CF-8700-00AA0060263B} | +------------------------+-----------------------------------------+ | Word.Application | {000209FF-0000-0000-C000-000000000046} | +------------------------+-----------------------------------------+ -------------------------------------------------------------------- Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats http://www.microsoft.com/pt-BR/download/details.aspx?id=3 -------------------------------------------------------------------- WINREG32.BAS (Third Version) http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=5354&lngWId=1 -------------------------------------------------------------------- Links Interessantes: Interesting Links: -------------------------------------------------------------------- CreateObject função (Visual Basic) - Visual Studio 2008 http://msdn.microsoft.com/pt-br/library/7t9k08y5(v=vs.90).aspx -------------------------------------------------------------------- INFORMAÇÕES: Solucionando o erro 429 ao automatizar aplicativos do Office INFO: Troubleshooting the 429 Error When Automating Office Applications http://support.microsoft.com/kb/244264/pt-br -------------------------------------------------------------------- -------------------------------------------------------------------------------- Código gerado pela conversão de VB6 para VB.NET Code Generated by VB6 to VB.NET Conversion -------------------------------------------------------------------------------- A conversão foi feita por um software de EHASIS - Edison Henrique Andreassy <[email protected]> The conversion was done by EHASIS software - Edison Henrique Andreassy <[email protected]> Veja também em: See also: http://www.ehasis.com/arquivos/ Tópico no VBMania: Post new topic Reply to topic http://www.vbmania.com.br/index.php?modulo=forum&metodo=abrir&id=444407&pagina=1
Visual Basic
1
star