DataGridView SelectionChanged events

2011-05-21 Thread Greg Keogh
Folks, this is just another heads up and reminder to myself about a gotcha. BindingSource mybinder; DataGridView mygrid; mygrid.DataSource = mybinder; mygrid.SelectionChanged += ... mybinder.DataSource = ... I have noticed over the years that the WinForms DataGridView control raises mul

Re: install .net 4.0 on different drive

2011-05-21 Thread Noon Silk
On Sat, May 21, 2011 at 7:34 PM, Preet Sangha wrote: > My usual option in a time like this is the following: > Take the heaviest directories and or files I can find and symlink/juncton > them to copies on another drive. You may be able to clear up enough space > this way. I find TreeSize Free - ht

Re: install .net 4.0 on different drive

2011-05-21 Thread Preet Sangha
What cute little pac mans On 21 May 2011 21:54, Mark Hurd wrote: > I've successfully done this with Windows\Installer, > Windows\SoftwareDistribution\Download and > Windows\ServicePackFiles\i386 on Win2K3. > > To keep things simple, I've copied these folders (ensuring security > was kept as it w

Re: install .net 4.0 on different drive

2011-05-21 Thread Mark Hurd
I've successfully done this with Windows\Installer, Windows\SoftwareDistribution\Download and Windows\ServicePackFiles\i386 on Win2K3. To keep things simple, I've copied these folders (ensuring security was kept as it was, where possible) to their exact same paths but on the newer empty drive, sto

Re: install .net 4.0 on different drive

2011-05-21 Thread Preet Sangha
My usual option in a time like this is the following: Take the heaviest directories and or files I can find and symlink/juncton them to copies on another drive. You may be able to clear up enough space this way. I find TreeSize Free - http://j.mp/mx0sTH from Jam Software finds the usual suspects.