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

Search:

Type: Posts; User: Turingmachine

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Apathy

    by Turingmachine
    Replies
    296
    Views
    49,360

    Poll: Re: Apathy

    I like his belly
  2. Replies
    8
    Views
    1,360

    Re: Screen change

    Good!, it's good, but
    Don't make it too thick as a human being,
    Only animals like elephant will have thick skin :D :D :wave:
  3. Replies
    8
    Views
    1,360

    Re: Screen change

    Hooking is not easy at all,
    people ignore because they don't know, or maybe because they are afraid you will ruin thei MVP title :), It is a cool commercial ads to spread around :D
  4. Replies
    15
    Views
    1,877

    Re: To all of coders on board

    $1000 :bugeyeys: ? ~1/4.5 net salary of a fulltime high-school teacher ???
  5. Replies
    8
    Views
    1,405

    Re: Program won't output array position

    It's no problem - just a social norm of online thingies.
    It's not me only, anyone who helps others deserves it.
    I am happy again now :D :D :D :D blah blah bleh
  6. Re: What should I learn - appreciate any input

    Learning anything costs a price,
    I had to compete a lot to get a scholarship in college, then a job position
    Then I realized that my boss never agreed to pay me until the end of...
    He wouldn't...
  7. Replies
    3
    Views
    711

    Re: Help with a C++ program

    If this is related to GUI, Progressbar seems to accept only integral values, but static text can be set with any dec-degit number you'd love to, and feel free to spare its limited dec-digits on...
  8. Replies
    4
    Views
    903

    Re: what on earth!!?

    Nice advertisement @!
  9. Replies
    8
    Views
    1,405

    Re: Program won't output array position

    I totally agree, he doesn't sound impolite but his ignoring my help shows he does in actuality.
    Something like that I think he should have learned it from parents right from early days of earning...
  10. Replies
    8
    Views
    1,405

    Re: Program won't output array position

    I skim your source code and spot this
    while (found=false && ....)

    I don't know the rest
  11. Thread: Apathy

    by Turingmachine
    Replies
    296
    Views
    49,360

    Poll: Re: Apathy

    That should be done from the start, something normal is too much enough for him, the rest is self managed, hopefully he will survive.
    I can't stand watching this endlessly repeated with mainly...
  12. Replies
    8
    Views
    2,018

    Re: Vista and Bluetooth

    Why dont you buy it ?
    People don't give you because it is the DVD bought by their own money, not exactly about the issues of XYZzz etc. BUT, when "replying" to questions like yours, people need to...
  13. Re: What should I learn - appreciate any input

    Being disillusioned might bring one to even killing :mad: (silly people), not just compiling a program,
    So
    To some people No is a no, yes is a yes
  14. Replies
    4
    Views
    1,122

    Re: CComboBoxEx

    OK thanks


    void CMirrorSize::InitComboHelper(CComboBoxEx& cb, const TCHAR* lpTxt, int nItem, int nImage)
    {
    COMBOBOXEXITEM cbi={0};
    cbi.mask=CBEIF_IMAGE | CBEIF_INDENT | CBEIF_TEXT;...
  15. Replies
    4
    Views
    1,122

    CComboBoxEx

    void CMirrorSize::InitComboHelper(CComboBoxEx& cb, const TCHAR* lpTxt, int nItem, int nImage)
    {
    COMBOBOXEXITEM cbi={0};
    cbi.mask=CBEIF_IMAGE | CBEIF_INDENT | CBEIF_TEXT;
    cbi.iItem=nItem;...
  16. Replies
    13
    Views
    2,098

    Re: On menu item again

    Exception only shows up after I pick one of those "Click File i", this means menu is valid

    If I eliminate that OnPickItem from the program, things are fine
  17. Replies
    13
    Views
    2,098

    Re: On menu item again

    Please help me till the end, I don't want to stop it right now, very urgent help SMS SMS SMS
  18. Replies
    13
    Views
    2,098

    Re: On menu item again

    I just redo an old program for fun,

    I have a dialog, that when rightclicking on it will show me a popup menu, which includes

    File
    ..Click File 1
    ..Click File 2
    ..Click File 3
    ...
  19. Replies
    13
    Views
    2,098

    Re: On menu item again

    1.It is IsMenu Api function
    2.that code is actually from a on-command-range message map function


    void OnPickItem(UINT nItem)
    {
    CMenu* submenu=menu.GetSubMenu(0);
    ASSERT(submenu);
    ...
  20. Replies
    13
    Views
    2,098

    Re: On menu item again

    1.2.The value in submenu looks valid, something like 0x0182981 but I don't know why the second assert validate its handle to false
    3. Yes, but I posted it here I can't move it there to repeat the...
  21. Replies
    13
    Views
    2,098

    Re: On menu item again

    somebody please help me


    here is the code


    CString OnGetClick()
    {
    CMenu* submenu=menu.GetSubMenu(0);
    ASSERT(submenu);
  22. Replies
    4
    Views
    1,050

    Re: A question regarding preprocessor

    It's useless, the compiler already reads that
  23. Replies
    13
    Views
    2,098

    On menu item again

    I am stuck at how to access the menu item

    My menu has 5 items, the first one will have 5 subitems, and I am unable to access the subitems

    CMenu* submenu=menu.GetSubMenu(0);...
  24. Thread: Apathy

    by Turingmachine
    Replies
    296
    Views
    49,360

    Poll: Re: Apathy

    What do you see when you pour water onto a duck's head ? :D
  25. Replies
    3
    Views
    1,016

    Re: Sticky dialog

    Not yet, but I will, yes will :D
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured