Gray_code_element

Tuesday, October 13, 2020

C# Creating a Picture at Runtime in a windows form app

Add a PictureBox to the form. It will be called PictureBox1

See post: https://docs.microsoft.com/en-us/dotnet/desktop/winforms/advanced/how-to-create-a-bitmap-at-run-time?view=netframeworkdesktop-4.8


 

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...