Search:

Type: Posts; User: Rizwan Rafique

Search: Search took 0.01 seconds.

  1. need a code segment about tapi recording

    hi buddies,
    i need a tapi 3.0 code segment that records incomming calls in the form of a wave files urgently

    thanx
  2. doesnt matter

    doesnt matter
  3. no need to fight with u

    no need to fight with u
  4. hey hey, it is right that i've only posted a...

    hey hey,
    it is right that i've only posted a few ones here but the reason i am asking for application is that i am working on project needing this facility and dont have time to make it. and i know...
  5. useless...

    useless...
  6. Replies
    1
    Views
    1,523

    In VB we've a TabIndex property for every visible...

    In VB we've a TabIndex property for every visible control. it can have values starting from 0.
    You can modify the value of this property accordingly for any control to change its Tab Order.
  7. A send mail application with source code

    i need a send application(in MAPI or wincock2) urgently.
    should be obviously in c++, windows C, VC
  8. Replies
    1
    Views
    1,163

    DialogBox's ICON

    if we create a dialogbox using DialogBox() function, how to put an icon on the title bar (right in icon area) of that dialog...
  9. Replies
    5
    Views
    2,419

    thankyou buddy

    i really missed CRLF thing
    thankyou for reminding it to me
  10. Replies
    5
    Views
    2,419

    here is whole story attached as a file sorry for...

    here is whole story attached as a file
    sorry for a lot of printf statements, they are jsut for quick debugging.
  11. Replies
    5
    Views
    2,419

    check this out!!!

    in fact i've tried a different logic for doing the same thing.

    memset(buffer, 0, sizeof(buffer));
    recv(sock, buffer, sizeof(buffer), 0);

    these two lines serve the same purpose.

    can you send...
  12. Replies
    5
    Views
    2,419

    winsock recv() function problem

    i have a problem in connecting to a pop server using winsock api.
    the situation is that my program connects to the server, recieves the responce of the server (that is a greeting message) but when i...
Results 1 to 12 of 12