Hi Metallious,
Thanks for you post.
I assume you have installed the PowerPacks successfully.
You can add the controls into toolbox by Right click on the blank side in Toolbax windows ->choose Items… -> choose .Net Framework Components option ->Mark the “PrintFom” control.
You can remove the “not defined” error by add the reference to your application (Right Click the Application name -> add reference-> .Net option -> Microsoft.VisualBasic.PowerPacks.Vs), and add following code it your application (vb code):
Imports Microsoft.VisualBasic.PowerPacks.Printing
Hope this helps.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
