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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nestor23

  1. Nestor23

    HTTPS with WinInet

    Hi all, I'm trying to establish SSL connection using WinInet in Visual C++. However I keep on getting "Invalid or Incorrect Certificate Authority" because I'm using unknown certificate (for testing purposes). I use the following flags in the OpenRequest method...
  2. Nestor23

    Simple question about UTF-16

    Could anyone pls tell me how to convert a CString text to UTF-16? I'm using a _UNICODE compilation. Thanx, Nestor
  3. Nestor23

    Pdf files

    Has anyone on this succeded extracting the text from a PDF file. I tryed using the Acrobat SDK but I can't find a way to only get the text from the pdf file? It would be great if you could send me some codes or links to articles. I can't find enough information on the net about this topic. Pls...
  4. Nestor23

    Recursive Search

    Could anyone pls tell me how can I recursively search for a file in all the directories and subdirectories on the current drive. It would be great if you have a code or a links to one. Thank you in advance, Nestor
  5. Nestor23

    Parse files with IShellLink

    Does anyone know how can I get the names of the shortcuts existing on the system in Visual C++. I know that probably IShellLink should be used but everything I found was for creating shortcuts and I couldn't find anything for geting the names of the shortcuts that already exist on the system. I...
  6. Nestor23

    Recent Documents from Start Manu

    Could anyone pls tell me how to get the Recent Documents list from the Start menu in Visual C++. Thank you in advance, Nestor
  7. Nestor23

    Parse Outlook Emails

    Could anyone please tell me how can I parse the emails in MS Outlook through Visual C++? I need to get the subjects of the emails recently received by Outlook. Regards, Nestor Avramov

Part and Inventory Search

Back
Top