| Thread | Last Post | Replies |
|
| how do I get that work | 21 Jun 2006 23:17 GMT | 1 |
I have a question... I have these files \\test\data\0456776.01\15\204001.pdf \\test\data\0456776.02\18\204002.pdf \\test\data\0456776.03\20\204003.pdf
|
| Get date of a file | 21 Jun 2006 21:59 GMT | 6 |
I need to know the VB6 syntax for getting the Created and Modified date for a file. I'm importing the contents of a csv file into a SQL database but the records do not have the date information I need. However, the file date is good enough so I was going to pass its value to a ...
|
| How to get the Windows System File folder | 21 Jun 2006 21:00 GMT | 8 |
I'm writing a software that needs call a function in a DLL in the Windows\System32 folder. The problem is there might be a copy of the DLL in the same folder as the running software. I want to be sure that it will use the Windows\System32 DLL. Since it is not always called ...
|
| Create a Web Share? | 21 Jun 2006 18:11 GMT | 1 |
Is there a way, with VB6, to create a Web Share on a specific directory, programmatically, without manually doing it?
|
| Click vs Drag | 21 Jun 2006 16:52 GMT | 3 |
How can you distinguish between a click event and the start of a drag event? I have a treeview control that has simplistic drag and drop functionality using .Drag vbBeginDrag initiated on the mousedown/mousemove event. I also have code behind the click event.
|
| landscape layout defaults to 2 columns | 21 Jun 2006 16:41 GMT | 3 |
I'm uisng Word 2002 - XP. When I open a new document and change the Page Setup to Landscape, the format automatically changes to 2 columns. The columns don't show on the ruler, but they are there. It's an easy fix to Select All and switch to a single column, but there must be a
|
| DirectShow does all? | 21 Jun 2006 15:52 GMT | 2 |
I see from some sample code that DirectShow (quartz) plays music of all types also (without a movie). It also plays movies. Questions:
|
| Migrating from DAO to ADO | 21 Jun 2006 15:50 GMT | 2 |
I am currently involved in migrating our backend DB from Acess to SQL server. However, the front end will reside in MS Access. In doing so much of the code uses DAO references. I wish to gain some background info. for this process. I found refrences to the artlices, below, but
|
| Component Compatibilities | 21 Jun 2006 14:50 GMT | 2 |
I am new to VB, in fact, have little clue what is does when it comes to 'compatibilities'. I have various projects with various Active X controls. They all seem to be set to use 'binary compatibilities'. I read an article on this, (I
|
| ADODB.Recordset Options - very minor Q | 21 Jun 2006 14:29 GMT | 8 |
The various parameters in the Recordset.Open method can be set in advance using... .Source .ActiveConnection
|
| Compile Missfire? | 21 Jun 2006 12:23 GMT | 3 |
VB6 SP6 Common Controls update installed. WIN Xp SP2 with all security patches. IDE program runs fine. Program.exe runs fine.
|
| Data Environment - any pitfalls? | 21 Jun 2006 10:22 GMT | 11 |
Newbie (mostly) to the Data Environment object. The short story is that I like it. Adding fields to forms and reports is just a matter of drag'n'drop. In the past I've been doing things longhand (i.e., ADODB.Connection, ADODB.Recordset, etc.) but this really changed my
|
| VB.NET COM interop DLL manual deployment | 21 Jun 2006 10:12 GMT | 3 |
I have made a DLL project under VB.NET and checked in the project setting to register it for COM interop. I'm using this DLL in an application created in VB6. At the moemnt I can only use the DLL after creating a setup project created
|
| Control array not loaded | 21 Jun 2006 09:18 GMT | 6 |
I have a form which contains the first element of an array of MSHFlexGrids. There are 7 grids which are loaded on the form_load event. On the form_queryunload event, the grids are unloaded too, except form element '0'.
|
| Generate VB class from SP? | 21 Jun 2006 08:54 GMT | 5 |
Hi. Are there any free applications out there than can generate VB classes from SP's? Thanks!
|