I need something to do where I stored bmp images for alphabets and numbers and i call call those images when i type it in textbox.
i have a sample code like
Code:
Public Class Form1
Dim graph As Graphics
Dim g, g1 As System.Drawing.Graphics
Dim img As New Bitmap(144, 16)
Dim brush As New Drawing.SolidBrush(Color.Black)
Private Sub TextBox1_KeyPress(ByVal