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

Search:

Type: Posts; User: yulin11

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    9,865

    Re: Ajax Control Toolkit Tab Panel

    You can use a open source framework to do this. I know that zk is a very perfect ajax framework. it can do this very easily. You'd better to see whether it can help you about doing this.



    ...
  2. Thread: Help!

    by yulin11
    Replies
    6
    Views
    677

    Re: Help!

    you can also input the number into a int array. such as int num[10].
    Then the program will like this.

    for(int i=0;i<10;i++)
    {
    if(num[i]>0)
    sum=sum+num[i];
    }
  3. Replies
    5
    Views
    2,378

    Re: [RESOLVED] Sending Data

    I think that maybe the problem is caused by createRequest();

    Ajax needs the xmlhttprequest , So I think you should check this function.
  4. Thread: postfix

    by yulin11
    Replies
    6
    Views
    834

    Re: postfix

    you should know that the difference between the a++ and ++a.

    if a=0, then a++ equals 0, but ++a equals 1.

    So you should know what your problem is.
  5. Replies
    17
    Views
    1,582

    Re: I need help with this simple calculation!!!

    the problem is simple, you need to have this sentence in your code:

    sum = t1+t2;

    I think you must forget this sentence.



    ------------------------------------------------
    codeuu,source...
  6. Replies
    4
    Views
    1,046

    Re: Stuck on assignment (due soon)

    you'd better put your full source code here. So that we can see the exact problem.




    ---------------------------------------
    www.codeuu.com
  7. Thread: Thread pausing

    by yulin11
    Replies
    12
    Views
    1,680

    Re: Thread pausing

    may be it because of the spead of your computer.






    ----------------------------------------
    www.codeuu.com
  8. Replies
    8
    Views
    2,052

    Re: details of installed devices

    you can find a open source library, it will save your lots of time.
  9. Replies
    6
    Views
    646

    what is p2p network?

    what is p2p network?




    codeuu
  10. Replies
    1
    Views
    521

    how to use hook?

    how to use hook?
    thank you







    codeuu
  11. can anyone tell me what do openGl use for?

    can anyone tell me what do openGl use for?
    i don't know how to do it.




    codeuu
  12. Replies
    5
    Views
    1,359

    Re: Implementing Acessor/Mutator Functions

    just look carefully.




    http://www.codeuu.com/
  13. Thread: On Combo Box

    by yulin11
    Replies
    15
    Views
    1,083

    Re: On Combo Box

    yes ,i think you are right.
Results 1 to 13 of 13



HTML5 Development Center

Click Here to Expand Forum to Full Width