
June 16th, 2005, 01:46 PM
|
|
Contributing User
|
|
Join Date: May 2005
Location: McDonough, Georgia
Posts: 30

Time spent in forums: 11 h 18 m 13 sec
Reputation Power: 4
|
|
How to print datagrid from within Windows Application
OK, I am new to programming VB.NET and Windows Apps so be gentle...
I have an app that pulls data from a SQL database and populates a datagrid. This works fine.
I have a menu that has File as the header, Print as an option and Exit as an option.
Under the "Exit_Click" sub, I have a simple Me.Close() command and THAT works fine.
My problem is getting the Print_Click Sub to work.
Can some kind Blackbelt (or any other color) please help me?
I am using Visual Studio .NET to develop.
Thanks!
|