Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing with XML

Status
Not open for further replies.

johnisotank

Technical User
Joined
Aug 8, 2008
Messages
258
Location
GB
Hi all,

My program currently prints using the PrintDocument feature of VB. I have now come to realise that after deploying my application, users will probably come to me asking for tweaks to the print layout.

Could someone tell me how to have a file called 'MyPrint.xml' with all the print details and to be able to call that from my program, so that I don't have to re-depoly the application?

Thanks
John
 
System.Xml is the name space and XmlDocument is the main object.

-I hate Microsoft!
-Forever and always forward.
-My kingdom for a edit button!
 
Thanks Sorwen, hopefully I can get what I need from there.

Cheers
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top