| Thread | Last Post | Replies |
|
| Error accessing the system registry | 31 Dec 2008 13:09 GMT | - |
To address your problems, select the Microsoft Visual Basic 6.0 shortcut from the Start menu and right-click on it. Select Pr operties, and the property sheet for the shortcut will be displayed. Next, click on the Compatibility tab. It is recommended that you make the following ...
|
| Excel link to TWS <49e0a9dd-34b0-4b7d-bac5-834d0c5f5ff4@v3g2000hsc.googlegroups.com> | 28 Dec 2008 21:24 GMT | - |
Hi Sergey, Apologies for long absence. I am currently working on an Excel link to TWS to customize a daytrading screen - including simple charting. Excel's charting is not great for stocks, and the best chart is the candle, but I use bar charts - so currently trying out a few ...
|
| IMEX=1 triggers "Cannot find installable ISAM" error | 24 Dec 2008 13:57 GMT | 2 |
I have an app that uses OLEDB to connect to an excel sheet ans reads rows from a named range. There was a problem with null values being incorrectly returned. I add the connection string parameter "IMEX=1" to my connection string, now I get the "cannot find installable ISAM".
|
| Robot speed calcuation | 24 Dec 2008 02:05 GMT | 2 |
Since 3 days I'm fighting with a percentage calculation. I have a combo box that shows values from "10%" - "200%". The device I'm going to control (an automated machine) accepts values of let's say Speed Min 35 and Speed Max 249.
|
| How to use OleCreateStaticFromData to create CF_METAFILEPICT | 22 Dec 2008 15:41 GMT | - |
I am able to pull out a metafile from a rich text control, create a HMETAFILEPICT for it, save it to disk, and display it with paint.exe. I now need to be able to do the reverse - load the file, create a HMETAFILEPICT from it, and paste it back into the rich text control.
|
| Printers from terminal service session | 18 Dec 2008 22:34 GMT | - |
Hello! i need know printer names from mi vb6 app running in terminal server sessión. Just only printer from pc host, not printers from server. Somebody may helpme. Thanks
|
| Diagnosing a binary compatibility problem - OLE Viewer reports problem | 17 Dec 2008 06:31 GMT | - |
I have a longstanding problem which I've never bottomed which I'm revisiting again. The problem is that I have one ocx project ("projectA") which I cannot compile with binary compatibility. As soon as I build it, copy the ocx for a bc image and then try to either run or
|
| Public properties/functions visible to outside programs in standard exe? | 16 Dec 2008 21:47 GMT | 2 |
I just want to confirm that public properties and functions in a VB6 standard exe project are not visible to, or callable by an outside program. I know that a program compiled as a VB6 ActiveX exe can be accessed by another program in the same manner as an ActiveX dll, but an ...
|
| Can Excel show OLE object created in DLL of VB6 ? | 16 Dec 2008 08:29 GMT | - |
In VB6 I created a DLL with a form including an OLE object with Microsoft excel chart. When I call this DLL in Excel for showing form, OLE object is blank. It has data, title etc, I can retrieve their values but cannot see them in OLE
|
| Can Excel show OLE object created in DLL of VB6 ? | 16 Dec 2008 08:27 GMT | - |
In VB6 I created a DLL with a form including an OLE object with Microsoft excel chart. When I call this DLL in Excel for showing form, OLE object is blank. It has data, title etc, I can retrieve their values but cannot see them in OLE
|
| Can Excel show OLE object created in DLL of VB6 ? | 16 Dec 2008 08:26 GMT | - |
In VB6 I created a DLL with a form including an OLE object with Microsoft excel chart. When I call this DLL in Excel for showing form, OLE object is blank. It has data, title etc, I can retrieve their values but cannot see them in OLE
|
| Custom Errors - why automation error | 16 Dec 2008 05:10 GMT | 3 |
I have some code in a dll Public Function TestFunction() As Long On Error GoTo Catch <snip>
|
| Help with MS Internet Transfer Control | 14 Dec 2008 09:32 GMT | - |
Hi :) Got this strange problem with MS Internet Transfer Control (SP6) I have two PCs with different IPs Trying to access a particular website
|
| (VB6) Passing vba.collection byref to routine | 12 Dec 2008 08:37 GMT | 7 |
I have a *.dll that expose a method that accept an ByRef array of Vba.Collection. This *.dll is used into an *.exe. When I run in debug mode with a project that contain both *.dll and *.exe, no issue. Compiling *.dll no issue.
|
| Debug an ActiveX DLL (VB6) ? | 10 Dec 2008 23:31 GMT | 4 |
Can I debug (step into) an ActiveX DLL (in VB6) before creating it into DLL for testing ? Thanks in advance
|