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

Search:

Type: Posts; User: yuenqi

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    729

    Array competition

    If I have 2 arrays how can that be compared in an infite loop ?
    The longer the loop takes the more fruitful outcomes I can obtain, right ?

    So tell me what is the payoff ?
  2. Re: Does Bing stand a chance? (Microsoft's new search engine)?

    Oh well that is mindful, when I read this I imagine you are talking about me- a black Vietnamese Mien star! I like you to write IE8 as Internet Explorer 8 not IE8, those who don't know think it is...
  3. Thread: 5000

    by yuenqi
    Replies
    13
    Views
    2,023

    Re: 5000

    Black holywood star! Can I use this site to advertise my own family ??
  4. Replies
    1
    Views
    759

    For me please: Console display

    I display a console from a mfc application and all the text passed into the console screen are ugly
    Either TCHAR* or char* displays the texts salaciously (:eek: I am learning to write difficult...
  5. Thread: Picture image

    by yuenqi
    Replies
    2
    Views
    1,048

    Picture image

    I'd like to display a color image in black and white only ? What should I adjust ?
    Thanks a lot
  6. Thread: Disable Mouse

    by yuenqi
    Replies
    5
    Views
    1,561

    Re: Disable Mouse

    Where is your application running ?
  7. Replies
    6
    Views
    1,563

    Re: Tools to read ASPx

    I'd just would like to see if it is around. And you don't like it ?
    And I still don't know howto see the source C#/VB code
  8. Replies
    6
    Views
    1,563

    Tools to read ASPx

    I amthinking if there is a tool for me to read code of C# or VB in aspx pages from a client side when I want to view the source code of them ?

    Thank you
  9. Replies
    2
    Views
    932

    Re: Tiny little question (Comparer)

    It's the end-users' judgments over the speed if they have two code blocks to profile, clearly that the users are not allowed to know anything about the algorithms used to code for each of them means...
  10. Replies
    3
    Views
    665

    Re: [RESOLVED] Initialisation Lists

    If you open up your compiler then you may find the difference in the orders of variable initialization and nothing more than writing a+b in place of b+a.
  11. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    Thank you very much for your help
    But I have to tell you that your help is yet to be sufficient to make the program work. I have to save my class's handle for use in my dialog. That is 1:1 I mean.
  12. Replies
    4
    Views
    1,089

    Re: Virtual PC 2007 OS Images and their licenses

    That's what I love to hear most. :) Thank you for the useful information !!!!!
  13. Replies
    0
    Views
    753

    BgInfo the screen and the bitmap

    I have used BgInfo created by *Mark Russinovic* (I am proud to say I have talked to a professional like him many times right on this forum since 2002)
    The software rocks and is free to download. I'd...
  14. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    Ok, I will but not now, because I am very far away from home and I don't have the source code included in my usb to extract up here. :)

    Later! :)
  15. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    I will send you in email Ok ? :) no other information except deed for help on this problem is included :)
  16. Thread: Java to C++

    by yuenqi
    Replies
    33
    Views
    4,297

    Re: Java to C++

    Good information! That is what the forum is about! This is Magical David's family members' forums!

    I'd like to use free tools to convert Java applications to exe for windows
  17. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    Sorry,
    if(!m_toolTip.m_hWnd)
    was what I had in my original source code, the above snip was copied incorrectly. I dont see the balloon display when mouse is over. I don't know why.
  18. Replies
    4
    Views
    1,020

    Re: English question

    Yes, THAT's the point that disgusts me and people. Since the first time I have gone to the doctor until now, they always act UP this way ON ME !!!!!! Have we ever known this fact long enough ?

    I...
  19. Replies
    1
    Views
    666

    Dreamweaver table add-in menu item

    When I open the menu to insert a table, I can hold down the mouse and drag over the table image of the menu to select how many cols/rows I want to insert. I wonder how can I make a menu that works...
  20. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    Thanks I see m_hWnd=0x0000000
    How should I fix this ?
  21. Replies
    12
    Views
    1,573

    Re: Tooltip display fails

    static control that is to hold a bitmap with frame/etch/bitmap etc or say a bitmap control

    I have declared a variable m_pic and I get the handle to this bitmap easily m_pic.hWnd hehehe
    Handling...
  22. Replies
    4
    Views
    1,020

    English question

    http://img188.imageshack.us/img188/5808/41438296.th.png

    Do you see the doctor's hand ? Alrighty, what is he doing in English ? (except the two familiar words: diagnose-check)
    WhenI go to the...
  23. Replies
    12
    Views
    1,573

    Tooltip display fails

    void CMyToolTip::InitToolTip(HWND hParentWnd)
    {
    if(m_toolTip.m_hWnd)
    {
    m_toolTip.Create(CWnd::FromHandle(hParentWnd),WS_POPUP|TTS_BALLOON);
    m_toolTip.Activate(FALSE);
    }
    }

    void...
  24. Thread: Happiness

    by yuenqi
    Replies
    14
    Views
    2,423

    Re: Happiness

    That doesn't look like me :D of course! If someone is curious about the pics and me :D
  25. Re: How would i run my application as a admin insted of rightlicking and choose rus a

    1. Hello, I have a similar case that I need to run my desktop application as admin or at least I need my system to display a message box to grant the permission for the run of the application
    2. Do...
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured