Search results for query: *

  1. H

    changing code from FORM to CLASS

    Hello , I buliding a calulator as in windows i have developed the code. FORM CODE: PublicClass Form1 Inherits System.Windows.Forms.Form Dim c AsNew Calculator Dim opcode AsString Dim flag AsInteger = 0 Dim flag1 AsInteger = 0 PublicEnum Mode NumberMode OpMode EqTo EndEnum PrivateSub...
  2. H

    Creating a bitmap image

    Thanks for the reply , yes i want to load the image . any suggestions plz
  3. H

    Creating a bitmap image

    Hello all, Im new to graphics in vb.net , i was trying to create a bitmap from file . "Private Sub Map(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim bmp As New Bitmap("C:\Documents and Settings\12.bmp") Dim g As Graphics =...
Back
Top