| Thread | Last Post | Replies |
|
| Call Function by string variable with bref parameter | 11 Aug 2003 15:56 GMT | 1 |
An urgent problem for help! I have a problem to solve,it has disturbed me for a long time. It requires:
|
| Right to left highlighting | 11 Aug 2003 14:34 GMT | 6 |
A user of a program I wrote was getting incorrect results from calculations based on her input in a textbox. I finally had to sit down and watch her every move and discovered that when she changes a value in a text box, she does so by dragging the mouse accross the
|
| How to engineer ActiveX EXE as both Standalone and Server? | 11 Aug 2003 13:42 GMT | 2 |
I've got an ActiveX EXE which I am engineering as both a standalone executable (runnable from the windows shell) and a COM server (creatable by a software client). What is the best way to engineer this so that the ActiveX EXE has an awareness of whether it is being executed by a ...
|
| Abstract & Interface Class?? | 11 Aug 2003 12:36 GMT | 1 |
Some queires, * Whats abstract class & how i can implement in VB 6? * Whats Interface? * Difference between this two i.e Abstract & Interface class..
|
| Automation error | 11 Aug 2003 08:39 GMT | 1 |
i've made an activex DLL in VB6, and registered it in the windows com service. When i call this DLL in an ASP page, with the createObject method i see this error:
|
| Weird Excel vs VB6 problem | 11 Aug 2003 07:49 GMT | 2 |
I'm building a vb6 app that reads data from an Access table into a recordset, then it performs some calculating with the data and finally the the data is written to an excel worksheet which is saved tot disk when all is done.
|
| Urgent | 11 Aug 2003 07:20 GMT | 1 |
Some basic queires while coming to the concept of Abstract & Interface. * Whats abstract class & how i can implement in VB 6? * Whats Interface?
|
| VB 6.0 WITH XP | 10 Aug 2003 05:37 GMT | 2 |
VERY NEW AT THIS. WILL MY VISUAL BASIC 6.O WORK WITH WINDOWS XP? IF NOT, IS THERE A WAY?
|
| phone | 08 Aug 2003 21:24 GMT | 3 |
Is is possible to make voice calls down a broadband line? Jerry
|
| Compiled VB Comments | 08 Aug 2003 15:22 GMT | 3 |
Does anyone know how to add comments to a compiled VB application? For example if I have enums in a project and I want to add a comment for each enum and see it inside of object browser - how would I do this?
|
| View COM connections | 07 Aug 2003 16:53 GMT | 4 |
I need to know if there is a way to view all the connections that a COM component currently has open. I need to see the number of connections and who is connected to the component. Any help is appreciated. John
|
| Using AttachmentPathName and AttachmentName | 07 Aug 2003 13:14 GMT | 1 |
I am trying to copy an attachment from my inbox to another folder on our network. Although it works, it is truncating the name of the attachment when it is copied if it is greater than 8 characters. How do I retrieve the
|
| Error 429 -- Can't create ActiveX object | 07 Aug 2003 08:34 GMT | 2 |
Any pointers on identifying the Error 429 (can't create ActiveX Object) in my tiny VB app that simply uses a DTS object to remotely upload Access2000 data to a SQLServer2000 database. In house (developement machines) there is no problem running the utility. When installed on target ...
|
| execute and terminate app...pls help | 06 Aug 2003 14:56 GMT | 1 |
I know that to execute an exe in vb 6 is by using shell command. after executing it how can i terminate it? what is the command? pls help thanks.
|
| using DCOM in VB | 06 Aug 2003 14:55 GMT | 1 |
I'm not a VB programmer, and I try to find the equivalent to "CoCreateInstanceEx" which I use in VC. I saw that VB's "CreateObject" has only 2 parameters : "Class" and "ServerName".
|