Copy resource files to the Solutions directory

Note

You can use the PowerBuilder .NET Windows Forms Application target wizard to reuse the library list and application object of an existing target in the current workspace to create a new Windows Forms target.

In the wizard, you can select any resource files that your application requires and they are deployed with the application, but the resource files must be present in the directory where you create the application. You need to copy three image files from the Tutorial directory to the Solutions directory and change the path of the bitmap in the w_welcome window.

  1. In File Explorer, select and copy tshirtw.jpg, tutorial.ico, and tutsport.bmp in the Tutorial directory.

  2. Copy the files to the Tutorial\Solutions directory.

  3. In PowerBuilder, open the w_welcome window and select the Picture control.

    In the Properties view, remove the path in the PictureName box so that it contains only tutsport.bmp.

    Close the w_welcome window.