links for 2006-02-07
-
A tutorial with code snippets on how to make a row uneditable on a WinForms Datagrid.
-
How to get the currently selected row of data in a sorted Winforms DataGrid:
BindingManagerBase bm =
(BindingManagerBase)grid.BindingContext[grid.DataSource, grid.DataMember];
DataRowView view = (DataRowView)bm.Current;
DataRow row = view.Row; -
Tutorial on how to change the formatting at loadtime on any cell in a WinForms Datagrid. Requires creation of some subclasses on the EventArgs and datagrid text column. Downloadable sample project.
-
KAWAII DESU NE!!!!
“At Cute Overload®, we scour the Web for only the finest in Cute Imagery™. Imagery that is Worth Your Internet Browsing Time. We offer an overwhelming amount of cuteness to fill your daily visual allowance. Drink it in!” -
A site with downloadable tiling patterns as bitmaps. Some really interesting and intricate stuff here.
-
A site with reviews of 37 color tools
-
Tutorial with pictures on how to make an illuminated mousepad out of plexiglass and some LEDs. Finally something to use that dremel tool on.
-
A nice walkthrough on how to create pixel art, or “sprites”, including information on basic construction, coloring, shading and cleaning up.










