CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2012
    Posts
    1

    sending TIBCO xmsl using sendkeys

    Hi,

    I am writing a VBScript to send tibco bus requests which are in xml form.
    I am able to send these xmls using command prompt using the tibrvsend and tibrvlisten commands.
    The same thing I want to do in QTP using VBScript i.e invoking the cmd,and then executing these commands using sendkeys method of VB.
    The problem is the xml request which I have to send contain various special characters like <,>,",',:,/ etc.
    How can it be possible to send such an xml as an arument to the sendkeys method.

  2. #2
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: sending TIBCO xmsl using sendkeys

    Sendkeys can send any key or character except the PrintScreen key.
    http://msdn.microsoft.com/en-us/libr...79(VS.60).aspx

Tags for this Thread

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