I'm confused...
In VB6 it was a simple matter to call the proc under a command button, just the control name and _Click (i.e., cmd1_Click).
I would like to do this in a VB.NET 2005 project I'm working on -- but the IDE won't let me. This is no olnger allowed? How do I get around it? I suppose I could create a separate proc with the code and call it from as many locations as I'd like, but I still like the old way -- What should I do?
Craig
CraigHartz
In VB6 it was a simple matter to call the proc under a command button, just the control name and _Click (i.e., cmd1_Click).
I would like to do this in a VB.NET 2005 project I'm working on -- but the IDE won't let me. This is no olnger allowed? How do I get around it? I suppose I could create a separate proc with the code and call it from as many locations as I'd like, but I still like the old way -- What should I do?
Craig
CraigHartz