Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 18th, 2005, 11:34 AM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Handling Events on Inherited Forms

Hi,
I'm trying to build an event handler for events on a form that I'm inheriting e.g

Private Sub Click_handler(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_First.Click, Cmd_Last.Click

On my task list this comes up as "Cannot bind an event handler to the 'Click' event because it is read only"

But the handler still works !

Am I missing something ?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Handling events of child ctrls(chkBox) in DataGrid malikamjad ASP.NET 1.0 and 1.1 Professional 0 July 13th, 2006 09:56 AM
Problems with Inherited Forms in VC# mmwaikar VS.NET 2002/2003 2 July 20th, 2005 10:01 AM
Handling Events with FAXCOMEXLib [email protected] VB How-To 0 April 14th, 2005 04:45 PM
Inherited Shadowing DoorHandle Pro VB.NET 2002/2003 1 September 7th, 2004 11:02 PM
Right way in Handling ADONet in Window Forms reyboy ADO.NET 2 July 11th, 2004 07:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.