Sure enough - there was a slight change in the subs from 1.0 to 1.3. Anyway, attached is a very small custom renderer that will give you Anti-Aliased Text at the top of your NavigationPanes and at the top of your HeaderControls.
To use this, add the class found in the attached Zip file to your project. Next, place a NavigationContainer on your form (I'll call mine, NC.)
In your FormLoad event type in the following code:
NC.Renderer = New SmoothFontOffice2007
That's it.
Enjoy!
-Elkay
*edit* There was a tiny error in the previous file that required an assignment when Option Strict was enabled.