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!

Search results for query: *

  • Users: tsb5270
  • Content: Threads
  • Order by date
  1. tsb5270

    Using Named Pips

    I have implemented the code regarding named pipes that I found at http://support.microsoft.com/default.aspx?scid=kb;en-us;871044#4. The problem is that I'm not sure where to go from there. That example simply fills a bytearray with numbers and sends it. I want to actually pass text...
  2. tsb5270

    Getting two apps to "talk" to each other

    5485.1 I am new to VB.NET. I have a client who wants two applications, both of which must be written in Vb.NET, and each must have the ability to communicate with the other. Application1 will call Application2. If it isn't running, it will open it. Then Application1 will pass several...
  3. tsb5270

    ShellExecute in ASPObject

    I have an ASPObject written in Delphi that needs to call an external .cmd file. I've tried ShellExecute, but it returns the error "Access Is Denied". I've also tried using WShell.Run with the same results. I'm beginning to think that there is some restriction on calling an external program...
  4. tsb5270

    Create & join a dataset in memory with another dataset

    I want to perform a join between two datasets, which by iteself isn't so hard. Unfortunately, I need to build one of the datasets on the fly and preferably in memory. I need to read a series of key values from an external binary file, join them with a table, and return a dataset where the...

Part and Inventory Search

Back
Top