473,394 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How to get events from other assemblies

How to get events from other assemblies

I have Two Assemblies, one contains my Forms (with controls) the other
is my navigation. My navigation contains my menus and listboxes to
navigation though the system. I want to provide a dynamic help (much
like VS.net), I can't seem to get the event from my onfocus to fire in
my navigation Assembly. I need to know how to receive the onfocus
event with the object clicked to my other Assembly.

Thanks all
Mike Walters
Nov 21 '05 #1
2 868
Mike,

"Mike Walters" <Mi**@walterscentral.com> schrieb:
How to get events from other assemblies


Take a look at the 'AddHandler'/'RemoveHandler' keywords. They can be used
to add a handler to an event at runtime.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #2
How do I add a handler from one to another, they are both declared
from different assemblies?
"Herfried K. Wagner [MVP]" <hi*******@m.activevb.de> wrote in message news:<ey**************@TK2MSFTNGP09.phx.gbl>...
Mike,

"Mike Walters" <Mi**@walterscentral.com> schrieb:
How to get events from other assemblies


Take a look at the 'AddHandler'/'RemoveHandler' keywords. They can be used
to add a handler to an event at runtime.

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Edward Diener | last post by:
This has occurred in MC++, but since there is very little response on that NG, I am also reporting it here in the hope that someone can find me a workaround, and report it to MS. If a __value...
3
by: David A. Mathew | last post by:
I noticed when trying write an application for PocketPC and deciding to program in VB or C# that for event handling VB seems to have more options than C#. Specifically I want to be able to respond...
7
by: cider123 | last post by:
I'm coding a project using the following article as reference: http://www.codeproject.com/csharp/DynamicPluginManager.asp In this type of project, plugins are loaded dynamically into a Plugin...
1
by: Devhead | last post by:
1) want to kill my automation server processes when i'm done with them. i.e., want to make sure that my word and outlook processes that are displayed in task manager are disposed of when i'm done....
3
by: HL | last post by:
The requirement is to send some information to other objects. The objects to whom the information has to be sent is not available at compile time. The names of the types (objects) will be provided...
11
by: Jan | last post by:
I'm using the CSharpCodeProvider to buils some assemblies @ runtime which are never saved as files (cp.GenerateInMemory = true;). The generated assemblies are hierachically dependent on each other...
10
by: Smithers | last post by:
Moving from .NET 1.1 to 2.0, we gained the generic System.EventHandler<T> which makes our lives easier when it comes time to implement an event. Now we're getting .NET 3.5 soon and I'm wondering...
1
by: Dave Anson | last post by:
What is the recommended practice for referencing assemblies in a project from other solutions? I am using Visual Studio 2005 Team System. I have several assemblies in another solution which will...
2
by: sdr | last post by:
Hello all, I have a scenario where I should be able to fire an event in one assembly and listen to it in another. As I'm writing a proof of concept at the moment, I wrote two separate...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.