Search:

Type: Posts; User: commissar

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    876

    ListBox Scrolling Problems

    I was having trouble Scrolling a listbox whenever new strings were added to it, and when I googled it the closest answer I got was this post: 26718 but it wasn't much help.

    I got it working...
  2. Replies
    2
    Views
    3,844

    Ah, thank you, thank you, thank you! you're...

    Ah, thank you, thank you, thank you!

    you're the best! :D
  3. Replies
    2
    Views
    3,844

    recv from ftp server (winsock2)

    Hi

    I've been struggling to connect to a FTP server for some time now, and I really need some help. Here's my code (cut down to just the basics)


    #include <stdio.h>
    #include<winsock2.h>

    int...
  4. Replies
    1
    Views
    13,484

    connecting to ftp server (winsock2)

    Hi

    I've been struggling to connect to a FTP server for some time now, and I really need some help. Here's my code (cut down to just the basics)


    #include <stdio.h>
    #include<winsock2.h>

    int...
  5. Replies
    2
    Views
    1,222

    shot thanx! I've been messing around with...

    shot thanx!

    I've been messing around with UpdateDate() but I was passing it values (TRUE) & (FALSE). Needles to say it didn't work.

    Anyway thanks again.
  6. Replies
    2
    Views
    1,222

    check edit box value

    Hi

    I'm trying to verify if a edit box has been populated with data by the user. Here is some code:


    void CFtpDlg::OnFtp()
    {
    if(m_sUser == " ")
    {
    AfxMessageBox("please...
  7. Replies
    1
    Views
    1,701

    hi I also got this error, but when I moved the...

    hi

    I also got this error, but when I moved the wininet include after the windows definitions I still got a bunch of errors:
    error C2059: syntax error : ';' on the BOOLAPI type. I cant understand...
Results 1 to 7 of 7