Search:

Type: Posts; User: shav

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,551

    It's ok all, I just let output be a global...

    It's ok all, I just let output be a global variable and it works fine. Thanks anyway
  2. Replies
    1
    Views
    1,551

    Multithreading in MFC and output

    Hi all,
    I have a read only edit box which i use as an output in my code

    CString output

    Now , I want to be able to start up a new thread and then write to output. I've set up a static...
  3. Replies
    2
    Views
    5,001

    Cheers Novacain

    Cheers Novacain
  4. Replies
    2
    Views
    5,001

    CIPAddressCtrl conversion

    Hi all, is it possible to convert a CIPAddressCtrl variable to a char. Thanks
    Shav
  5. Replies
    18
    Views
    9,506

    Does anyone know of a simple tutorial/book on how...

    Does anyone know of a simple tutorial/book on how to creat multi-thread in MFC?
  6. Replies
    18
    Views
    9,506

    I want to do, but don't know how in MFC

    I want to do, but don't know how in MFC
  7. Replies
    18
    Views
    9,506

    Yeah, that's pretty much what

    Yeah, that's pretty much what
  8. Replies
    18
    Views
    9,506

    Thanks for reply JackGL. 2 things 1) I was...

    Thanks for reply JackGL. 2 things

    1) I was using recvbuf from the client code and was able to get input. What is the benefit of using this method
    2) How can I implement this while loop in MFC and...
  9. Replies
    18
    Views
    9,506

    Ok people, thanks all for the responses. ...

    Ok people, thanks all for the responses.
    Basically what I'm trying to do is write a program in MFC that when it starts up listens on...
  10. Replies
    18
    Views
    9,506

    Thanks for the reply. How do I edit my code...

    Thanks for the reply.

    How do I edit my code in MFC so that when the application starts up it goes straight into the loop. Then when, a button is clicked it changes the global variable you...
  11. Replies
    4
    Views
    2,175

    Brilliant, works a treat!

    Brilliant, works a treat!
  12. Replies
    4
    Views
    2,175

    Yeah, I'm reading in an integer from an edit box....

    Yeah, I'm reading in an integer from an edit box. Is there any way to display the number as FF
  13. Replies
    4
    Views
    2,175

    Funny output on hex value of number

    Hi all,
    I'm trying to output the hex value of 255 to a read only dialog box in MFC. pdu[x]=255

    sprintf(temp_buffer,"%02x ",pdu[x]);
    output+=temp_buffer;

    Instead of getting ff, I'm...
  14. Replies
    18
    Views
    9,506

    Yeah, just starting to learn MFC.

    Yeah, just starting to learn MFC.
  15. Replies
    18
    Views
    9,506

    exit while loop when button clicked

    Hi all,
    is it possible to remain in a while loop until a button is clicked. I want to do something like below

    while (button not clicked)
    {
    do looping stuff
    }
Results 1 to 15 of 15