Link to home
Start Free TrialLog in
Avatar of esohier
esohierFlag for France

asked on

Deleguate setfocus method

Hi,

I've a usercontrol on VB6 and I would like to know how to deleguate the setfocus method?

Thanks by advance.
Avatar of Clif
Clif
Flag of United States of America image

What do you mean by "deleguate" (delegate?)
Avatar of esohier

ASKER

Sorry,

I would like to give the method to the form to make this sample:

Sub Form _load

  mycontrol.SetFocus

End Sub
ASKER CERTIFIED SOLUTION
Avatar of Clif
Clif
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of esohier

ASKER

Very thanks. That Ok.