I have read several posts that seem to be the resolution to my problem. I have tried to use the code with no luck. I know I am missing something simple I hope. I am using VB with VS 2005.
I am trying to create an invisible control button or label that overlaps a selected area. I want this button or label to be clickable so as to enter another windows form. I am able to make this button or label transparent with no problems. I set the transparencykey to some non-used color, blah blah blah, that works fine. When I run the program, it makes a big square hole right through my application without just showing the controls behind the control. I want just the control to be transparent, clickable, and allow for the windows form and other controls to be viewed fully behind it.
I have tried using the following code in this link although I don't know if they are applicable:
http://dotnetrix.co.uk/custom.html
I have tried using the code in this link:
http://www.peterritchie.com/Hamlet/Articles/62.aspx
I am very new to this so any help would be greatly appreciated.
Thanks,
Kris