There are many ways to pass data between form in .NET. This article, Passing Data Between Forms, at the Code Project is an excellent one
Category: Solutions to Problems
MIME Type vs. Actual Type
A while back I posted Internet Explorer Download Problem: “Unable to open this Internet Site” about how Internet Explorer doesn’t behave properly if the MIME
Internet Explorer Download Problem: “Unable to open this Internet Site”
Internet Explorer 7/8 throws an error when you pop a download through a meta refresh or iframe. The error message looks like this (I’ve blurred
Some Praise for Internet Explorer
No. Really. I’ve found something very good in IE. Well, I didn’t find it, but while reading on computed CSS values, I came across this
Copying Collapsed Rows/Columns in Excel Excludes Hidden Data
Excel doesn’t copy collapsed columns or rows, which can be excruciatingly painful to figure out. When copying Excel data into a text editor (or other
How to Update ListViewItems in a Listview
Here are 2 ways to update values in a ListView with C#: private void Form1_Load(object sender, EventArgs e) { // Add some items. ListViewItem lvi
.NET Controls Constructed Off-Screen Display Black
While working on Duplicate Photo Finder, I discovered a very odd thing: the ToolStripStatusLabel displays solid black if it is constructed off-screen, and it cannot
Save As Dialog Disappears on Multiple Monitors
Occasionally when you add a new monitor, or shift them around, the Save As dialog (or other modal dialogs like Find & Replace) gets lost