Answered Event handling

Status
Not open for further replies.

omart

Member
Joined
Jul 6, 2008
Messages
13
Programming Experience
1-3
Never mind i Think i got it to wokr

I hope this is the right spot to post this question...
I am using vb .net 2003

I have two dll's that i created, i am trying to make the second dll handle events from the first one.

example:

-second dll is a windows application, it has a text box displaying a value.

-press a button it calls the first dll
--this dll opens a different form, when user presses a button on this form it changes a value in the registry and closes.
--after this windows closes(or after a specific function is completed) i want the text box on the second form to update with the new value.

so im trying to make the second dll, wait for a specific function to be completed in the first dll...or if there is some onregistry change event that would be good too.


Thanks
 
Last edited:
Status
Not open for further replies.
Back
Top