Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
How to implement the ability to change a picture
posted

Hi,

I have a form with an UltraPictureBox and I have to make it possible for the user to pick his own picture

Do you have any suggestions which would be the best way to implement that.

Is there more appropriate Infragistics control for that purpose?

Thank you,

Maria

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Maria,

    Which part of this is giving you trouble?

    There isn't any built-in UI in any of the Infragistics controls to allow the user to choose an image. But it sounds like you just need to use the FileDialog component which is part of the DotNet framework.

Children