| Thread | Last Post | Replies |
|
| Performance monitoring VB6 application | 10 Jun 2004 03:00 GMT | 2 |
We have a VB6 client server application (POS) that communicates with a SQL 2000 database. Although we are moving toward .Net, components of this application will be around for quite some time, so what we want to do is do an analysis of the current app and where its bottlenecks ...
|
| Structureing code files for multiple programmers work. | 08 Jun 2004 13:46 GMT | 2 |
I am trying to figure out the best way to subdivide a project for multiple programmers. I am embarking on a new development project with one other person but with an idea in mind that we may need to add a couple more folks on as we progress.
|
| Troubles in programming with VB6 & Word 2003 | 06 Jun 2004 16:36 GMT | 1 |
I created a project with Visual Basic 6 and Microsoft Word 2003 in Windows XP SP1. I am trying to use my program to insert some strings into an existing word document. A word object was referred and all codes are going well with my project However, when I packed the compiled ...
|
| Determine VB Version of existing project | 03 Jun 2004 18:06 GMT | 3 |
I was hired to modify a client's Visual Basic application But, i don't have much information on which VERSION of visual basic was used to develo the application Does anyone know how i can read the .VBP file (or any other file) to determine whic
|
| Running a scheduled task from VB | 03 Jun 2004 03:13 GMT | 3 |
I am new to VB. I need to write a VB app to be able to kick off a scheduled task. Can anyone show me the code on how to do this. Thanks so much.
|
| VB6 port | 01 Jun 2004 19:40 GMT | 4 |
(2nd attempt, trying to bypass content filters) Does anyone know of any reasonably close implementation of the VB6 language for UN|X? I've been asked to research the subject of porting some VB6 server-side
|
| connection timeout | 01 Jun 2004 02:09 GMT | 2 |
I am using ADO to connect to SQL Server dim cnn as adodb.connection set cnn = new adodb.connection cnn.connectionstring = "XXXXXX"
|