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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Default Settings - Please Help!!!! 1

Status
Not open for further replies.

tigger23

Programmer
Joined
Sep 19, 2001
Messages
10
Location
US
Is it possible to set the application to pick up the default settings on the users computer??? I am developing an application for use in the US and Europe. They use a different paper size in the US and i want the program to automatically pick up the paper size that is set as default on the users computer.
thanks in advance
Tigger
 
I am not sure about picking up the default size, but you could code for it using the PrtDevMode Property. I would have a table that has the info for both sizes and then have your program initally select the correct one (maybe delete the wrong one).

Take a look at this in help and see if that helps. Terry M. Hoey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top