Skip to content

Instantly share code, notes, and snippets.

View AlexTR-Dev's full-sized avatar
💭
Always working

Alejandro Morales AlexTR-Dev

💭
Always working
View GitHub Profile
@AlexTR-Dev
AlexTR-Dev / bancos
Last active February 24, 2020 23:00 — forked from xombra/bancos
Codigo y Bancos correspondientes de Venezuela
Banco:
<select name="banco">
<option value=""></option>
<option value="0156">100%BANCO</option>
<option value="0196">ABN AMRO BANK</option>
<option value="0172">BANCAMIGA BANCO MICROFINANCIERO, C.A.</option>
<option value="0171">BANCO ACTIVO BANCO COMERCIAL, C.A.</option>
<option value="0166">BANCO AGRICOLA</option>
<option value="0175">BANCO BICENTENARIO</option>
<option value="0128">BANCO CARONI, C.A. BANCO UNIVERSAL</option>
@AlexTR-Dev
AlexTR-Dev / ProgressBarLinear.cs
Last active May 19, 2019 13:29
ProgressBar with Color Gradient,, Text and Thickness options
using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
namespace ControlesAlejandro
{
#region enumeration types
public enum ProgressBarGradient