Creating arrow button with ease

Hi,
I hope to create an 8 direction arrow buttons for my application. I could use some conventional way of load 8 different arrow pictures onto the 8 command buttons. However, is there a better idea?
Thank you very much and hope to see your reply soon.
[270 byte] By [Trouble_boy] at [2007-11-17 17:05:12]
# 1 Re: Creating arrow button with ease
Well, don't you need to assign an arrow picture to the buttons only once? So just do it conventional way and it'll stay there unless you need to reassign new pictures to the buttons during runtime. I would create a res file with pictures in it and use for next loop to load the pictures from resource file to the buttons.
AndyK at 2007-11-10 0:22:47 >
# 2 Re: Creating arrow button with ease
Hi AndyK,

Thanks for your suggestion. Yup the conventional way seem to be esaiest as it there during runtime and stay for as long as the application run.

Seeya.
Trouble_boy at 2007-11-10 0:23:51 >