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

Search:

Type: Posts; User: lily311

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,689

    Re: EnableMenuItem can't disable MRU file list?

    Is there any solution for this???
  2. Replies
    5
    Views
    1,689

    Re: EnableMenuItem can't disable MRU file list?

    Hi, Krishnaa,
    Thanks a lot for your reply.

    I create a simple project with VC++6.0 to verify this. This project has only two functions:
    Disable MRU FileList & Disable Help_About menu items....
  3. Replies
    5
    Views
    1,689

    Re: EnableMenuItem can't disable MRU file list?

    return value is 1, that is MF_GRAYED.
    Why? The MRU file list seems working properly, not disabled or grayed...... :confused:
  4. Replies
    5
    Views
    1,689

    EnableMenuItem can't disable MRU file list?

    In SDI MainFrame, I try to call the following line to disable MRU file list, but failed. I've already set m_bAutoMenuEnable to false, and the following line works for other menu items. So, is there...
  5. How to eject removable devices programmatically?

    Removable devices, such as usb devices, flashmedia card, can only be safely removed by clicking the icon in system tray in WinXP. But how to make it programmatically?

    I tried ...
  6. Replies
    5
    Views
    930

    Re: Weird Taskbar! IE7 bug?

    Got it. :)
  7. Replies
    9
    Views
    1,667

    Re: Windows Update--Not Detecting New Updates?

    I see.

    Thanks! :p
  8. Replies
    5
    Views
    930

    Re: Weird Taskbar! IE7 bug?

    Hi, PeejAvery,

    It works! Thanks a lot! :thumb:

    BTW, is it a bug caused by IE7 I just installed? :confused:
    If so, how could IE7 affect my taskbar? Could any other system utilities be...
  9. Replies
    9
    Views
    1,667

    Re: Windows Update--Not Detecting New Updates?

    I can only see its version number: 7.0.5730.11

    Is there any place to indicate it's a Beta version?

    Thanks!
  10. Replies
    9
    Views
    1,667

    Re: Windows Update--Not Detecting New Updates?

    Take it easy. I don't think MS will update all computers with windows OS around the world at the same time.

    As for me, I received IE7 update on 07/12/2006. I'm in Singapore.

    Be patient and good...
  11. Replies
    5
    Views
    930

    Weird Taskbar! IE7 bug?

    I installed IE7 on WinXP Professional SP2 via Win AutoUpdate. After reboot, my taskbar became like picture below.

    Restart PC again, this problem may disappear, may reappear.

    I use this PC for...
  12. Replies
    0
    Views
    1,108

    Mobile PC Display Switching

    Hi, gurus:

    This problem has troubled me for one week! :(

    My purpose is programmatically switching video output devices, such as LCD, VGA, TV...

    reference article:
    ...
  13. No suggestions?:(

    No suggestions?:(
  14. Linking when using MFC in a static library hangs the machine

    I've tried several projects which uses MFC. If they use MFC in a shared DLL, everything is fine. But if I switch to using MFC in a static library, messages in the output window show that it hangs...
  15. Replies
    79
    Views
    18,129

    And I think they have paid for that.:)

    And I think they have paid for that.:)
  16. Replies
    79
    Views
    18,129

    I'm glad to hear that, anyway.;)

    I'm glad to hear that, anyway.;)
  17. Replies
    79
    Views
    18,129

    Good advices and wishes are much more welcomed...

    Good advices and wishes are much more welcomed than JUST picky and criticise.

    The latter often irritates some people. So I prefer the former one.

    Moreover, the latter is not helpful, not...
  18. Replies
    79
    Views
    18,129

    So many complaints. Quite a tired life, I...

    So many complaints.
    Quite a tired life, I think.:rolleyes:
  19. Replies
    79
    Views
    18,129

    Forget it. Maybe I'm too serious.

    Forget it.
    Maybe I'm too serious.
  20. Replies
    79
    Views
    18,129

    It's not funny.

    It's not funny.
  21. Replies
    79
    Views
    18,129

    Yes. It's really something. At least for the...

    Yes. It's really something. At least for the Chinese around the world. Not only political, economical, but also historical. Think about the history of China in the last century. This event is a...
  22. Replies
    6
    Views
    5,534

    Hi, Dave McLelland: Thanks for your kindness...

    Hi, Dave McLelland:

    Thanks for your kindness and help.

    I rearranged the bmp data in the bottom-up way, kept the height positive, and solved the problem with LoadImage.

    But the problem I've...
  23. Replies
    6
    Views
    5,534

    VC Debug Window said: HEAP[test.exe]: Invalid...

    VC Debug Window said:
    HEAP[test.exe]: Invalid allocation size - FFF84800 (exceeded 7ffdefff)

    GetLastError() returns 0x0008. That is Not enough storage is available to process this command.

    My...
  24. Replies
    6
    Views
    5,534

    ???:confused:

    ???:confused:
  25. Replies
    6
    Views
    5,534

    Bitmap biHeight Negative or Positive?

    As I observed, most bitmaps are bottom-up DIB and the biHeight
    of BITMAPINFOHEADER are positive. After scanned a bitmap,
    I have to save the RGB data in a top-down way because of time issue.
    So...
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured