Hi,

Require help on the above mentioned title.

Slider Controls

Using Visual C++ 6, Dialog Based. To create two Slider and two edit box.
Each Slider controls one edit box with the Range value (0-255).

I only able to create one slider to control one edit box with the range value (0-255), where as I wanting to create another Slider to control another edit box. Eventually ended up the two Slider controls to the same one edit box instead separted individual.

System running sequences:
Slider1 controls Editbox1 Only. (Value Range appear on Editbox 1, (0-255))
Slider2 controls Editbox2 Only. (Value Range appear on Editbox 1, (0-255))

Problem occurs:
Both Slider 1 and 2 controls Editbox1 Only.
No changes to Editbox2.

Regards,
david

Headache"