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 Mike Lewis 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: *

  1. HoustonGuitarPro

    DISK IO RAW copy

    I am wondering if VB .NET can do this. I have an older computer that uses an SD card. (not a windows file system) What I want: take an entire image of the card (RAW) and put it in a disk image file (Similar to how WinImage takes disk and copies to disk images.) I want to restrict it to SD...
  2. HoustonGuitarPro

    Get MIDI messages

    I found the Midi Monitor from code project last night and loaded it up. It has some of the items I am looking for to get me started. thanks!
  3. HoustonGuitarPro

    Get MIDI messages

    I have been searching the internet for a few days with no results of what I want. I want to code an application that sees your MIDI device and will display the MIDI Note Message or Control Code Message when a button is pressed. I have a MIDI foot controller I created with a Teensy 3.2 PCB to...
  4. HoustonGuitarPro

    Python Telnet Client

    i have come across this one and even though it shows how to make the connection, it shows to read the lines until it meets a certain criteria. What I want to do is read the whole line and/or the EOF and display it as well as accept input if needed. So.. If I connect and the first line is...
  5. HoustonGuitarPro

    Python Telnet Client

    I have been able to make little progress. I can now make a connection, but I want to be able to read what is being transmitted to the client and display it on the python screen. Of course send input responses via the python script as well. any clue how to do this? I would like it to be able...
  6. HoustonGuitarPro

    Python Telnet Client

    Does anyone know of Python Telnet script that is already available that will allow you to telnet to a machine and input commands? So I am guessing bidirectional client? I want to see how it is done for a programming project I am thinking of.
  7. HoustonGuitarPro

    Active Directory Query

    Since I am very knew to VB .NET I thought I would ask some of you guys if this can be done, and if so if anyone can send me in the right direction to see some code to be able to do this. I need to be able to query active directory for a computer account and retreive it's membership. Then I...
  8. HoustonGuitarPro

    how to Query a service remotely

    I'm new (very new) to vb .net and have been tasked to do the following: connect to servers and run a query on the WW3 servers (IIS) to find out if it is running. If it is running I need to pull out the current websites and their status running or stopped. I have no clue how to do this, but...

Part and Inventory Search

Back
Top