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 TouchToneTommy 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: shaiss
  • Content: Threads
  • Order by date
  1. shaiss

    Save DataGridView Control to my.settings

    I have a DataGridView Control that looks like this _________________ Name1 |Name2| _________________ JOE |JOE | _________________ SHAI |SHAI | _________________ STEVE |STEVE| _________________ STEVE |STEVE| _________________ I have a button called "save" What I want: When...
  2. shaiss

    Probem with WHERE only in code

    Hi Everyone, Thanks ahead of time for the help. My Code: Private Sub btnExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExport.Click Dim Conn As New ADODB.Connection Dim Rec As New ADODB.Recordset Dim SQLqry As String On...
  3. shaiss

    Using PHP to get the ID3 tags of all the mp3 files in a folder

    Trying to use id3 code found on http://www.go4expert.com/forums/showthread.php?p=22064&posted=1#post22064 which worked fine, but I'm trying to step through each file in a directory and get the id3 info Here's my code <HTML> <HEAD> <TITLE>MP3 Playlist</TITLE> </HEAD> <BODY> <?php...
  4. shaiss

    Connecting to dat file from access or VB

    Hi there, I'm trying to connect to a dat file used by auction sentry (popular ebay bid snipping program). I need to have a linked table of some sort, that upon oppening the access database connects to that .dat file. I have the layout for that dat file as it is a fixed width file. The import...

Part and Inventory Search

Back
Top