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 wOOdy-Soft 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 kthureen

  1. kthureen

    Problem Creating Shortcut

    Smeeks, I have been trying to use VB.NET to have an application create a shortcut of itself on the desktop. Could you please tell me how you were able to get your problem solved? Thanks!
  2. kthureen

    End one Sub through another

    Question: Is it possible to bring end one Sub by initiating another? More specifically, I have a sub that is initiated by the user clicking a command button. I would like the user to be able to quit that sub by clicking a "Cancel" command button. Does anyone know how this can be done?
  3. kthureen

    pcAnywhere Automation of dial-up connections

    Hi, I have created a VB script to dial in to hosts automatically. The script connects, retrieves a few files, and disconnects. The problem I am having is that while the script can successfully connect to hosts that have TCP/IP connections, it will not connect to hosts with dial-up...
  4. kthureen

    PCAnywhere 10.5 TCP/IP

    Malcolm, My experience with TCP/IP has been good so far, and as long as you aren't running any firewalls on the computers you're trying to connect to it should work fine. To determine the IP address for each machine, the only way that I know is to run ipconfig: From the Start menu, click on...
  5. kthureen

    Regular Expression Syntax

    Thanks for the help, sebsauvage!
  6. kthureen

    Regular Expression Syntax

    Given that this string is a line from a file "test.txt": "Two words more stuff here til the end of the line" Can anyone help me with the correct regular expression sytax for the following code that will 1) identify the line in the file by its first two words 2) allow me...

Part and Inventory Search

Back
Top