Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. please help

please help

Scheduled Pinned Locked Moved Visual Basic
helpquestion
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sonia Gupta
    wrote on last edited by
    #1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub out of the above mentioned i think Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub is the handler and Handles MyBase.Load is an event Am i right?

    Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1

    P T C 3 Replies Last reply
    0
    • S Sonia Gupta

      Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub out of the above mentioned i think Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub is the handler and Handles MyBase.Load is an event Am i right?

      Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1

      P Offline
      P Offline
      Parwej Ahamad
      wrote on last edited by
      #2

      Yes, I think you are right.

      Parwej Ahamad g.parwez@gmail.com

      1 Reply Last reply
      0
      • S Sonia Gupta

        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub out of the above mentioned i think Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub is the handler and Handles MyBase.Load is an event Am i right?

        Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1

        T Offline
        T Offline
        Tom Deketelaere
        wrote on last edited by
        #3

        handles mybase.load is indeed the event this sub handles the event passes 2 parameters to the sub therefor you need the

        Sonia Gupta wrote:

        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub

        so you could call it the handler

        If my help was helpfull let me know, if not let me know why. The only way we learn is by making mistaks.

        1 Reply Last reply
        0
        • S Sonia Gupta

          Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub out of the above mentioned i think Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub is the handler and Handles MyBase.Load is an event Am i right?

          Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          1 - buy a book, please 2 - learn how to format your questons, 'please help' is just painful.

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          S 1 Reply Last reply
          0
          • C Christian Graus

            1 - buy a book, please 2 - learn how to format your questons, 'please help' is just painful.

            Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            S Offline
            S Offline
            Salman Sheikh
            wrote on last edited by
            #5

            event is an event and handler is a routine or procedure which is automatically called when that event occurs. Handles MyBase.Load means we specify a handler for the Load Event Addhandler does the same thing both register a procedure with an event so both are equalent

            Salman Sheikh

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups