User profile: poohpooh

User info
User name:poohpooh
History
Joined:
Number of posts:122
Latest posts:

moving window and resize bottom flickers
I am trying to make a kind of popup notification window that slides out of the task bar. At the mom...

Slide bar going under my min value
ok so i got this to work how i want it to, to show you but i want to be able to set the Sliderx insi...

Slide bar going under my min value
no not really. min is the value the slider starts from so if i call it like this [code]DrawSlideBar...

Slide bar going under my min value
Min is ment to be the start of the slider so that the slider starts at min, lets me slide it from m...

Slide bar going under my min value
[code] void DrawSlideBar(float x, float y, float w, int min, int max, int &SliderValue) { f...