Hi...
I've a created a button bar using the examples
NavigationButton button = new NavigationButton("Anag",null);
buttonBarWindowsForms.Buttons.Add(button);
but I've 2 problems:
1) How Can I liks other pages in each button? (How can I set the page to be opened?)
2) How Can I associate an image??
I must use System.Drawing.Image.image.... but how see and image (xxxx.jpg) in the button created??
Thanks