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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.