Use Genexus Evolution 3 C # Win Generator. I would like to change the image of a button via code. I put in the start event the following code:
botao.Bitmap = LoadBitmap ('\ pictures \ image2.jpg')
But it did not work. the button is blank, does not load the image. I have tried to put relative path to get inside a subfolder where the application is running.
Thankful