I've tried embedding vbcrlf & Chr(10) + Chr(13) but it just prints out the strings themselves (makes sense). I've tried programmatically accessing the control with the hope of either setting the text with an embedded carriage return or setting the multi-line property to true but I can't find "it" (the GradientHeader.DetailText control) in form's object collection leading me to suspect that it is private or of a different type.
I've tried putting other controls on it (like a button for a help dialog to explain how to search) but the Browse Dialog is modal in design time so I am unable to do so. I could reinvent the wheel and create my own Browse Dialogs but since you guys have already done the (great) work I figured I'd try to use.
Any tips would be much appreciated.
Thank you - J
One last thing, for the information panel to show up when the browse is displayed, be sure go to the FormLayout property of the BrowseDialog and check the "Show Side Panel" checkbox. This will show an additional area of the browse where you can add your new InformationPanel.
Let me know if this gets you going in the right direction.