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

Search:

Type: Posts; User: harshadashende

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    2,126

    Re: Using 256 Color Bitmaps in Toolbar

    I also had a same problem, my toolbar was not visible after changing its color property to 8 bit. The solution had solved my problem. Thanks a lot.
  2. Replies
    4
    Views
    2,258

    Re: SMTP Related Error

    Thanks a lot for your reply. I tried all that but couldn't find anything. I even tried to run telnet with the foll commands
    command = open smtp.rediffmail.com 25
    Result = 220...
  3. Replies
    4
    Views
    2,258

    Re: SMTP Related Error

    I wanted to and even tried to remove this thread from here (General Discussion / Chit Chat ). But could not succeeded.

    --Harshada
  4. Replies
    4
    Views
    1,117

    Re: How to access imported dll functions?

    First you have to typedef the opbject and then you can use it.
    Example :
    You have to add the following in .h file


    typedef void (<userdefinedName>)(<parameters of the fun./methods if any>);
    ...
  5. Replies
    1
    Views
    789

    SMTP Error

    Hello,
    I had written a programme in VC++ for sending the mails using SMTP.
    It sends the mails to and from the particular domain only.
    I want to send the mail using Rediffmail or Gmail . But its...
  6. Replies
    4
    Views
    2,258

    SMTP Related Error

    Hello,
    I had written a programme in VC++ for sending the mails using SMTP.
    It sends the mails to and from the particular domain only.
    I want to send the mail using Rediffmail or Gmail . But its...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured