Search:

Type: Posts; User: naruto

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,709

    about HTTP/SOCK4/SOCK5

    I want to implement SOCK4/SOCK5/HTTP proxy functions in my program because my c/s program must communicate between some third-party proxy servers. I have found specification of these protocols but I...
  2. Thread: MFC UI question

    by naruto
    Replies
    1
    Views
    1,325

    MFC UI question

    In main dialog box, there're two List Controls, each of them contains different data. Both of the list controls accept WM_RBUTTONDOWN message, I wanna let each of them has different popup menu, that...
  3. How to remove the MAXSIZE button in a CFormView window?

    I forget to remove it in AppWizard......
  4. Replies
    2
    Views
    1,342

    Multithread security problem

    I maintian a MFC program which invokes some class written in plain C++ code. These plain c++ class contain multithread member functions and the MFC program invokes those member functions. I've read...
  5. Oh, I see..... but I just want some thread in...

    Oh, I see..... but I just want some thread in my program to be waked up in some time interval. Task scheduler does not afford this mechanism. Anyway, thanks
  6. To Salem: I'm sorry, I don't understand the...

    To Salem: I'm sorry, I don't understand the meaning of your thread. Would you mind explain it in detail?
  7. Thanks, anonytmouse. After I posted this thread, ...

    Thanks, anonytmouse. After I posted this thread, I read some chapters of jeffrey's "advanced windows programming" again and then...... :p the answer is in your thread.

    to prog-bman: not a...
  8. Discussion: deal with time change event in win32 service program

    In my program, I want to get local time in real time and if the time fits with the setting of my program, another thread will wake up ,do some operations and sleep. After some hours, the time fit...
  9. Replies
    6
    Views
    1,177

    P.S. ppl is what ? I'm curious......

    P.S. ppl is what ? I'm curious......
  10. Replies
    6
    Views
    1,177

    thanks a lot. RegNotifyChangeKeyValue is...

    thanks a lot.

    RegNotifyChangeKeyValue is similar with ReadDirectoryChangeW
  11. Replies
    6
    Views
    1,177

    hook..... which way will be more effective?...

    hook.....

    which way will be more effective? I can't make sure the actual frequency of data's change.

    1. Write all changeable data to a file, and use Win32 API to monitor the file's change....
  12. Replies
    2
    Views
    1,328

    using vc to build DLLs to wrap all important...

    using vc to build DLLs to wrap all important functions you write. using VB to design UI, any other simple stuffs and invoke those important functions from DLLs.
  13. Replies
    6
    Views
    1,177

    Question about Win32 registry programming

    Hi you guys, I want to implement a function that can monitor changes of some key's value in registry real time. Who know are there any Win32 APIs can do this job whatever the APIs are documented or...
  14. #include int main() { std::cout...

    #include <iostream>

    int main()
    {
    std::cout << "Hello World!\n";
    std::cout<<"\n"; <-------------------- add this statement
    return 0;
    }
  15. Give me some opinions about a program's design

    Some file folders will be shared in target computers by using SMB/CIFS protocol. The program is to monitor the file changing in those shared file folders. The workflow is if some new files are added...
  16. Replies
    7
    Views
    1,779

    In some cases, MFC is out of date.

    Microsoft seems to stop to update MFC but technical support is available. I think if you want to build normal business application program, C# is the best choice in Win32 platform.

    Using C# to...
  17. Replies
    1
    Views
    2,514

    How to implement custom window message

    I use Win32 SDK to write program. The program needs a function that when user clicks one button, the dialog box will be minum size and become a tray in the desktop status bar. As I know to implement...
  18. oops the forth parameter of the second...

    oops the forth parameter of the second SendMessage statement should be "cob_pos"
  19. Qutestion about combo box, I know I should not post this thread in this place, but...

    case IDB_CHOOSE:
    cob_hwnd = GetDlgItem(hwnd,COB_COUNTRY);
    cob_pos = (int)SendMessage(cob_hwnd,CB_GETCURSEL,0,0);
    if(CB_ERR == SendDlgItemMessage
    ...
  20. Replies
    2
    Views
    2,323

    To anonytmouse: thanks for your advice and...

    To anonytmouse: thanks for your advice and answer! After I had posted this thread, I suddenly find the reason of the problem. As you've mentioned below, I just used character array instead of...
  21. Replies
    2
    Views
    2,323

    Question about fwrite under win32 platform

    I'm writing a win32 dialog application by using message crack macro, the problem is that I can't store the data into a target file correctly, but I use the same code in a console app, everything is...
  22. Replies
    6
    Views
    2,652

    Where can get some free implementation...

    Where can get some free implementation information about VPN?
  23. Replies
    2
    Views
    1,914

    Thanks a lot, the problem has been resolved yet.

    Thanks a lot, the problem has been resolved yet.
  24. Replies
    2
    Views
    1,232

    Why do you want to get the program memory...

    Why do you want to get the program memory address? Is it useful?
  25. Replies
    6
    Views
    2,652

    Question about Linux Firewall

    In windows, a typical firewall program may contain a driver to deal with the datagram processing. What about in Linux? Does it also need to write a Linux driver?
Results 1 to 25 of 42
Page 1 of 2 1 2