Articles by Tag #vb

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Asp .Net: Create a Simple 'Web User Control'

Web User Control: <%@ Control Language="vb" AutoEventWireup="false"...

Learn More 1 1Dec 11 '24

VB .Net: TryAgainQuestionForExistItem

Function TryAgainQuestionForExistItem(ItemName As String, ID As Object) As Boolean ...

Learn More 0 0Nov 9 '24

My Free .NET Resource File Management Tool: Shen Resources Tool

This is a tool I developed to assist in the development of multilingual user interfaces for .NET...

Learn More 0 0Mar 18

(VB .Net): Using Local Font Files

Imports System.Drawing.Text Public Class Form1 Dim Collection As New PrivateFontCollection ...

Learn More 0 0Nov 22 '24

VB .Net: Secure Password

SecurePassword Class: Imports System.Text Imports System.Security.Cryptography Public Class...

Learn More 0 0Dec 9 '24

VB .Net: PasswordFromKeys

Method: Function PasswordFromKeys() As String Dim Key As ConsoleKeyInfo Dim...

Learn More 0 0Nov 12 '24