Search:

Type: Posts; User: TCM

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    944

    Thanks for all of the suggestions. I tried making...

    Thanks for all of the suggestions. I tried making a second dialogue procedure, but I could not get the syntax of it correct. My compiler (C++BuilderX) kept rejecting the name of the second dialogue...
  2. Replies
    5
    Views
    944

    window differentianting problem

    Hi. I'm making a program that is initalized by a Dialogue box:


    DialogBox(hInstance, MAKEINTRESOURCE(IDD_MAIN_DLG),
    hWnd, reinterpret_cast<DLGPROC>(DlgProc));


    Once I receive...
  3. Replies
    2
    Views
    1,410

    It worked perfect, thanks ;)

    It worked perfect, thanks ;)
  4. Replies
    2
    Views
    1,410

    Adding a Menu to a Dialogbox?

    Hello,

    I was wondering if it's possible to add a menu to my Dialogbox as I use it as the main window for my entire program.

    My RC file looks like this


    IDD_MAIN_DLG DIALOGEX 200, 100, 329,...
  5. Replies
    11
    Views
    6,400

    This is the first packet Sent that works fine ...

    This is the first packet Sent that works fine



    here is the second one



    which produces the null error.
    *shrug*
  6. Replies
    11
    Views
    6,400

    I tried changing it but I got the same error...

    I tried changing it but I got the same error message. So I tried sending another helo exactly how I did it orginally, and I'm still getting the error message. Is it possible that the send buffer is...
  7. Replies
    11
    Views
    6,400

    I figured it out, but now when I try to send the...

    I figured it out, but now when I try to send the next line of code I get a insufficent error message.


    send(theSocket, "MAIL FROM: [email protected]\n", 20, 0);


    typing in 'MAIL FROM: [email protected]' and...
  8. Replies
    11
    Views
    6,400

    I tried it, it hangs after the first line is...

    I tried it, it hangs after the first line is printed out to the screen.
  9. Replies
    11
    Views
    6,400

    recv multiple lines

    Hello. I'm trying to make a smtp mail client that will send easy emails.

    I connect to the server, receive the header, and send the 'helo' but there are multiple lines of text sent back at me after...
Results 1 to 9 of 9