A list of puns related to "Closeable"
https://preview.redd.it/k16imkamhz681.jpg?width=1834&format=pjpg&auto=webp&s=72870f7ef624ac48b200019f507db189db417833
https://preview.redd.it/7ulgymn8t5m71.png?width=563&format=png&auto=webp&s=1b87fa5d0ad36a1ffc6cd69ed5457040f29c6ed1
Hello, everyone
C# noob here again. Go a question about a C# Windows Forms program I've written that becomes un-responsive when run and must be force-closed to stop (in other words, you can't just click the "close" box on the windows and have it close.)
Its a very simple but cool graphics demo I first cooked in high-school up some 35 years ago in BASIC on an IBM PC and I've translated to every computer/language I've learned that allows vector style graphics. My question is: why does this program make the window un-responsive?
If you want to try it out and let me know what you think, create a Windows Forms project called GraphicsDemo1, set the window to 600x600 and the background to black. Then add the following code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GraphicsDemo1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
this.Width = 600;
this.Height = 600;
this.BackColor = Color.Black;
}
private void Form1_Paint(object sender, PaintEventArgs e)
{
Graphics g = e.Graphics;
Pen myPen = new Pen(Color.Yellow);
decimal counter = 0;
while (true)
{
++counter;
if (counter%2 == 0) { myPen.Color = Color.Black ; } else { myPen.Color = Color.Yellow; }
for (int i = 1; i <= 300; i = i + 10)
{
g.DrawLine(myPen, 300, i, 300 + i, 300);
Thread.Sleep(10);
}
for (int i = 1; i <= 300; i = i + 10)
{
g.DrawLine(myPen, 600 - i, 300, 300, 300 + i);
Thread.Sleep(10);
}
for (int i = 1; i <= 300; i = i + 10)
{
g.DrawLine(myPen, 300, 600 - i, 300 - i, 300);
Thread.Sleep(10);
}
for (int i = 1; i <= 300; i = i + 10)
... keep reading on reddit β‘Hi all,
Has anyone ever heard of an AC sleeve with a closeable grill?
I live on the 13th floor of my building and we use through the wall air conditioners for AC. The noise and cold air coming from the outside has driven me to get creative in solving this.
I was thinking of something like an AC Sleeve with a motorized damper, but if it doesn't exist I am definitely open to other ideas. Got any advice?
Thanks
Edit: Pics and dimensions were requested, so here they are
Width: 25 inches
Height: 16 inches
There's a TON of air coming in through the AC itself, so I've got it wrapped in plastic and I use a Frost King bag over it. So much air is coming in, it actually inflates the bag.
The black bar on top is insulation behind a wooden bar
https://preview.redd.it/5l0ck79e2ld61.jpg?width=4000&format=pjpg&auto=webp&s=37455fdefea0c7f13b66e06a26a7928bf0a784bd
https://preview.redd.it/55ngra9e2ld61.jpg?width=4000&format=pjpg&auto=webp&s=1c8913ab0b7685e3494316528dbaf4ba8489502f
https://preview.redd.it/9nmhes9e2ld61.jpg?width=4000&format=pjpg&auto=webp&s=e7623c9b02ac6156455d7b94bbae55b27524ae8a
https://preview.redd.it/wfzo2j9e2ld61.jpg?width=4000&format=pjpg&auto=webp&s=308b811de9606a8a2dad512695e29c02224c237d
Just have a button that closes elytra mid air.
The a9 II got it and its a great feature for those of us who work in windy spots. I asked Sony about when the feature will be added and they just sent the idea up to the update team. Do you guys think they will add this feature? How come the a9 ii got it but the a7r iv didn't?
If we keep asking them, hopefully they will add the feature.
Aldi have stopped doing reclosable packaging on their slabs of cheese.
I expect this will save them money and, as cheese will go off more quickly, they will sell more cheese.
I now need to find a container that fits Aldi slabs of cheese. Perhaps they are already in Aldi, hiding underneath the wheelbarrow wheels and riding boots.
IoW, does the cloth appear on both sides of the portal?
It came up in a oneshot, whilst a player was trying to use it at the end to escape a very miserably failing heist, and I ruled, "we'll epilogue that, after I look into it."
https://preview.redd.it/zsqsjnx9w9o51.png?width=1919&format=png&auto=webp&s=8898029c6fde529a8727b2b228a31591706698d1
Figured this was the best place to post this because of the doll involved. I bought the β60cm Jointed Doll Male Bodyβ from AliExpress because I wanted a model for some menβs clothing designs that would be in scale with my Smart Doll Mirai (Smart Doll does have some guys but theyβre not always available). He came with brown eyes that are a little too big for his sockets, but I want to give him green eyes. And I really want them to be able to closeβPullip spoiled me, I think. Does anyone know of good materials and/or techniques for basically making eyelids for a 1/3 scale doll? Or does anyone know of a place to buy a Pullip-style eye mech that will fit in his head?
Want to ask before I have all of grit gate after my ass or ruin potential questlines.
So I just bought the megacorp expansion and loaded up the game, but the opening menu has this privacy policy box that I cannot for the life of me close. Am I just being really dumb and missing something???
https://preview.redd.it/k4oe7utnqe921.png?width=1091&format=png&auto=webp&s=8fe8859bafadaca73d7b205b352b37fb15dcebfd
Also I cannot click anything on the actual window behind it
https://preview.redd.it/edmgunw7qrn71.png?width=523&format=png&auto=webp&s=63feed8ae3e5c647421b52d33a51b863f219a162
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.