CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Jul 2011
    Posts
    33

    Resolved [RESOLVED]Need to Check for a particular string

    Hi,

    I have a method LogFileContent(BSTR content).
    I need to check the value which is present in content. I need to check for "Waiting for free XE Slot". If this string is present in content, i need to perform some executions.

    How can I achieve this?

    Regards
    Last edited by p_zshk; August 4th, 2011 at 10:08 PM. Reason: resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured