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

Search:

Type: Posts; User: PumpoBee

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,015

    Project maneger

    I read what it is, and its methodology, philosophy and I have got an headache, all boring theories.
    Real world experience aside, could you help me sumarize it ?

    I understand it's main task is to...
  2. Replies
    0
    Views
    1,515

    I thought I lost my baby..

    Yes, I have a small program, I've been spending months to feed it little and little everyday. And last night before going to bed, I saved it into my USB drive as usual and all of a sudden I saw an...
  3. Re: How to Write a program to communicate between two processes using the pipe.

    You reread the links posted and extract information yourself.
  4. Replies
    5
    Views
    1,294

    What depa is this ?

    I have a pattern question
    class A
    {
    public:
    T a1;
    T a2;
    void funcA()
    {
    //Initialize a1,a2
    }
  5. Replies
    6
    Views
    2,752

    Re: What is your favorite Cartoon Character?

    Bunny and Mickey, Piglet and Tigger, Coda (Brother Bears) and Mulan...
  6. Replies
    1
    Views
    1,282

    Add text into richtextbox

    Debug shows that my text in the object is rtf formatted but then I try adding it to the richtextbox, the text loses its format; so, only plain text is displayed


    rich.SelectAll();
    rich.Clear();...
  7. Re: how to capture a part of the screen from second monitor

    So how do you get the second monitor screen ?
  8. Replies
    5,488
    Views
    949,899

    Re: The "last one to post on this thread wins" Thread

    I am not sitting up here to pour scorn and insults to readers. There is no respect for the unknown that sound always sucky. 90 years ? No matter what difference it does really make to me.
  9. Replies
    5,488
    Views
    949,899

    Re: The "last one to post on this thread wins" Thread

    Andreas, My left eye [the lower lid] is twitching. :( Is it a bad or good sign ?
  10. Re: [RESOLVED] Access to the path 'D:\System Volume Information' is denied

    I have a similart problem while looping through directories to get files, why does the problem go away after inserting a try/catch ? it doesn't work in my case, I keep getting "access to C:\\system...
  11. Replies
    10
    Views
    2,632

    Re: What do you do on Weekends?

    I might ask my brother to create me a new account in the game I often play and we play together when we have free time.

    PS. For years, I only play one online game. I used to play video games of...
  12. Replies
    10
    Views
    2,632

    Re: What do you do on Weekends?

    http://www.timeuniversal.vn/

    Visit this please, {turn your sound on too }. I like that page's funny animation. Visit other links in the page for more stuff. The guy in...
  13. Replies
    10
    Views
    2,632

    Re: What do you do on Weekends?

    Entertain yourself please "I'm all out of love"
  14. Replies
    0
    Views
    2,462

    import and export to registry

    Teach me to write a simple import and export of keys into and outof registry please,

    For example, I would like to add this information into HKLM
    ...
  15. Replies
    10
    Views
    2,632

    What do you do on Weekends?

    My weekends are always filled with emptiness and boredom, whereas weekdays almost sicken me with games and lies.
  16. Replies
    5
    Views
    3,078

    Re: Converting MATLAB function to C++

    Victor, sorry I am talkative, isn't matlab a C/C++'s brother? I think you hate the OPey for his wider development in even matlab, rich knowledge, so you say like that, he uses this forum to stimulate...
  17. Replies
    0
    Views
    472

    Gamma correction value

    My computer is reported to be using a gamma value of 2.2, I would like to know how that value is found ?
  18. Thread: Lookup rule

    by PumpoBee
    Replies
    3
    Views
    888

    Lookup rule

    Given a program as simple as

    class A{void func();}
    class B:public A{void func();}
    class C:public B,A{void func();}


    // call it
    C p;
    p.func();
  19. Replies
    2,341
    Views
    2,907,923

    Sticky: Re: CG members photo album

    That is probably not him, don't believe it.
  20. Replies
    6
    Views
    1,228

    Re: ListView Mouse Disable

    What do you mean by "do nothing with them" ?
  21. Re: [MFC MDI] How to activate a view programmatically and safely ?

    What comments are they ?
  22. Replies
    17
    Views
    3,932

    Re: quick question on c++ with respect to c#

    (Only to add) A large portion of code, libraries in industries (industrial robots, medical applications, IC related etc) are still using VC6 as a must. These companies are not usually not IT...
  23. Replies
    6
    Views
    1,228

    Re: ListView Mouse Disable

    The gray color is set by default. you can set its style as owner-draw to change its color.
    For your simple question, that needs you to handle mouse clicks on "any windows" you want to control.
  24. Replies
    4
    Views
    926

    Re: computer files can't be deleted

    Our branch company in India installed an ERP system, but now we grow outside the country border to China. Our Chinese customer numer is growing larger and larger. Maybe we need to change it into...
  25. Replies
    2,341
    Views
    2,907,923

    Sticky: Re: CG members photo album

    Hi iam from bangdesh,
    In heer the third one from the the left, i guess u want to have a see :D
Results 1 to 25 of 26
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured