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

Search:

Type: Posts; User: doxdici

Page 1 of 11 1 2 3 4

Search: Search took 0.07 seconds.

  1. Thread: png decoding

    by doxdici
    Replies
    3
    Views
    2,686

    Re: png decoding

    The problem is that the bytes of the image are form a pdf file. in this file, the bytes are encoded using png rules, so with these bytes i am not able to build the image, i have to decompress them...
  2. Thread: png decoding

    by doxdici
    Replies
    3
    Views
    2,686

    png decoding

    Hallo,
    I am trying to decode the png format, but the result is not correct.
    Anyone knows how to do that? It is applied the paeth algorithm, which is a combination of the byte above, the byte on the...
  3. Replies
    0
    Views
    624

    drawstring and horizontal scroll

    Hi, I have a DataGridView. In some cells, I write with Drawstring in the event Paint.
    The problem is that I don't know how to manage the horizontal scroll bar, when moving from the right side to the...
  4. microsoft spy does not detect any message with an application

    -hi, i have an application and if I use microsoft spy to see the messages to the window of an application, it doesn't detect anything.
    I'm asking, how is it possible?neither the mouse or...
  5. Replies
    0
    Views
    490

    change font size more times

    Hi,
    i'd like to change font size more times...
    in the constructor of my class, I create the font with a normal size.
    m_mytitlefont.CreateFont(....);
    After that, the program begin to start and the...
  6. Thread: Wm_vscroll

    by doxdici
    Replies
    3
    Views
    2,824

    Re: Wm_vscroll

    So,
    I created a MyScrollBar class that inherited from CScrollBar, and in this case the WM_SCROLL message has been received from MyScrollBar class, but I don't understand why nPos of the OnVScroll...
  7. Thread: Wm_vscroll

    by doxdici
    Replies
    3
    Views
    2,824

    Wm_vscroll

    Hi,
    I have a class derived from CStatic.
    Also two ScrollBar,
    CScrollBar m_HScroll;
    CScrollBar m_VScroll;

    created equals

    m_HScroll.Create(SBS_HORZ | SBS_BOTTOMALIGN |WS_CHILD , rect,...
  8. Replies
    1
    Views
    609

    messagebox & child windows

    Hallo,
    I have a CDialog father.
    This dialog point to a class exported from a dll ChildClass, that is an hier of a CStatic.
    I create this new window and all is ok, but when I the main window want...
  9. Replies
    10
    Views
    1,808

    Re: SW_HIDE and CScrollView

    I'm sorry...I haven't put CScrollView but CScrollBar...it was a lapsus:D
  10. Replies
    10
    Views
    1,808

    Re: SW_HIDE and CScrollView

    :(
    I've just tried...no news
  11. Replies
    10
    Views
    1,808

    Re: SW_HIDE and CScrollView

    sorry....I have used CScrollBar, m_scroll is of CScrollBar type
  12. Replies
    10
    Views
    1,808

    Re: SW_HIDE and CScrollView

    yes,
    i have done also Updatewindow, but nothing changes
  13. Replies
    10
    Views
    1,808

    SW_HIDE and CScrollView

    Hallo,I have created a class derived from CStatic, and I have added a member to this class, a CScrollView.
    I have created this CScrollView (m_scroll) without showing it until it is necessary.
    I...
  14. Thread: cstatic dll

    by doxdici
    Replies
    8
    Views
    1,281

    Re: cstatic dll

    But in my case, I don't have mixed dlls, I have an executable, that is an MFC application, and a dll
  15. Thread: cstatic dll

    by doxdici
    Replies
    8
    Views
    1,281

    Re: cstatic dll

    ...yes, i wrote mycstatic* m_myControl=new mycstatic();
    ...
    I don't understand why I can't mix release/debug...that should be possible, not generate crash...If I have an application to test with...
  16. Thread: cstatic dll

    by doxdici
    Replies
    8
    Views
    1,281

    cstatic dll

    Hallo,
    I have a big problem, there are several days that I'm trying to resolve it but nothing yet.
    I have a dll that exports a class derived from CStatic, <mycstatic>.
    In the calling program, I...
  17. Thread: datawindow

    by doxdici
    Replies
    1
    Views
    1,116

    datawindow

    what is a datawindow and for what it is used for?
    thanks, Isabella
  18. Replies
    0
    Views
    527

    saving an image in 16 bit

    I have an image taken from a camera, that is a 16 bit BW image.
    I have to save this image in a FIT image of 16 bit. I have a vector of widthXheightX2 bytes but I don't know how to save it...
    for...
  19. Thread: Wm_erasebkgnd

    by doxdici
    Replies
    3
    Views
    4,832

    Re: Wm_erasebkgnd

    thanks a lot
  20. Thread: Wm_erasebkgnd

    by doxdici
    Replies
    3
    Views
    4,832

    Wm_erasebkgnd

    I wrote:
    >>CPaintdc dc(this);//in a function of mydialog
    >>SendMessage(WM_ERASEBKGND,(WPARAM)dc,0)
    but the background of my dialog doesn't erase...
    Can someone tell me what's wrong?
    Thank you,...
  21. Thread: window bad

    by doxdici
    Replies
    2
    Views
    614

    Re: window bad

    thank you
  22. Thread: window bad

    by doxdici
    Replies
    2
    Views
    614

    window bad

    I have created a window, with a scrollbar, but the scrollbar answer to the mouse only if after created the window, I resize it with the mouse.
    I have tried to resize the window after I have created...
  23. difference between cdoctemplateex and cmultidoctemplate?

    What's the difference between cmultidoctemplate and cdoctemplateex?
    Thank you for your reply,

    Isabella
  24. Replies
    5
    Views
    1,317

    Re: understanding serial communication

    isn't it possible to explain me briefly how your class is organized?
    Thank you,
    isabella
  25. Replies
    5
    Views
    1,317

    understanding serial communication

    and overlapped structure...
    Is there anyone who can give me a link in which the serial communication with the flag FILE_FALG_OVERLAPPED will be explained in a simple wayr?
    Everything I have found...
Results 1 to 25 of 270
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured