Prev: Printer driver development in .Net.
Next: Inserting simulated keyboard input and driver keyboard filters
From: Manfred Wilner on 9 Jun 2010 12:19 I need to open a file dialog to select configuration or other files that the driver UI should use or send to the printer. I can't find any documentation on using Win32 API's to do this. Is it possible to use the MFC class CFileDialog or the OpenFileDialog class? -- \Manfred
From: dn8 on 14 Jun 2010 18:22
Did you ever find a solution to this? I need to do something similar... "Manfred Wilner" wrote: > I need to open a file dialog to select configuration or other files that the > driver UI should use or send to the printer. > I can't find any documentation on using Win32 API's to do this. Is it > possible to use the MFC class CFileDialog or the OpenFileDialog class? > > -- > \Manfred > |