User Profile

Collapse

Profile Sidebar

Collapse
madhumitha1991
madhumitha1991
Last Activity: May 4 '15, 05:19 AM
Joined: Apr 7 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to call bmp image for keypress event

    hai..

    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
    ...
    See more | Go to post

  • to update a class for a text box

    hai,,

    I am new to vb.net.. I want to do something in which i should pass array of values into textbox..

    that is.. I have a picturebox and textbox.. Using draw string function i get input for the textbox.. but what i actually need is to call a class which contains array of bitmap values and i have to call to my text box..

    My code is like

    Code:
    'this is for main window
    Public Class Form1
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 7 '15, 05:53 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...