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

Search:

Type: Posts; User: Isaak

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,301

    Re: Performance issue when drawing on MFC

    Hi @TubularX,

    Every "DrawShape" has a body like this: http://forums.codeguru.com/showthread.php?558289-RESOLVED-Gdiplus-DrawImage-not-working&p=2209599#post2209599 (this is also my thread).
    I...
  2. Replies
    4
    Views
    1,301

    Performance issue when drawing on MFC

    Hello all & Thanks for reading this,

    -I would have a question on you:
    -I have created a small application on MFC/C++ that draw different geometric shapes on screen using the mouse (like Paint)....
  3. Replies
    5
    Views
    18,012

    Re: Gdiplus: DrawImage not working?

    Thanks Victor, I have resolved the problem.
    Actually the problem was related to the way of copying from srcHDC to ImageHDC. I have done like this:

    HDC svgDC =...
  4. Replies
    5
    Views
    18,012

    [RESOLVED] Gdiplus: DrawImage not working?

    Hi all,

    I need some help from you: I try to render an SVG image on the screen (with alpha channel). The problem is, when I try to draw the image on the screen, I see absolutely nothing.
    First of...
  5. Replies
    5
    Views
    1,395

    Re: Buttons from ribbon appear disabled

    I understand what you mean, thank you, I made a stupid mistake.
    In your opinion, what is best method to "integrate" MyCLASS into project in order to make it functional?
  6. Replies
    5
    Views
    1,395

    Re: Buttons from ribbon appear disabled

    Hi Victor, and Thanks for help.

    I have created a very simple example and attached to this email.
    So, I have created a new button on my ribbon, the I added an event-handler into a new class that...
  7. Replies
    5
    Views
    1,395

    Buttons from ribbon appear disabled

    Hello All,

    I would have one question: In VS2013, using the wizard, I have created a small MFC project that contain a ribbon. You already know that in this case VS create automatically several...
  8. Replies
    2
    Views
    1,029

    Tool for automation

    Hello all,

    I need a little help: I want to create an application that automatize different applications in the sense that my application will be able to press automatically different buttons on...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured