Remembering the printer

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

I am using Printdialog. If the user changes the printer, it is not
"remembered" next time that he prints. Do I have to do this
programtically or is there a setting that keeps that printer for this
"program" but does not change the default?

Thanks
 
Save it in the 'System.ini' then

Crouchie1998
BA (HONS) MCP MCSE
 
Save it somewhere else, since apps should run without admin privileges. You
can use either the registry (HKEY_CURRENT_USER hive) or the file system (the
folder for personal settings C:\Documents and settings\<user>\blah, blah,
there is an API to get that location)...

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top