Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 September 8th, 2005, 11:44 PM
Registered User
 
Join Date: Sep 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to eros
Default AddEventHandler or any relative way using VB.NET

Anyone here expert to use AddEventHandler or other way to solve this small problem of mine because I am a student that developing my thesis.

Situation: I have a form (frm) and a textbox (txt) on the frm and a seperate .vb file Class (cls) and a procedure (txtKeyUp) intended to handle the frm.txt.KeyUp event.

Problem: I'm not allowed to code in frm only in the cls.

Code Sample:

frm.vb

Public Class frm
    Inherits System.Windows.Forms.Form
''''''''''Generated Code
+ Windows "........."

End Class



cls.vb

Public Class cls

    Public Sub New()
    ''''''''''Implementation Code here
    'If im not mistaken must be here the required code in order to
    'Handle the frm.txt.KeyUp event.
    'something AddEventHandler here.
    End Sub

    Public Sub txtKeyUp()
    ''''''''''Implementation Code here
    End Sub
End Class

Eros Sy
Philippines





Similar Threads
Thread Thread Starter Forum Replies Last Post
vb.net 2008 re: VB.NET databases book bigbearjeff VB.NET 0 June 2nd, 2008 01:22 PM
AddEventHandler or other relative way using VB.NET eros VS.NET 2002/2003 1 September 25th, 2005 09:49 AM
VB.Net question on Windows VB.Net datagrids dmsousa VS.NET 2002/2003 1 January 19th, 2005 02:45 PM
vb.net 2002 OR vb.net 2003 metalaaron VB.NET 2002/2003 Basics 0 August 5th, 2003 10:00 AM
vb.net 2002 - vb.net 2003 book metalaaron Wrox Book Feedback 0 August 2nd, 2003 10:46 PM





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