VB6 can interact with the web and you are not tied to any technology to do so... PHP, ASP, ASP.NET, and so on, just so long as you set up the other technology in such a way that any user could use...
Place an ad, get a programmer, pay them well, and all will be good. As for the upgrade path that M$ has chosen for you, that would be VS.NET and at least SQL 2k5 but if you search hard enough, you...
Pssst, hey Dave,... "The filterList is the list box with the file type extensions and the filDialog is the list box with the files." makes me think OP is using the FileListBox control and then this...
Let me add to the discussion above and say that access thinks you are trying to execute multiple SQL statement because of the ; in the middle of the string. Either remove it, or the rest of the...
Are you wanting to do something like task manager's CPU usage graph, or something that fills and then wipes itself only to redraw itself as new data comes in? Because, I think you could use the...
It is kind of like a recursive Dir search in that first you must get a reference to the top level and then with that, you get a reference to its children, and then their children, and so on and so...
> But, unfortunately, VS 6.0 is one of the things I do not have (unless it is identical to the '97 version, what I don't think it is). What does that VB API viewer do?
What I showed you is a Free Table Directory access which is different than a database directory but you should still be able to add indexes via standard sql alter table statements. If not, try the...
Okay, when you click on acmboot.exe, it looks for acmsetup.exe and more than likely passes it a command line arguement that tells the acmsetup.exe where to find the files it extracted or where to...
Okay, I'm going to show you something that I think will solve your problems... BUT first let me tell you what I did to your project before I show you this code...
Do you actually have VFP (Visual Fox Pro) or dBase? I ask because you really need to have a look at the field names contained within the cust.dbf and I'll tell you why. Why is because most of the...