hi
i guess the title pretty much states the question but i will give the senario to be more clear.
i have a mousemove() event which i add in my program programmatically and i need a way for raising that event (again) programmatically too.
raiseEvent control_mousemove() doesn't work as it says that "'control_MouseDown' is not an event of 'main'."
I read in the msdn site that You cannot use RaiseEvent to raise events that are not explicitly declared in the module.
So can i actually raise the event programmatically if the event was added programatically and how? if not any ideas on how to work around this?
thanks in advance