blah blah blah is here! blah blah » Close

1
votes
1 answers

Function doesn't continue execution after Yield

Hey, this problem was a bit strange and I couldn't figure out why it was happening. The following code is taken directly from the application I'm trying to write: [code]private void frmMain_Load(object sender, EventArgs e) { ...

1
votes
2 answers

Creating a triple-string dictionary class

Hi, I'm not a fan of making databases but this project requires that I make one. While there are multiple solutions I could use, the easiest method I devised would be using a dictionary with two keys and one value, such as: Dictionary<st ...

0
votes
1 answers

Detecting Headphones

On my laptop, I will generally switch between my headphones and using the regular speakers several times per day. I write little apps to simplify my everyday experiences, such as the personalized battery meter I have. I noticed that every t ...

Feedback