Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mianaziz

    Email Server wher to start........??

    hi i am to develop an email server but i dont know wher to start. either there is any MFC class or API to use. or give me some material to implement it thrugh VC++. thanks bye
  2. mianaziz

    CDialogBar create()

    In CDialogBar::Create ( CWnd* pParentWnd, LPCTSTR lpszTemplateName, UINT nStyle, UINT nID ); where lpszTemplateName A pointer to the name of the CDialogBar object’s dialog-box resource template. what its meen and how i can get this lpszTemplateName??????? i have designed the dialogbar...
  3. mianaziz

    Crerat Button's Parameters ??

    hi thanks for coperating. but i also need to know that how i can get the pointer of main dialog box and also its handle. thanks bye
  4. mianaziz

    Crerat Button's Parameters ??

    hi probeum is this that pointer to parent window is needed mostly in programing. but i am not still able to get pParem pointer to main window help me in getting this through coading.. bye
  5. mianaziz

    Crerat Button's Parameters ??

    hello did any one tell me that when we creat a button CButton myButton; // Create a bitmap button. myButton.Create(_T("My Button"),WS_CHILD|WS_VISIBLE|BS_BITMAP, CRect(10,10,60,50), pParentWnd, 1); tell me pParentWnd ?? how we get this Parameter and tell me weather Creat...
  6. mianaziz

    How can I pass socket into thread?

    hi u can pass the pointer to structure in the thread on AfxBeginThread(). do add the CSocket class in structure as a member.(declare it in the structure) It may help u bye
  7. mianaziz

    POP3 Server Programing.....??

    hello I am new to server side programing . please tell me how i can start writing POP3 server in VC++. also suggest me some materilal to study. take care bye
  8. mianaziz

    COM Port Opening

    i have it. but now i want to convert LPVOID and TCHAR to CString. do u know how it will work. thanks
  9. mianaziz

    Convert TCHAR and LPVOID to CString

    i have to convert LPVOID and TCHAR type to CString to display in edit box. did u know any helping function or ....
  10. mianaziz

    use progress bar to show progress

    hi i learnet but i did not know how to link and show the processes through progress bar. help me thanks.
  11. mianaziz

    COM Port Opening

    can any one help me to know how a COM port can be open and used through VC++ programing. of give me the reading material. thanks.
  12. mianaziz

    FTP Delete & Fileupload functions Coadind ??

    I used th MFC RemoveDirectory() Remove() Rename() functions after getting ftp connection successfully But my GetFile() is working proply. looking for ur reply
  13. mianaziz

    Why MSN COM Component cannot be made. please tell me.

    I am making a COM component of MSN & ICQ but came to know that there COM can not be made. because of security perpuse. But i have no proof to give to my University. I will be thank ful to u tell me. thankx usman aziz email aziz_usman@hotmail.com
  14. mianaziz

    How to Add DLL to VC++ project ??

    I have to use a DLL in my VC++ project. I have added the DLL and Given its paths. but at the compile time an errer came that the path not found. but i have given it. so tell me the excet way to add a DLL to my project. If there are more then 1 way plese tell me.
  15. mianaziz

    Why MSN COM Component cannot be made. please tell me.

    I am making a COM component of MSN & ICQ but came to know that there COM can not be made. because of security perpuse. But i have no proof to give to my University. I will be thank ful to u tell me. thankx usman aziz email aziz_usman@hotmail.com
  16. mianaziz

    How to Add DLL to VC++ project ??

    How to Add DLL to VC++ project?
  17. mianaziz

    Why MSN COM component can not be made?Please tell me.

    Why MSN COM component can not be made? Please tell me. I am developing MSN ICQ & FTP COM component .I have worked a lot but now i Came to know that MSN & ICQ COM component can not be made because of security perpuse. BUT I have to prove it in my University. So that i can pass. If u find it...
  18. mianaziz

    I nedd the Code of FTP Client in VC

    I nedd the Code of FTP Client in VC++.especialy File upload,rename,delete on remote server. Thanks

Part and Inventory Search

Back
Top