| Thread | Last Post | Replies |
|
| please sugg :-( | 09 Dec 2004 15:15 GMT | 5 |
hi i am tryign to install vb6 on my machine... though ppl are installing vs.net... i am still trying to work on vb! can anyone pls suggest why i get this error on installation
|
| saving excel file as tab delimited text | 09 Dec 2004 11:56 GMT | 2 |
I would like to save an existing spreadsheet as a tab delimited text file. Which format equate should I use for this (xlExcel?) tia
|
| Cannot trap Excel command in vb6 | 08 Dec 2004 15:26 GMT | 1 |
I cannot trap the Excel Select command below when a work sheet with the name PrideNameMatch is not present. I get an error and processing stops immediately. Dim appXcel As Excel.Application
|
| MSMQ VB com method | 08 Dec 2004 13:01 GMT | 1 |
I have a query regarding MSMQ, Invoke-Com component. How to i refer a VB component (DLL) to MSMQ Com Component. Basically i have create a rule and in that rule ProgID i have given as below "<ProjectName.ClassName>". and Method Name as
|
| DCOM component 'missing' in XP? | 07 Dec 2004 23:39 GMT | 2 |
I am trying to migrate an ActiveX server onto an XP machine and then access it through DCOM and am having no success. The main problem seems to be that the once installed on XP, the server application does not appear in the DCOM config section of the component
|
| variations of commands in versions of office | 03 Dec 2004 12:57 GMT | 2 |
I have a VB 6 application with office integration. From this application I open and write severals commands, like write texts, paragraphs, headers, footers..., same for excel. The problem is when I install the application in clients with diferents
|
| Play complete sound | 03 Dec 2004 12:51 GMT | 1 |
I want to play sounds using the multimedia control, but it is important to play the complete sound before returning to the code (otherwise it will be clipped). I use this code, but it still does not play the sound to the end: MMControl1.Notify = True
|
| send string array from VB to C++ Dll | 02 Dec 2004 16:02 GMT | 1 |
my question is this: i need to send one string array from vb to DLL written with C++. I can do it with other data typre, for exaple long, char or int array.... but when i try to send a string array i can use only first element of array.
|
| Excel Troubles... | 01 Dec 2004 09:00 GMT | 1 |
Hi, Could anyone please give me some advice regarding excel? I wrote a program that basically extracts data from an excel file then saves it my sql db. My problem is that when I run my program in debug mode it runs
|
| Backup | 01 Dec 2004 00:31 GMT | 1 |
I was wondering if somebody could help me with a VB routine to make a backup in a DAT tape. Just for curiosity, I'd like to know more about how to use a DAT tape. Something about preparing the tape, reading, sizing, etc...
|