CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    1,352

    Loading a printer driver at runtime.

    I have a situation, that I need to load a printer driver at runtime.

    Is there a an API or MFC function to that?
    Rate this post if it helped you.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Loading a printer driver at runtime.

    Not clear what you mean by "load"... Perhaps, this KB could help you?
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2004
    Posts
    1,352

    Re: Loading a printer driver at runtime.

    By load I mean install.
    Rate this post if it helped you.

  4. #4
    Join Date
    Jun 2004
    Posts
    1,352

    Re: Loading a printer driver at runtime.

    This is somewhat of what I want to do.


    http://msdn.microsoft.com/en-us/libr...57(VS.85).aspx

    The function I'm looking for might be:

    Code:
    InstallHinfSection
    Rate this post if it helped you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured