i\'ve wrote a API in C# which will be used in vb6 & vbscript and assume my API details is as below:
I am trying to delete a registry key. Here is my code: Option Explicit Dim objShell Set objShell = WScript.CreateObject( \"WScript.Shell\" )
Dim value value = CDate(InputBox(\"Please enter the time (hh:mm)\", \"Time Input\", FormatDateTime(Now, 4)))
I found strange behavior in QTP 11 today: expression Browser().Page().WebElement(\"PositionManagerContainer\").WebElement(\"LoadingMessage\").Object.ParentNode.ParentNode
I want to get textbox\'s object ID which is dynamic Application is windows application developed in c#.net
We are using ASP/VB on our webserver and we often include print statements to test things. Is it possible to make a debug function or sub that takes one argument (a string), and prints out that string
I need to either write a batch file or a vbscript that will rename files. I need to keep everything in the file name up to the second \".\" but delete what comes after the second dot.
This is one of the strangest things I\'ve ever seen. I\'ve got this logon script that basically disconnects a set of Network drives and then reconnects them. Previously, all users had a batch file set
The command prompt complains that it is unable to recoqnize the command.So i was thinking i needed to escape something that looked like a start of a command to the echo with the ^ character.
Class GetDate Private internal_strDate Private internal_strDay Private internal_strMonth Private internal_strYear