| Thread | Last Post | Replies |
|
| Using DeleteUrlCacheEntry to delete a single file | 25 Apr 2007 19:16 GMT | 5 |
I have a single file in the IE cache I want deleted. I am using DeleteUrlCacheEntry to do so: l& = DeleteUrlCacheEntry("C:\Documents and Settings\user\Local Settings\Temporary Internet Files\file.cab")
|
| SENIOR APPLICATION DEVELOPER | 25 Apr 2007 18:10 GMT | 3 |
Good day to you all! We are World Pacific Inc. (WPI). a search firm exclusively for key executives, representing you in various industries as you find that next corporate challenge. We exist to provide businesses with world-
|
| Limit to # of Tables you can open? | 25 Apr 2007 16:40 GMT | 2 |
Is there a limit to the number of Access tables one can open using an ADO connection string? Or is the limit effectively the number of tables in the database? Thank you,
|
| Sharing a class/module among projects | 25 Apr 2007 13:57 GMT | 1 |
Maybe this is kind of obvious, but: In order to use a class or module in 2 projects, I just add it to both projects. I guess I can edit it from either project. Right?
|
| Job Start Time... | 25 Apr 2007 00:52 GMT | 5 |
Just wondering what this groups recommendation would be for a visual basic app that needs to sleep till a specified time would be... ie. User a timer on a form set the time for the job to start in a text box etc...
|
| Overflow? What gives? | 24 Apr 2007 21:59 GMT | 1 |
I'm puzzled. The following code is designed to take a date and a weekday count value, and return the future date. For example, if I supply it a starting date of 4/25/2007 and a count of 37,
|
| DatabAse ETC.. | 24 Apr 2007 18:57 GMT | 2 |
Hello ,. I would like build an EXE using the VB6, but I have a problem, or a doubt: I did a kind of calculator, that calculate chemistry reactions, it was very well, but I must save it in a kind of data base, to do reports
|
| VB6 and File Names | 24 Apr 2007 16:00 GMT | 3 |
I have a VB6 application which is distributed over the internet. The user can put the files in any directory of his choice. Multiple users will be using the app, and each user will have an individual directory as a subdirectory of the app. directory.
|
| Code Help. | 24 Apr 2007 15:50 GMT | 3 |
I have a form with one command button. The button style is picture. Picture is a light switch that is "on" When the end user clicks on the button, I want a new picure on the button, "switch off", and a batch file to run.
|
| Interface/implements Mess... | 23 Apr 2007 16:10 GMT | 1 |
* An activeX EXE has a public interface IServer. * The class CServer implements this interface * Need to adjust some rights on this server, so we use DCOM-Config. Here "MyServer.IServer"
|
| VB to VB2005 arrrrhhhh !!! | 23 Apr 2007 14:50 GMT | 1 |
another VB6 user struggling with new VB2005 commands ... can't find info about DataGrid setting (at design time) want to format size, nuumber of rows, columns, width of rows & columns etc (Old VB6 format :)
|
| bloomberg api | 23 Apr 2007 10:02 GMT | 2 |
Anyone know where I can get a description of available functions in the bloomberg API? For example functions from libraries bbfieldtable.dll, blpdatax.dll,blbreportviewer.dll
|
| KeyPress | 22 Apr 2007 23:26 GMT | 5 |
I am creating an application and I want there to be a function to recognize when a key is pressed and carry out an action depending on what key is pressed. Sounds simple enough, but I hitting a brick wall as I want this function to be available no matter which object has got
|
| Matching data in 2 worksheets | 22 Apr 2007 17:44 GMT | 2 |
I was wondering if there is a function that would allow me to match data in two different worksheets. To make it more clear I have a list of products with prices for the company in one worksheet. In another worksheet I have a specific customer list. I would like a function to
|
| "Path not Found" error | 22 Apr 2007 17:40 GMT | 9 |
I get subject error with this line of code: Open "C:\user\jp\documents\programs\handicap\data\jp-golf.hst" For Random As #2 Len = Len(OHist) Is this not the proper way to indicate the path in an "open"
|