C # Dynamic Implementation button background settings

Source: Internet
Author: User

1. using the Properties.resources class, this method requires that you have already added the picture to the project in advance.
Double-click Properties--Add resources-picture-->png/jpg
Name For example: Abc.png
Then in the solution, delete the picture, the background of the picture dragged in, changed to the same name code button2. BackgroundImage = Name of the namespace. Properties.resources. Image name; 2. Refer to the image directly with the project path (cannot inherit into EXE file)
button. BackgroundImage =bitmap.fromfile ("F: \\5.png");

C # Dynamic Implementation button background settings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.