Trackbar - mouseup/mousedown events not firing.

G

Guest

Hi , I have small application , where i 'am trying to get the value from the
trackbar of . net Compact framework and set the picturebox value based on the
zoom level.

But the mouseup and mousedown were not at all firing.

I 'am i missing something.

rgds,
vinay
 
T

Tim Wilson

I believe that the mouse events are not supported for the Compact Framework
TrackBar control. Does the ValueChanged event not work in your case?
 
G

Guest

Hi Tim Wilson,
the valuechange event works fine, but mouseup / mousedown evets , even
though they are supported by compact framework.

any ideas?

thanks
Vinay
 
T

Tim Wilson

The MouseUp and MouseDown events are supported in certain scenarios, for
example a basic Control or DataGrid, but not the TrackBar. The help file
shows all the documentation for the full framework and only the members that
are marked as "Supported by the .NET Compact Framework" are supported. Of
course, sometimes the documentation is not always accurate and so trial and
error is the only way.
 
G

Guest

Hi Tim Wilson,
That might be the case :incorrect documentation by Microsoft.....!!!!!!

thanks,
Vinay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top