[2005] Mouse event, even on design time
Hi all,
How can I make a component that support mouse event (click and move) event on design time? A good example is a TabControl. The tab itself can draw when I point mouse over it and can change state when I click it. Can someone help me ? I've download several example in another website, but they're in C#. And those samples are complicated for me to learn. Can someone help me or point where I can find more info ?
Thanks
Re: [2005] Mouse event, even on design time
There is a program called #develop that acts as an IDE for C#, VB.NET and Boo projects. I have used it before to convert C# projects to VB.NET. Check it out here: http://www.icsharpcode.net/OpenSource/SD/
Maybe you can convert those C# examples you found to VB.NET to learn from them.