Link to home
Start Free TrialLog in
Avatar of isnoend2001
isnoend2001Flag for United States of America

asked on

Separate actual click on a label from coded click events vb6

I have had this little calendar for yrs, don't remember from where.
I am trying to add code when a user selects a date by actually clicking with mouse it will unload the form.
Private Sub Label1_Click(Index As Integer)
get the selected date and unload the form, this what i want to do
End sub
How can this be done ?
_-__-Calendar-practice-.zip
ASKER CERTIFIED SOLUTION
Avatar of Martin Liss
Martin Liss
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 isnoend2001

ASKER

Thanks, don't know why the vbmodal gives a error, but it is unneeded
Just before you posted I changed my previous post. Use the zip file in that post because in the code I originally posted there was a problem when you changed the month. Please confirm that you've see this post.
just noticed clicked the year or month  does not work any more
commented out Unload me and they work
i did not i will look now at your other post
I don't see a zip file
See post ID: 41245845
Your zip fixed me right up
thanks