CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2004
    Posts
    41

    assigning procedures to a new form

    thanks craig for your help
    now I've got a new form created it dosn't have a GUI and I cant get a procedure to work for the click events of the buttons

    this doen't work

    Code:
    public sub newbutton (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles newbutton.Click
    
    end sub
    so how do I do it?
    Last edited by Robbo99; June 17th, 2004 at 11:32 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured