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

Search:

Type: Posts; User: snow_master

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    5,380

    PostThreadMessage vs PostMessage

    hi,
    I have a problem :
    I am using a dll that I wrote that performs some async task.
    I am using this dll from an mfc app.
    on the mfc app I create a UI thread and overwrite the preTranslateMessage...
  2. Replies
    0
    Views
    410

    Burning CD_ROM

    hi,
    i need an API for burning cd-roms and reading from them, i prefer open source but a free dll or ocx will do the trick.
    please help...
    snow_master
  3. Replies
    0
    Views
    559

    write\read from a cd-rom

    hi,
    can someone please explain to me how, or can point me to an open source code that enable write\read to\from a cd-rom
    thanks in advance
  4. Replies
    1
    Views
    1,385

    extracting raw bmp data bits from an HDC

    hi,
    i am trying to extract the bmp raw data matrix from an HDC.
    i have the matrix of data as an instance varible in my class.
    i need to stretch it so i use :
    ::StretchDIBits (hDC, 0, 0,...
  5. Replies
    2
    Views
    754

    Re: getting raw data bits of bmp

    can you please show me how i can do that ?
    do i need to allocate the the bitmap ? how do i deselect it from the HDC ?
  6. Replies
    2
    Views
    754

    getting raw data bits of bmp

    hi,
    i am trying to extract the bmp raw data matrix from an HDC.
    i have the matrix of data as an instance varible in my class.
    i need to stretch it so i use :
    ::StretchDIBits (hDC, 0, 0,...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured