Clear a databound datagridview

If you have bound a datagridview to a datasource, you need to clear the datasource before attempting to remove all the rows.


dgvFunds.DataSource = Nothing
dgvFunds.Rows.Clear()

The Night Stalker

The first third of this book is pretty horrific. The trial section bogs down, which would seem to reflect the actual event.

The Night Stalker (Pinnacle True Crime)

The Financier

It wasn’t interesting, but it wasn’t dull. Didn’t really care much about any of the characters, but still finished the book.

The Financier (Penguin Classics)

Add a destination to the Send To menu

To add a destination to the Send To menu, you must add a shortcut to the SendTo folder. To do this, follow these steps:

1. Click Start, and then click Run.
2. In the Open box, type sendto, and then click OK.
3. Add a destination by doing one of the following:
* Use the drag-and-drop operation to move the item that you want to the SendTo folder; to do so, right-click, and then click Create Shortcuts Here.
-or-
* Point to New on the File menu, and then click Shortcut.

Follow the instructions in the Create Shortcut Wizard.
A new shortcut is created in the SendTo folder, and it is displayed on the Send To menu.

MS article

Gas City

Too many characters, half of which are dull and pointless. Easy to skim.

Gas City (Tom Doherty Associates Books)

Poodle Springs

Parker finished what Chandler started. Shoo-fly to the max.

Poodle Springs

The Ice Man: Confessions of a Mafia Contract Killer

Disturbing life well told by Carlo. Might want to re-consider flipping people off.

The Ice Man: Confessions of a Mafia Contract Killer

Black Sand

Overly complicated, but the story moves along.

BLACK SAND

Suspects

Starts with a bang, meanders and ends with a twist.

Suspects

The Big Necessity

The first 100 pages are interesting, but then it bogs down

The Big Necessity: The Unmentionable World of Human Waste and Why It Matters

Gaspipe: Confessions of a Mafia Boss

There can’t be many authors who grew up next to their eventual subject. No one comes out looking good in this book.

Gaspipe: Confessions of a Mafia Boss

Blood Stone

Second in the Lomax series. Not bad.

Blood Stone: A Jacob Lomax Mystery

When I was a Young Man

Last 1/3 of this book is the best.

When I Was a Young Man: A Memoir by Bob Kerrey

Death on the Rocks

Not bad for a first effort.

DEATH ON THE ROCKS

The Complete Short Stories of Ernest Hemingway: The Finca Vigia Edition

The first third of this collection was enjoyable, but it gradually bogged down and I had to give up. Like most short story collections, the one’s you wish were longer are too short and the one’s you wish were shorter are too long.

The Complete Short Stories of Ernest Hemingway: The Finca Vigia Edition

The Broken Seal

First half is interesting, but bogs down after that.

The Broken Seal: The Story of Operation Magic and the Pearl Harbor Disaster.

Check for null date value

I have a class with a property of type date. Since this is a value type, it can’t be set to null.

If the date value is not set, it is initialized with the smallest date possible: #12:00:00 AM#, which will always return false if you use isNothing.

Instead, compare the date to DateTime.MinValue


If clsDate.dateEquals = DateTime.MinValue Then

Dark Harbor

Lawyer as sleuth can get a bit tedious, but this one is ok.

Dark Harbor

Confessions of a Subprime Lender: An Insider’s Tale of Greed, Fraud, and Ignorance

I was prepared for a mea culpa, but found a lot of interesting material. It’s not over yet.

Confessions of a Subprime Lender: An Insider’s Tale of Greed, Fraud, and Ignorance

A Wolf At The Table

Author has a good franchise going. Seems to spill over into fiction at times.

A Wolf at the Table: A Memoir of My Father

« Previous PageNext Page »