Newby to Active X question
hi all, my custom control is invisible at runtime and contains a form that is showed when a method is called, the form has an ok and cancel buttons plus a couple of text boxes, (its a custom "login" form).
the thing is, dont know how to pass the ok button click event (on the form) back to the control itself so it can evaluate the user id and password.
if i make a public sub on the control, and then call it from the form“s click event it works, but then this sub also shows up as a method for the control itself! and of course i dont want this happening since its an "internal" sub. and if i make the sub private, then the form dont see it!
please help