Page 1 of 1

A Slider

Posted: Mon Mar 15, 2010 4:24 pm
by 35000vr
Does anyone know how to make a slider in VB like the ones on IPhones and IPod Touches?
And
Make FormBoarder Style:None Moveable?

Re: A Slider

Posted: Mon Mar 15, 2010 9:10 pm
by CodenStuff
Hello,

To move a borderless form: viewtopic.php?f=38&t=460&start=0&hilit=borderless

Im not sure about the slider part off hand.

Re: A Slider

Posted: Mon Mar 15, 2010 11:27 pm
by 35000vr
Ok

Re: A Slider

Posted: Tue Mar 16, 2010 8:32 pm
by hungryhounduk
Hi
You could add a Panel to the Skin with Pictureboxs to hold your images, and then just enable the Scrollbar on the Panel Component...

**Codenstuff showed me how to do that a while back and it worked a treat** cooll;

If you could then code it somehow to get rid of the Scrollbar, and enable clicking and dragging the panel that would be perfect, as the Scrollbars itself make it look slightly Ugly..

I dont know if it can be coded to lose the scrollbar, but if it can then that's the answer.

hope this is of some Help

Chris

ps: in the attachment below is the Scrollbar Zip that codenstuff did to show me what i needed, try this out, if you can modify it to suit what you need....

**If its any help then please GIVE THANKS to Codenstuff as it was his Code example** cooll;

Re: A Slider

Posted: Tue Mar 16, 2010 9:03 pm
by 35000vr
One question how do you when the slider is all the way at the end make it go to another form?

Re: A Slider

Posted: Tue Mar 16, 2010 10:20 pm
by Livengood
hungryhounduk wrote:
Hi
You could add a Panel to the Skin with Pictureboxs to hold your images, and then just enable the Scrollbar on the Panel Component...

**Codenstuff showed me how to do that a while back and it worked a treat** cooll;

If you could then code it somehow to get rid of the Scrollbar, and enable clicking and dragging the panel that would be perfect, as the Scrollbars itself make it look slightly Ugly..

I dont know if it can be coded to lose the scrollbar, but if it can then that's the answer.

hope this is of some Help

Chris

ps: in the attachment below is the Scrollbar Zip that codenstuff did to show me what i needed, try this out, if you can modify it to suit what you need....

**If its any help then please GIVE THANKS to Codenstuff as it was his Code example** cooll;

Well Today i have learned Somthing new :D, Thanks for sharing that Hungryhound

Re: A Slider

Posted: Tue Mar 16, 2010 10:54 pm
by 35000vr
Ok livengood.

Re: A Slider

Posted: Tue Mar 16, 2010 11:17 pm
by 35000vr
I mean this:
http://i35.tinypic.com/dfg39w.jpg

EDIT:sorry for double post