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 Wanet Telecoms Ltd 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 transurban1

  1. transurban1

    How to run exe file in local computer?

    Thank you. I studied process.start method, but what I really want to is different. Les's there are two computers (computer A and computer B). Each computer has exe file coded with Visual Basic .Net. I am doing something with computer A, and sometime later I have to access computer B and run exe...
  2. transurban1

    How to run exe file in local computer?

    Hi guys. I developed server-client architecture using winsocket class in visual basic .net 2005. I have one server and four clients that have its own exe file coded by visual basic .net as well. So, what I want to do is that when I run server side script, I want to control the client side...
  3. transurban1

    Multithreading and Remoting implementation

    Hi. I am coding some networking application using socket class provided by Visual Basic .Net 2003, that is, tcplistener, tcpclient, and networkstream. Also, since I want to control the local computers from the server as well, I try to use multithread class. In general the networking through...
  4. transurban1

    How to control mouse in external program excuted by shell function?

    Hi. I am using shell and sendkeys functions for my research, but I don't know how to handle mouse in the external program executed by shell function. As you guys know, we can send virtual keys with sendkeys function, but I don't know how to if for the mouse. Basically I intend to automate some...
  5. transurban1

    copy and paste from many files to one file...

    Hi. I am stuck into my work with VBA. I am trying to copy some range of about 10 files and paste them into one file. Also, I will copy the contents of each range to the different range of one file changing the cells. Help me.

Part and Inventory Search

Back
Top