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

Search:

Type: Posts; User: yulin11

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    15,558

    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
    970

    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
    7,452

    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
    1,320

    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
    2,411

    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,287

    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
    2,549

    Re: Thread pausing

    may be it because of the spead of your computer.






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

    Re: details of installed devices

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

    what is p2p network?

    what is p2p network?




    codeuu
  10. Replies
    1
    Views
    961

    how to use hook?

    how to use hook?
    thank you







    codeuu
  11. Replies
    3
    Views
    1,163

    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
    2,425

    Re: Implementing Acessor/Mutator Functions

    just look carefully.




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

    by yulin11
    Replies
    15
    Views
    2,805

    Re: On Combo Box

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





Click Here to Expand Forum to Full Width

Featured