| Thread | Last Post | Replies |
|
| What is Workspace in dao ..? | 18 Feb 2005 14:28 GMT | 2 |
can somebody tell me the function of workspace ?? And also what's the should i use the ado or the dao ?
|
| What is Workspace in dao ..? | 18 Feb 2005 14:05 GMT | 1 |
can anyone tell me the function of workspace .. ?
|
| MSXML in Europe | 18 Feb 2005 12:35 GMT | 2 |
My client is experiencing an issue on European computers related to MSXML3.dll. The issue is that the app is erroring when it does an xPath query to an xml file. All the errors have one thing in common, they error on the
|
| Mask | 18 Feb 2005 10:29 GMT | 1 |
I have got some string in vb excel: test = "12aaa-cc-xxx" and I need it compare with this mask: mask = xxxx-xxx-xx-00
|
| Winsock rate of sending data | 18 Feb 2005 03:32 GMT | 8 |
We have a server program that uses Winsock to send data to clients. When I put the server program on my machine and the client program connects to it from my machine also, the data (about 234 meg) is sent out very fast (2
|
| VB Application closure. Please HELP | 18 Feb 2005 02:15 GMT | 14 |
A few days ago I created a post about VB Application closure. As directed I unloaded all my forms and released all the objects. What is going on is that the IE still does not want to close. How do I close IE from VB code.
|
| minimum value in an array | 18 Feb 2005 00:40 GMT | 26 |
Is there a better way of finding the minimum value an its position in an array apart for using for loops? EG if an array contains 4 5 6 7 3 2 2 1 1 3 5
|
| Wait - Guess Not | 17 Feb 2005 23:16 GMT | 5 |
The problem still exists. Here's the set up... 2 forms 1 Sub Main module
|
| hard code the database path in connection string | 17 Feb 2005 20:57 GMT | 8 |
my front end vb6 app will be distributed to users in a corpoarate office. the front end will connect to an access 2000 db on shared common company drive. How do I make it so by default it points to for example drive G:\Common\GroupLookUp.mdb
|
| XP Styles Error | 17 Feb 2005 20:28 GMT | 6 |
I have some users that are running my vb6 exe just fine on Friday then on Monday the get this error: 'This application has failed to start because the application
|
| Determining who is logged into the network | 17 Feb 2005 19:30 GMT | 1 |
I am new to VB. Are there any functions or routines to determine which users are logged into the network? I'd like to generate a list of all logged in users so we can see if coworkers in another location are in or not.
|
| Regular expressions in VB6 | 17 Feb 2005 18:57 GMT | 1 |
VB.NET Regex object has RegexOptions.RightToLeft property to search for the pattern from right to left. VB6 regular expression object does not have this property. How can I achieve the RightToLeft search using VB6 RegExp object? Thanks,
|
| VB6 code analyze tool | 17 Feb 2005 18:25 GMT | 12 |
I have got the task to quality assure a VB6 program. I wonder if there is any tool that can automatically analyse VB6 code. For C/C++ there is a tool called PC-Lint. I want to be able to detect not initialised variables for instance and other
|
| Status: 503 Delta table SQL error | 17 Feb 2005 17:47 GMT | 1 |
I'm really hoping someone can shed some light on this problem for me. I've got an application that I've developed in VB6 that uses a back end SQL Server 7 database that is running on a webserver. The webserver has Apache running on it. It seems that, of it's own accord, the ...
|
| Code-based presentation layer | 17 Feb 2005 17:44 GMT | 4 |
Does anyone know of a code-based presentation manager - that is, one that you can use to create the GUI in code, rather than by using the Forms Editor?
|