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

Search:

Type: Posts; User: youngminister

Page 1 of 11 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    5
    Views
    1,781

    Re: HOw can I make Dialog template Window

    I want to put this dialog in a window, as a modaless dialog...
  2. Replies
    5
    Views
    1,781

    HOw can I make Dialog template Window

    Can I make CWnd not CDialog, with a Dialog template. Is it possible?

    I want to ust it as a child window, but if I make with CDialog it has some pocus problem...
  3. Replies
    1
    Views
    635

    Debugging with other program.

    I am using VC++ 2008 not 6.0

    I want to debug one program but it need to start other program for debugging. It is not DLL but different EXE file. forexample...

    1) My program is called A.exe and...
  4. Re: GIve me your advice about Thread program.

    I didn't use CAsynkSocket and I can't change it right now.
    I think, now it seems ok. I got some mistaek with lock and unlock. I didn't put them right way. I hope it is ok for now...
  5. Re: GIve me your advice about Thread program.

    how differnet between two functions?
  6. GIve me your advice about Thread program.

    It is my first time to make a Server program. Gosh, it is very different then client programm. I am using a thread easyway. but still some times server is crush down.

    I need to figure it out it...
  7. Replies
    2
    Views
    1,260

    Re: Filltering special IP address

    code...
    If it access socket. It need to make a new thread process. I don't want it to do...
  8. Replies
    2
    Views
    1,260

    Filltering special IP address

    I am using this program. I chaged some of this code. basically same..

    Problem is the server system has switch. switch server try to connect every 1 second. so I need to ignore this server.

    I...
  9. Replies
    2
    Views
    3,053

    simple Mutex example...

    I am making a server program with OCL(Oracle Class Libray), it is based on OCI. and I found if call SQLs with this in same time, program just shut downed. I think it is not handle with multi...
  10. Replies
    4
    Views
    1,121

    Re: Oracle Help!!

    Yes it is OCL library....
  11. Replies
    4
    Views
    1,121

    Oracle Help!!

    I am using OCL library with Visual C++6. We are testing this program with 9i and 10g.
    I noticed sometimes the server connection is disconnected, and even OCL function "isConnected()" is not...
  12. Replies
    3
    Views
    899

    Re: Socket Question...

    Thank you so much you guys...
  13. Replies
    3
    Views
    899

    Socket Question...

    I am making a server program. It is my first time to make server program. I have made client program last 10years. it is a good expireances.

    but I have two question about it...

    1) How many...
  14. Replies
    2
    Views
    747

    Re: Zombi Thread

    I solved it, I changed not to use TerminateThread, using different way to close thread...

    Thanks
  15. Replies
    2
    Views
    747

    Zombi Thread

    I don't like Thread, but As I am making a Socket program. I must use it..
    Problem is I the Thread is not finished... I am using
    "CSocketComm" <- this examle from code project. and works well..
    I...
  16. Re: rror C2146: syntax error : missing ';' before identifier 'ULONGLONG'

    Thanks, I think I slept and I messed up thnanks
  17. rror C2146: syntax error : missing ';' before identifier 'ULONGLONG'

    It was no problem till just 5min ago...
    all of sudden this errer is comes out and any kind of project is not compiled at all...

    I don't know why it is happned..
    do you have any idea why this...
  18. Replies
    7
    Views
    1,276

    Which one is total RAM size....

    which one is my total RAM size..
    for example, I have 2 Giga byte ram. but it doent show it...
  19. Replies
    7
    Views
    1,276

    Thanks...

    Thanks so much

    one more,.... how can I get Hard drive Available space info?
  20. Replies
    7
    Views
    1,276

    Re: Get system infos

    How about CPU usage?
  21. Replies
    7
    Views
    1,276

    Get system infos

    I am using VC++ 6.0 with MFC
    I need to get infomations about CPU usage Memory attrs...

    Need to make seemular with "Windows Task Manager"

    Is there any API that I can get those informations?
  22. Replies
    1
    Views
    731

    Get system info.

    I want to know the system info how much CPU is using stuffs..
    When we pusing Ctil-Alt-Del it showing the system infomations..
    Is there any API function that I can gat those infomations?
  23. Replies
    1
    Views
    4,220

    Thumb Size of CSliderCtrl

    Can I make the thumb bigger in CSliderCtrl?
    not just drwing size, the actual size..
  24. Re: Modeless dialog box and two teskbar icon

    It is OnCreate() Sorry...
  25. Re: Dodeless dialog box and two teskbar icon

    My question is .. Making DLL Program.. with this class

    class AFX_EXT_CLASS CMyModule : public CWnd
    {
    ...
    CMYCtrlBoxDlg *m_pMyCtrlBox;
    }


    And pMyCtrlBox is created in...
Results 1 to 25 of 260
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured