Search:

Type: Posts; User: Kelvin

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,113

    Thanks ! I do it by SetWindowPos Really thanks!

    Thanks !
    I do it by SetWindowPos
    Really thanks!
  2. Replies
    1
    Views
    1,295

    A tiny question about menu

    I want to open or choose something on the menu by pressing Ctrl + letter, just like what IE do (e.g. Ctrl + o to open )
    Is there any tutorial talking about it ?
  3. Replies
    3
    Views
    1,113

    Re: About Scroll bar, please help

    and when the window created, the positions of scrollbars are not align to right and bottom.......
  4. Replies
    3
    Views
    1,113

    About Scroll bar, please help

    I am writing a notepad and the picture is my work
    my problem is: when I resize the window, the positions of scrollbars don't move.

    How do I solve this problem ?
  5. Replies
    1
    Views
    1,175

    Can I use MFC with BC++?

    If yes, could you please tell me?
  6. Replies
    5
    Views
    8,585

    I think it is not PHP's problem Maybe IIS...

    I think it is not PHP's problem
    Maybe IIS setting is wrong.

    So I suggest using Apache
    It is much more easier to use
    btw, what operating system are you using ?
  7. Replies
    5
    Views
    8,585

    IIS supports PHP maybe you can take a look at :...

    IIS supports PHP
    maybe you can take a look at :
    http://www.php.net/manual/en/install.windows.php
    http://www.php.net/manual/en/install.iis.php

    but I suggest using Apache + PHP in window^^
  8. Thread: Slow Hotmail

    by Kelvin
    Replies
    10
    Views
    2,893

    I don't like hotmail It's too slow for me Why...

    I don't like hotmail
    It's too slow for me
    Why not try Yahoo if you find hotmail is slow?
  9. Replies
    6
    Views
    2,140

    what i mean is that eject and close CD-ROM by...

    what i mean is that eject and close CD-ROM by using keyboard or mouse.

    I want to do that because the eject/close button of my CD-Rom sometimes doesn't work well.
  10. Replies
    6
    Views
    2,140

    Is it possible to...

    We can eject CD by right clicking CD-ROM-> Eject
    but is it possible to close CD-ROM door without pressing the button on CD-ROM driver (and without installing software)?
  11. Replies
    8
    Views
    1,359

    Thanks !

    Thanks !
  12. Replies
    1
    Views
    2,878

    Compile with *.lib

    VC++->Project->Settings->Link tab,

    This method is to add a *.lib file.....(please correct me if I am wrong)
    then how to add a *lib file in Dev-C++ and BC++ (Command line)?
  13. Replies
    8
    Views
    1,359

    you mean memcpy() is slower ?

    you mean memcpy() is slower ?
  14. Replies
    8
    Views
    1,359

    how if I using * before a pointer ?

    how if I using * before a pointer ?
  15. Replies
    8
    Views
    1,359

    is memcpy() slower if I want to copy a exact...

    is memcpy() slower if I want to copy a exact variable ?
  16. Replies
    8
    Views
    1,359

    A tiny question about memcpy

    Hello, I am new to C++.
    I know the use of function memcpy().
    but what is the difference between using memcpy(&str1, &str2, sizeof(str2)) and str1 = str2 ?
  17. Replies
    9
    Views
    3,185

    Don't use IIS Use Apache 2.0.3x IIS is not...

    Don't use IIS
    Use Apache 2.0.3x
    IIS is not secure at all
  18. Replies
    1
    Views
    2,053

    How to convert PDF to MS Word?

    Any software is applicable ?
  19. Replies
    6
    Views
    2,219

    Really thanks!

    Really thanks!
  20. Replies
    6
    Views
    2,219

    Thanks ! It works ! but is it impossible to get...

    Thanks ! It works !
    but is it impossible to get the current position if I don't use this method ?
  21. Replies
    6
    Views
    2,219

    I think is cursor...(I'm not sure.....sorry)...

    I think is cursor...(I'm not sure.....sorry)
    Actually, my program is doing things like:
    1) print a char 'C'
    2)if the user enter R5 then the char 'C' will move 5 "steps" to right, L3 will move 3...
  22. Replies
    6
    Views
    2,219

    How do I get to current x, y coordinates ?

    As title. Is it possible to get that ?
    Thanks !
  23. Replies
    15
    Views
    3,911

    cout

    cout<<"\n"; // a new line
    printf("\n"); // also a new line
  24. Replies
    19
    Views
    3,989

    becuase I just have one computer, besides server,...

    becuase I just have one computer, besides server, my computer will do all thing (e.g. programming, surfing internet)
    recompile kernel? do I need to change anything ?
  25. Replies
    19
    Views
    3,989

    Yes, X-Windows starts automatically. Everything...

    Yes, X-Windows starts automatically.
    Everything work properly(I think :P)
    the only problem is : slow
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4