vblover programmer

vblover programmer @vblover_programmer

About: I study and learn Visual basic programming language

Joined:
Aug 16, 2024

vblover programmer
articles - 13 total

Asp.Net: Send Information To another page (Using Post Method of Form)...

First Page (body): <form id="form1" runat="server" method="post" action="Register.aspx" > ...

Learn More 2 0Dec 14 '24

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

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

Learn More 1 1Dec 11 '24

VB .Net: Secure Password

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

Learn More 0 0Dec 9 '24

C#: Secure Password

SecurePassword Class: using System; using System.Text; using...

Learn More 0 0Dec 8 '24

(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: PasswordFromKeys

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

Learn More 0 0Nov 12 '24

VB .Net: TryAgainQuestionForExistItem

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

Learn More 0 0Nov 9 '24

VB .Net: Get Processor ID

Hi there.... For make software Activation-code we need A unique ID Like...

Learn More 0 0Aug 30 '24

VB .Net: Find words in String Array Extension Method

Definition: <Extension()> Function ExistsIn(value As String, ParamArray FieldValues()...

Learn More 1 0Aug 25 '24

VB .Net: Import NameSpace to Project

Hi there... To Import a NameSpace in each CodeFile(Class, Module,...) of project in Visual-Basic we...

Learn More 0 0Aug 24 '24

(VB .NET) A Method for Search Values in Several Fields of Entity Framework DataTable

A Method for Search Values in Several Fields of DataTable by UserAccount Filter for Entity...

Learn More 0 0Aug 19 '24

Change Visibility of HTML Element at WinForms Application (VB .Net)

Hi there.... This is an Extension method to change the display of the HTML Element...

Learn More 0 0Aug 17 '24

Detect Encrypted file by VB .Net (Visual Basic)

Hi Everyone see this post! This is my First Post at DEV.to .... سلام به همه اونایی که این...

Learn More 0 0Aug 16 '24