Hi,
I am using a Template in my application. Unfortunately if a user opens another excel file by double clicking on it after using my application, when excel opens it has not only the file he opened, but also my template. Hence, I am forced to assume that my template is not being closed. I...
When I return to a login form it already has the password filled in from last time.
I tried clearing the Password on form load --- such that when I finish a Log in the form is unloaded and when I need a login the form is loaded and txtPassword.text="" and still no luck.
Any ideas?
When I return to a login form it already has the password filled in from last time.
I tried clearing the Password on form load --- such that when I finish a Log in the form is unloaded and when I need a login the form is loaded and txtPassword.text="" and still no luck.
Any ideas?
I want to run a vb app off a network drive w/o doing a full install on each local machine. Just map them to the exe. Is there any way to put the System files (ocx dll etc.) that are usually put into a system folder locally up on the network drive instead, and have the program know to look there?
I am using a dbEngine to compact a Database.
dbEngine.compactDatabase opens in the Taskbar an instance of Access. Access.Application = Nothing is an invalid command since I "did not open access". Any ideas how to kill the dbengine so Access goes away?
Hi, Anyone know how to make an access application created in VB truly invisible to the user so it does not even show in the taskbar?
Also, any ideas on how to kill the instance of the access application itself? Not just close the current database with obj.application.closecurrentdatabase but...
Hi,
1) Any idea what the dwcontext parameter in the ftpPutFile is for?
2)Any idea how to put an Ascii file up on a remote location and append the contents to a file that is already up there instead of replacing it. I do not want to do this locally by first getting the file.
Thanks,
I have a text file that contains a load of info. It really is tab delimited. Excel converts it into mult. columns as it assumes that since it is tab delimited that they are mult. fields. I, however, want it all in the 'A' column . WorkBooks.open(fileName.txt) is what I am using to open it.
A...
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.