CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    Madrid, Spain
    Posts
    9

    How to create a DC for drawing dibs

    (first, sorry for my poor English)
    I need to do a driver that allow's to make draw operations on a bitmap with any color planes through a DC. This Is, a Memory grafics interface,
    Any idea????
    perhaps another way???

    Thanks


  2. #2
    Join Date
    May 2000
    Location
    India-Bangalore
    Posts
    73

    Re: How to create a DC for drawing dibs

    Hi
    there is one activX control design for
    Graphics design environment Leadtool control.
    if u buy this control to add ur project
    it will support u to create DC from Dib
    and all stuffs drawed on dc will get commited
    to Dib also.
    here we r using same tools.

    hope u will try that
    regards
    tush([email protected])



  3. #3
    Join Date
    Oct 1999
    Location
    WA
    Posts
    2,393

    Re: How to create a DC for drawing dibs

    Use DIB section, which supports device-independent rendering

    Windows Graphics Programming: Win32 GDI and DirectDraw
    Amazon http://www.amazon.com/exec/obidos/ASIN/0130869856
    FatBrain http://www1.fatbrain.com/asp/bookinf...sbn=0130869856
    Barnes & Noble http://shop.barnesandnoble.com/books...sbn=0130869856

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