Adding Previous- Next and Home buttons in slide

Hi,


We have a requirement of adding custom navigation buttons on slides i.e Previous, Next and Home Buttons, whereas click to home button should navigate to a specific slide rather than 1st slide.

Please let me know how i can achieve this.

Hi,


I have observed your comments. Can you please share sample presentation so that i can further investigate to help you out.

Best Regards,
Adnan.Ahmad:
Hi,

I have observed your comments. Can you please share sample presentation so that i can further investigate to help you out.

Best Regards,

Hi Adnan,


Please find my attachment sent in my previous reply.

Please provide solution for the mentioned requirement

Hi,


We are working on this and will get back to you with feedback soon.

Best Regards,

Hi,


I have shared code snippet with you. This will help you to achieve your requirements. Please share feedback with us if there is still an issue.

pres1.Slides[k].Shapes[0].HyperlinkClick = Hyperlink.PreviousSlide;

pres1.Slides[k].Shapes[1].HyperlinkClick = Hyperlink.NextSlide;

pres1.Slides[k].Shapes[2].HyperlinkClick = new Hyperlink(pres1.Slides[i]);

Best Regards,

Yes, It worked…!! Thank You