| Thread | Last Post | Replies |
|
| If ACCESS 2002 is the back end database for VB6, then should I use ADO??? | 14 Sep 2006 22:08 GMT | 29 |
If I am going to develop a VB6 app that has a Microsoft Access 2002 database as a back end, should I use ADO? I guess what I'm asking for are opinions as to whether ADO is the current best method of choice. (For example, DAO is not really the best choice anymore, right?)
|
| Modem prob. Driver? | 14 Sep 2006 19:01 GMT | 2 |
My old VB3 phone dialler (phoner25.zip) can't find winmodems. My new ABit PCI won't accept a "real" modem. Have I been left that far behind by modem drivers? I was never able to find a driver for a winmodem that allows open file as... access in VB3.
|
| VB6 Runtime error 3021 | 14 Sep 2006 17:55 GMT | 5 |
When I run the program on XP is fine. But placed the program to run will occur the following error runtime error 3021 (either BOF or EOF is true, or the current record has been deleted. requested operation requires a current record
|
| VB3 upgrade? Modem trouble. New machine. | 14 Sep 2006 16:37 GMT | 1 |
My old VB3 phone dialler (phoner25.zip) can't find winmodems. My new ABit PCI won't accept a "real" modem. Have I been left that far behind by modem drivers? I was never able to find a driver for a winmodem that allows open file as... access in VB3.
|
| How to export an ADO recordset to Excel | 14 Sep 2006 13:46 GMT | 2 |
What is the best way to export an ado recordset to an excel worksheet. Thanks in advance.
|
| Copy to Clipboard | 14 Sep 2006 13:18 GMT | 2 |
I've got a VB6 application that uses the DataGrid control. I'd like to be able to copy the contents displayed into the clipboard so that I can paste into something like Excel, but copy and paste do not seem to work with this control.
|
| Help with dateadd. | 14 Sep 2006 10:34 GMT | 5 |
If I have a date which will always stay the same, like a start date i.e. 3/4/2006, which is a Monday. How can I work out what day that will fall on this month if I want to do intervals of four weeks? Appreciate any help on this.
|
| True Global Variable | 14 Sep 2006 08:53 GMT | 2 |
I need to maintain a variable in a program which is truely global. I.e it should be acceable from multiple DLLs. In my particular application we have a global multi use function which behaves differently depending on a switch variable. It seems each OCX/DLL
|
| putting mail in outlook | 14 Sep 2006 08:51 GMT | 5 |
i have to make a kind of mass-mailing application, but the real sending of the messages is to the users discretion so i just have to put messages in outlook's outbox i have to do it with vb6 and outlook automation
|
| Threading using QueueUserWorkItem | 14 Sep 2006 07:42 GMT | 2 |
Iam working in windows appln using .NET framework 2.0. My application is having several threads running. All threads can call a common method. I have following code in my common method.
|
| VB6 - Can you temporarily disable mouse input using code??? | 14 Sep 2006 04:28 GMT | 13 |
I would like to disable all mouse click inputs after I click on a command button until the command button code is run and then re-enable mouse input. Is this possible with vb6 code or an api call? Something like MouseInput.enabled = False, then MouseInput Enabled = True
|
| Croos tab Problem | 14 Sep 2006 03:27 GMT | 5 |
I need help with the version IX of Crystal Reports. i am using Cross tab with Dynamically increasing columns, How it can be repeated the column-head in all the pages of a report that uses the across? Right now alone with himself to put the column-head of the fields
|
| Most cost effective migration: VS2005.NET vs PB8 vs Rb3 | 14 Sep 2006 01:38 GMT | 11 |
Just wondering if anyone can tell me about some of the products that are supposedly VB6 portable. Power Basic 8.01 (www.powerbasic.com) is claimed to offer hassle free migration to VB6 source with superior compiler, Real Basic 3 (www.realbasic.com) is claimed to be capable of ...
|
| VB6 app may need to generate its own ACCESS AUTONUMBER VALUES??? | 14 Sep 2006 01:36 GMT | 8 |
A project I'm working on is going to use VB6 as a front end. The back end is going to be pre-existing MS Access 2002 database tables which already have records in them *but do not have any AutoNumber* fields in them.
|
| How to add control-array controls to another control-array. | 14 Sep 2006 00:36 GMT | 5 |
I've got a VB6 project with a frame that contains text boxes. At design time I can copy the frame and paste it again on the form. I get the usual "Do you want to create a control array?" prompt, and I reply 'yes'. The GUI then makes a complete copy of the frame with all the
|