Thanks Trent, While I definitely could widen the window to accommodate the additional text, doing so is a bit ungainly. The users that I asked to test the api were a bit confused as to how to use the browse dialog so I had intended to provide them with instructions similar to:
- Enter a search argument and hit the "Enter" key.
- To see a list of all users simply hit the "Enter" key.
- With multiple search arguments both are applied (logical "AND"). Be sure to clear all of the items you entered (you can use the "Clear" button) if you want a new search.
Having a window wide enough for the above would just be a tad bit silly.
What it comes down to is that it sure would be nice to be able to have a multi-line value for the detail text in the gradient form header for both forms and dialogs.
On forms I get away with this by setting the detail text to an empty string and then (either in the designer or dynamically, depending upon what I am doing) drawing transparent labels with the text I wish to display. Unfortunately I am unable to do this with the dialog.
I guess another option is to create a proprietary control to replace the tool strip and then recreate all of the functionality with custom controls (browse, add, edit ... 
with friend or public methods and properties. A bit over the top for just wanting to provide some instructional text.
Perhaps one might consider adding an additional, customizable control (like a "Help" button) to the browse dialog - that would likely solve the problem.
Just a thought - thanks for your time.
- J