CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: phe_fr

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,931

    Re: The simplest way to print...

    Thank you to all for those advises.
    I just have to work now !
    Best regards.
    Paul
  2. Replies
    9
    Views
    1,931

    Re: The simplest way to print...

    Thank you 2kaud ! I will check this link.
    Best regards.
    Paul
  3. Replies
    9
    Views
    1,931

    Re: The simplest way to print...

    Zerver, 2kaud,

    Thank you for your answer. I did not think about window service (because I have never developped such application) ! I will now look for documentation about services and printers.
    ...
  4. Replies
    9
    Views
    1,931

    The simplest way to print...

    Hello,
    I basically want to develop an application which print an existing file on reception of a network event (application will be running on a seven 64 bits PC).
    I wonder which application type...
  5. Replies
    0
    Views
    1,061

    Displaying graphic vector image

    Hello,

    Using MFC in VC++, I want to display, zoom in and out on a graphic vector image (.ai file for example). Can someone help me on this topic (code example, articles, ...) ?

    Thank you !
    Paul
  6. Replies
    2
    Views
    1,447

    Re: Vectorized image drawing

    Hi Reuben,

    Thank you for this answer ! I think I will try to avoid vectorized image !!!

    Best regards.
    Paul
  7. Replies
    2
    Views
    1,447

    Vectorized image drawing

    Hello,

    Using Visual Studio (C++), I have an application in which I'd like to set a vectorized image as a background image which I could zoom in/out (using the mouse Wheel for example). Does...
  8. Replies
    2
    Views
    560

    Dynamic load of bitmap

    Hi,
    I want to set a bitmap as background of the main window of my application. I have already done it by setting the bitmap as a ressource of the project, but now, I want this change the...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured