Search results for query: *

  • Users: tcross
  • Content: Threads
  • Order by date
  1. T

    Ethernet packet manipulator

    Anybody have any suggestion how to accomplish the following task? I would like to install a computer with 2 ethernet cards between a client and a server. One card is on the client side and one is on the server side. I would like to be able to monitor packets on the network and occasionally...
  2. T

    installing .net framework affects vb6?

    On a computer in which has VB6.0 installed, will installing the 2005 .net framework (dotnetfx.exe) do anything to hurt the ability to still run VB6.0? Thanks
  3. T

    Newbie deployment question

    I am figuring out how to deploy VB applications to computers in which the .net package is not installed. Reading through the threads it looks to me like these are my choices: 1. Download and Install the .net framework package (dotnetfx.exe). I did this and it works. 2. Buy the Xenocode. 3...
  4. T

    Strange hidden file

    Hello I am using the code below to read and display that contents of a directory to a list box. It works great except it displays a file which I can't see or erase using Windows explorer. The file is called "thumbs.db" and I know it got in the directory when copying from a thumb drive. It is...
  5. T

    textboxes and subroutines

    I am working on a program which has many textboxes on one form. I know how to assign handles to subroutines which will make all the required textboxes call the same subroutine when clicked on. My question is when one of the textboxes is clicked on - how do you pass the name of the textbox...
Back
Top