P
Pls Help
Hi,
I've encountered a weird TrackBar issue, it seems to hang completely when
the TrackBar.Maximum is set to certain large values.. what's going on? Have
tried this on a few different 2000/XP environments and it seems the
behaviour is universal.
Btw, before attempting the test below it's a good idea to make sure you
haven't any unsaved work..
First try simply creating a TrackBar with the TrackBar.Maximum property
(defined as an int) set to Int32.MaxValue.. no probs there? Now try setting
it to 67108864, for example. Does your Windows grind to a halt, or is it
just mine? What's the deal? I know I can scale down the values of the bar
therefore avoiding the need to use such high values but the issue stands..
why is it so?
Thanks in advance to anyone who can shed some light on this perplexing
issue.
I've encountered a weird TrackBar issue, it seems to hang completely when
the TrackBar.Maximum is set to certain large values.. what's going on? Have
tried this on a few different 2000/XP environments and it seems the
behaviour is universal.
Btw, before attempting the test below it's a good idea to make sure you
haven't any unsaved work..
First try simply creating a TrackBar with the TrackBar.Maximum property
(defined as an int) set to Int32.MaxValue.. no probs there? Now try setting
it to 67108864, for example. Does your Windows grind to a halt, or is it
just mine? What's the deal? I know I can scale down the values of the bar
therefore avoiding the need to use such high values but the issue stands..
why is it so?
Thanks in advance to anyone who can shed some light on this perplexing
issue.