I'm sorry it's been so long since I used VB6 I'm having a hard time recalling how to add a handler. I was hoping you were using a newer IDE and were just posting in the forum for ease. I'll try to find old code and get back to you.
I'm sorry it's been so long since I used VB6 I'm having a hard time recalling how to add a handler. I was hoping you were using a newer IDE and were just posting in the forum for ease. I'll try to find old code and get back to you.
I don't know if it will help you but a while back I did a sys tray usercontrol. You should be able to get an idea how to do a menu from it. Load up the vbg file and see if you can make anything of it.
I don't know if it will help you but a while back I did a sys tray usercontrol. You should be able to get an idea how to do a menu from it. Load up the vbg file and see if you can make anything of it.
Try it and see! Experiment. I haven't look at MarkT's code but I'm sure its good and it looks like its an ocx which you can either compile and load it as a control from your component list (you might ha e to browse to the ocx file location) or you could simple add it as a usercontrol to your form and use it!