A couple of the apps in the second link look promising. I'll download and try em out. Had to laugh at the one that says it takes between 2 and 4 weeks - not quite as slow as mine, but still a while!...
I'm writing an app to open a password protected word document. Fear not, the worriers among you - it is my own document with a password I do not recall. However, to be honest, I would use it...
If you have/use any MS DAO 3.5 references or less than 3.5 in your VB program, you'll need to update these to 3.6 minimum for the VB program to access the database. At least, I think 3.6 - I'm not at...
Private Const VER_PLATFORM_WIN32_NT = 2
Private Type OSVERSIONINFO
dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long
dwBuildNumber As...
Rather than going to the trouble of changing the lst file (for every time you package the app), try this - in the "included files" part of the install wizard, add the database (i'm assuming...
If Sourcesafe is installed on the target PC (or maybe even a remote PC you can connect to, but not too sure about this one), you can use ss commands from a command prompt (shell it) or set a...
Knocked up the following. Loops thru array of letters to see if previously selected, if so chucks out a message, else adds letter to array for next pass in the loop..
Easy way to change font colour of a command button is to choose the Microsoft Forms 2 Object Library and use the command button provided there. That has a font colour/forecolour property. Granted,...
Then why not just do one make table query on the source table where a=b and c=d and e=f etc. Then all results are in one table and subsequent querying of those results should be pretty...
How about putting the results of each query into its own table (use a make table query), after all 8 are done the results will be in these tables and accessable....
I'm currently compiling under a com+ system - w2k pc - and then deploy it to customers using both nt4 and w2k servers and all is fine. Just can't run the dll from the...
Thanks for the reply - this one is really annoying me. I have 3 PC's at the office - a naff very slow NT PC, a very ordinary W2K PC for compiling releases on and a lightening fast XP PC. Can...
Sorry to intrude on this thread in this manner, but have any of you used the LKUPTBL.dll during com development? More specifically, have you used it whilst developing on W2K or XP rather than...
Currently developing ASP / VB com projects on an NT workstation.
I use lkuptbl.dll for lookup tables used by the web sites (not heard of it before starting this job - chap I'm taking over from...