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

Search:

Type: Posts; User: Sharon Gottlieb

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    738

    cricheditctrl cfe_hidden

    When I set a set of chars as hidden (cfe_hidden), with SetSelectionFormat, there is a problem. If I set, for example, chars 5-10 as hidden, if I do a GetSelectionCharFormat on char 5-10, I see that...
  2. Replies
    2
    Views
    759

    image viewers

    I am looking for an image viewer in C++ (visual - mfc) that can mainipulate a tif, jpg...with zoom and antialiasing (greyscale) features. Any recommendtaions? I am not interested in anything that...
  3. Replies
    4
    Views
    8,522

    Re: SetPriorityClass

    Thanks alot - it works.
  4. Replies
    4
    Views
    8,522

    Re: SetPriorityClass

    I am not quite sure what the handle to the process is - if all I have is the thread that I created and its handle? What is considered the process if not the thread?

    Sharon
  5. Replies
    4
    Views
    8,522

    SetPriorityClass

    I am to call "SetpriorityClass (thread, ABOVE_NORMAL_PRIORITY_CLASS) and it returns with an error - invalid handle on the GetLastError(). THis same handle to the thread is used in an immediate...
  6. Replies
    2
    Views
    1,353

    Re: Printing and multithreading

    Actually after more research and investigation I discovered that you cannot gain access to the mainframe through a thread and if printing is in a thread - the MFC code automatically goes through...
  7. Replies
    2
    Views
    1,353

    Printing and multithreading

    Anyone ever try - or have a suggestion - how to pass the printing off as a thread in an MFC application? When I surround an OnFilePrint as a thread, it bombs when the "viewprint.cpp-OnFilePrint"...
  8. Owner Draw CListbox & horizontal scroll

    I am trying to use the horizontal scroll in an owner draw listbox. I set the horizontal extent properly but when I scroll it does not scroll the text properly and it fills in the text with repeated...
  9. Replies
    0
    Views
    585

    Print Preview & fonts

    I have a problem with the preview printing.The font I am using has extra spaces in the middle of words and looks terrible. It is one of the fonts provided with Windows.It prints just fine - preview...
  10. Replies
    3
    Views
    884

    Re: Zafir Anjum & DDB to DIB

    Thank you for your reply . I am sending you the source that creates the dibs, with a test to the screen and where my actual printing occurs.
    Both strectdibbits display the picture correctly with the...
  11. Replies
    3
    Views
    884

    Zafir Anjum & DDB to DIB

    Any idea why when I use the DDBtoDib routine, and then I do a StretchDIBits to the screen or printer all of the colors get distorted? I tried setting the stretch mode and that did not help either? I...
  12. Replies
    1
    Views
    1,384

    Static include of afx dll

    When I try to use the afx library as static and not as a dll the Hebrew MFC Bidiex.dll doesn't work.

    Any ideas why?

    Sharon
  13. Help!!Right Aligned Hebrew Menu pops to left

    I am using Hebrew supplement to VisualC++ and for some reason the standard right aligned menu jumps
    left when I am using different window functions like cascade, tile, etc..Any ideas what would...
  14. Replies
    1
    Views
    528

    Load font in MessageBox

    Anyone know how to load a font for the messagebox other than loading it on a SystemParametersInfo level? What message could I intercept in order to select the font into the dc?

    Thanks in advance!...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured