| Thread | Last Post | Replies |
|
| Internal overhead of an array of strings? | 30 Jan 2007 16:08 GMT | 4 |
Hello group Let's say I have an array of 50000 strings: Dim astrWords(50000) as String Now lets' say I want to retrieve the element 11111:
|
| Running JS functions using VBS | 30 Jan 2007 15:50 GMT | 1 |
I wrote a VBScript that open an IE browser [WScript.CreateObject("InternetExplorer.Application")] I navigated to a URL, and I got the HTML document in a local var. I can click buttons, identify elements, etc.
|
| One reference gives MISSING error | 30 Jan 2007 15:50 GMT | 8 |
There is a Project->reference in my program name DataScrub. When i run the same program at home it gives error message of missing DataScrub in reference but when i run the same program at my office it works fine no missing reference. My question is how to i fix that problem so
|
| VB 6 vs VB.NET | 30 Jan 2007 15:43 GMT | 16 |
I wrote a program using VB 6 and was wondering if the code will be outdated in near future. I tried to covert my VB 6 code to VB.NET and it was unless debugging so I finally gave up. 1.) My question is will VB 6 code be out dated in near future.
|
| drop down for date and time picker | 30 Jan 2007 09:31 GMT | 9 |
Is there a way to show the dt picker droped down? I've used CB_SHOWDROPDOWN with "send message" for combo boxes. I searched google but did not find any thing for the dt picker. Thanks
|
| Professional Database question - SQL Server, Access, etc - What's best? | 30 Jan 2007 07:44 GMT | 28 |
I am wanting to create a software/ database. The front interface will have a lot of drop downs and tables. The interface will pull data from the database as well as put data into the database. So far, I've used VB 6 (front end) and Access & SQL Server (back end).
|
| Compiling CLS files? | 30 Jan 2007 03:19 GMT | 4 |
I've got a bunch of Classes that I've created to do some specific stuff in a particular type of VB6 project (if you're interested, these are programs for the Microsoft Dynamics SL accounting system). Currently I use these Class files in a lot of different applications that I
|
| User dialog to browse paths/folders in VB6 | 30 Jan 2007 03:04 GMT | 5 |
I'm trying to modify a VB6 program (macro) that can run a user dialog, allow the user to browse the network to find paths, and then, having selected one, pull the path string back into my macro. I have found documentation on the Shell function to do this, but it's not a command ...
|
| Timer not firing | 30 Jan 2007 02:40 GMT | 3 |
Hey everyone. I have had a look around the Group and I haven't been able to find anything that helps. Basically what is happening is that I have a form called frmContainer where a stack of different usercontrols gets dumped depending on which
|
| Changes in array value | 30 Jan 2007 01:27 GMT | 4 |
I am working on a program that is causing a situation that I cannot understand. Given Module Main.bas Option Explicit
|
| Can I access MySql with DAO ? | 30 Jan 2007 01:04 GMT | 7 |
I have tried DAO sample of the manual. 23.1.4.5.1.2. It does not work. It fails at connection command : conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" & _
|
| Visual Studio 2005 Command Window Intellisense | 29 Jan 2007 20:30 GMT | 3 |
When running and debugging an application using Visual Studio 2005, I don't have intellisense running in the command window. In Visual Studio 2003, intellisense works in the command window. How can I turn this on? Thanks for your time.
|
| VB .NET 1.1: passing a class array byref does not work as intended | 29 Jan 2007 20:09 GMT | 2 |
I found a problem when using the NEW contructor with class arrays (terminology?)... I create the class array, pass it to a suboutine, increase its size with REDIM. Then, when the control returns to the calling class, .NET bombs. I checked the upper bound of the array and
|
| Recommended Voice Modem for TAPI | 29 Jan 2007 18:59 GMT | 1 |
Can anyone recommend a UK supplier for a Voice modem please? I'm researching a TAPI based project Cheers
|
| Saving Projects | 29 Jan 2007 18:24 GMT | 11 |
Is there any way that VB can automatically save a project. I keep writing code and forgetting to save it. If it crashes I lose that code. Alan Hood
|