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

Search:

Type: Posts; User: CString

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    554

    Re: displaying image on menu item

    You must create owner draw menu.
  2. Re: How can I import the addresses from Outlook Express to my program

    //Add this lines to the end of te code posted by JohnDavidHanna
    _Items d(InboxItems);
    IDispatch * dd=d.GetFirst();
    _MailItem ee(dd);
    MessageBox(ee.GetSubject() );




    Please rate this...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured