mouseover button control !!! help_me
hi,
i am trying to make a mouseover button control ie. like one used by Cacheman ( a cpu usage meter software), http://www.outertech.com , can anyone please give me a hint how to start off ? or does any one know of one such available control !!! code snippets etc, _ thanx a lot
what are you trying to do?
If you're trying to duplicate the look and feel of that software (in VB), you will probably want to buy some toolbar software from DataDynamics or Infragistics
If you just want a command button type thing that responds to the mouse over event by changing color or something, you can make that with the image control. All you need to do is swap the image when the user mouses over the image control.
Is that what you're looking for?