| Thread | Last Post | Replies |
|
| Read content of a foxPro 2.6 .mem file | 19 Sep 2006 15:04 GMT | 2 |
Is there a way (or function) to read the content of a .MEM file created with FoxPro 2.6? Perhaps some vb6 code that emulates both of this foxpro functions to make the content of the .MEM file readable:
|
| ActiveX exe and NTService gives problems | 19 Sep 2006 15:01 GMT | 1 |
Current situation just after installing the components: A ntservice executable (which runs in current user running space) connects to an activeX exe (using set object = new componentobject) and this works fine. component runs and does what it must do.
|
| VB6 And Wheel mouse | 19 Sep 2006 14:57 GMT | 4 |
I posted this several time with no success. My wheel mouse does not work in the VB6 IDE. It works everywhere else. I have been dealing with this for a long time now and have
|
| Newbie needs advice on email attachment. | 19 Sep 2006 14:48 GMT | 12 |
I am trying to find a way to open a default email browser then add an attachment from a VB6 program. I can get it to work with OE but cannot find a way to make Mozilla Thunderbird attach my file. As I have the VB6 learning edition, using Outlook and MAPI are not options.
|
| Crystal Reports Question | 19 Sep 2006 13:57 GMT | 2 |
I have Crystal Reports 11. I'm designing a very simple report where each detail line needs to be represented by a separate bar in a bar graph. For the life of me, I can't figure out how to do that. There is no summary, no grouping, just detail lines that need to be translated ...
|
| multiboot ? | 19 Sep 2006 12:53 GMT | 3 |
dont know if this is the right newsgroup,if not please advice me there is this computer that has windows xp installed by accident a new version of windows was (almost) installed but the accident was seen, and the install aborted (probably by just
|
| Contolling printer settings from a VB module. | 19 Sep 2006 08:14 GMT | 2 |
I have a module that carries out various end of month procedures for me, part of this includes printing a number of reports. Because some of the reports are external I need to print them on headed paper in a seperate tray from the blank A4 paper. Is there a way to instruct the
|
| Open Excel Template (Excel 2003) that contains macros with VB6 (not macro warning) | 19 Sep 2006 07:43 GMT | 2 |
We have several excel templates (*.xlt) files with macros inside which get started by the user through a VB6 frontend. A few weeks ago we received an Office 2003 and XP SP2 upgrade. The VB tool and the Excel template still works but in the past the user
|
| disable restore contorl for mdi child forms | 19 Sep 2006 05:15 GMT | 12 |
hi i have a problem that in my mdi form when i open a child form in maximized state it has restore control button and i want to disable that button whan the form has opened up so that client can not restore the mdi child form can any body help me
|
| VBComponent.FileCount | 18 Sep 2006 22:39 GMT | 25 |
If I export a VBA Userform and then import the Userform into VB 6 as a Designer, the designer gets saved as 3 files. x.frm x.dsx
|
| Installer advice | 18 Sep 2006 21:48 GMT | 1 |
I have a VB application that uses either a SQL / MSDE database (MSDE for stand alone installations), what is the best installer product on the market I should consider when shipping my application? Any thoughts are greatfully received.
|
| Run-time error 383 and 438 when printing | 18 Sep 2006 20:24 GMT | 3 |
Hi, all I hit the following run-time errors in my printing function. Can someone help? Run-time error 383 - '???' prpperty is read-only
|
| Remove from a collection | 18 Sep 2006 18:15 GMT | 34 |
I have recently been experimenting with collections. I have found that I can load a large number of strings in a reasonable amount of time. The problem I see occurs during the unload. To be more specific, I load in 1,000,000 strings - 10 digits in length. I did not time it exactly, ...
|
| Compact DB thru VB ADO | 18 Sep 2006 17:42 GMT | 1 |
Can Microsoft Jet OLE DB Provider and Replication Objects (JRO) compact databases with user level security? I see from the KB article http://support.microsoft.com/kb/230501/EN-US/ that it can do so on a password protected database but our DB has an mdw file
|
| Save Multi language data in SQL Server through VB code | 18 Sep 2006 10:29 GMT | 3 |
I need to save data in different languages mainly in English and Chinese in SQL Server 2000. I am just coping the data from MS Access(Which contains Multi Language data) to SQL Server by using VB. I have set the column data type as
|