I found out the hard way that when many users are trying to do run an OpenTextFile statement on the same file at the same time then some users will get the ...
I just would like to clarify something. There are so many emails that I am not sure whether to respond to or not. It would be very helpful for someone to state...
Dude, We cannot help you if you do not draw the picture for us. LAN server ok, but with a domain or windows workgroup? If windows workgroup, just put the mdb ...
Yeah, I ended up finding my answer there too Joel. Yet, there is a MSDN article that I wish I can find again. It goes into every type of property an OLEDB...
Hi Joel, I wonder if these may help. http://support.microsoft.com/kb/q264691/ http://support.microsoft.com/kb/191754/ Thanks, John Mansfield [Non-text portions...
Ji Joel, OOPs I forgot this one http://en.wikibooks.org/wiki/JET_Database/Creating_and_connecting Thanks, John Mansfield [Non-text portions of this message...
Hi, I using the Mscomm component for the serial port communication and i notice the inBufferSize can only max up to 115200. Let's said if there is data of 300k...
I figured out how to change the color of the linedraw at run time but how do I change the color back if it isn't checked. The vbunchecked statement did ont...
Array.Clear,(arryaname,first index, length); This works quite a bit faster than doing it in your own code. ... From: G.Vijay Kumar <vijee03@...> To:...
Hi Guys. I'm back again. I'm using VB6, SP6. I have a Splash Screen. I can't get the labels on the Splash Screen to have differing fonts. For instance Labels:...
hello jean, I did what you said exactly? but when one PC use this database,I can't run same application in other PC to access this dbase as I receive that...
The first thing that springs to mind is that the allegedly empty text box may contain spaces or other "white space" characters - particularly if the textbox is...
Thanks Joel, that seems to have done the trick. See, this is what happens when your best language is VB6 but the only book you have is the one from college. On...
Did you use datasets? You seem to be using a datareader. Of course you'll get this error, because the first instance of the application opens the database and...
Hi Guys. Solved. When I first created the app I used VB Wizard (I was curious). Anyway, amongst the other things it did, it created a module which it called...
I agree completely. Everyone posting a question should state clearly what version they are using. cj ... <http://www.twingalaxies.com/index.aspx?c=22&p=12838>...
Another message like this and I will report you as spam Phone number: 004-0364-412643 Mobile phone number: 004-0743383986 ... Be a better friend, newshound,...
Personally, I use XP and VB6. However, my small program is being used by folk with OS varying from 98SE to Vista. When I test the program on Vista, there is a...
My little program used by others has a VB6 front end and an Access back end. However, I note a problem and would wish to be kind to the other users! The Access...
DAO - the older database connectivity objects - includes a compactdatabase method on the DBEngine object. You should be using ADO for your db connectivity,...
Theoretically the DLLs - as long as they are newer - should be fine. But you could Isolate them. Put them into the applications folder. Windows is supposed to...
Anyone see my error that I planted? If you've been looking and can't find it, it's in the third Dim statement. You might think that VB would make both strings...
Hi all. With your help I have been able to bring my second project close to completion (I give myself 'real' projects to learn VB). Hopefully in the next month...
is there a way to manipulate/change/use a declared variable in another from without the need to put it in a text box to change/use the value? I declared...
Wow, big project bro. I never worked with drivers using VB. I would recommend if you are installing it on XP or 2000 to throw the driver files in the system 32...
Hi. I think what you need are Public variables, that is variables that you can access from anywhere in your application. You can declare a Public variable in...