| Thread | Last Post | Replies |
|
| Type Mismatch on Creating reference to shared Object | 08 Mar 2004 00:06 GMT | 2 |
I have an ActiveX Exe component that has a singleuse object One of the reference to this object is created in the client application, the other reference is created at the bas module in the Exe_server itself For some reason I keep getting the "Type Mismatch" error when creating a ...
|
| MouseOut | 07 Mar 2004 23:22 GMT | 1 |
Anyone got any ideas on a neat emulation of the Java "MouseOut" event fired when the mouse leaves a control? I normally use control arrays and check where the mouse is using a global variable with the index and the MouseMove event - is there any better way as sometimes if you move ...
|
| Date/Time question | 07 Mar 2004 22:43 GMT | 1 |
Can anyone tell me why the following code does not work? Dim A As Single Dim B As Single Dim C As String
|
| VB app to call Media Player | 07 Mar 2004 09:46 GMT | 1 |
I need to create a command button that will play an mp3 on Media Player. Can anyone help? Thanks in advance.
|
| Command Button Color Newbie Question Pl Hekp | 06 Mar 2004 07:36 GMT | 2 |
Hello Masters, Can u please tell me how to change forecolor of the command button? Amit Shinde
|
| Recordset question | 06 Mar 2004 06:44 GMT | 1 |
I would like to know if it is possible to pass the contents of a populated recordset(A) on to another empty recordset(B) ? Example: Set rsRecordsetB = rsRecordsetA And, if so how? Thanks.
|
| Create dll in VB and use in VFP | 06 Mar 2004 01:12 GMT | 3 |
I Have created a dll in VB using this code : Option Explicit Public Function ReverseString(ByRef SomeString As String) As String ReverseString = StrReverse(SomeString)
|
| Take Over a Binary Compatible Project | 05 Mar 2004 17:31 GMT | 1 |
We currently have a toolkit (ActiveX dll) stored in Source Safe and defined with binary compatibility. It has been maintained up to this point by only one person. I want to take over ownership of the project.
|
| Unused varibles | 05 Mar 2004 16:08 GMT | 1 |
We have several projects that have grown over the years. With the source code review utility in MZtools I discovered hundreds of unused varibles diminsioned. Does this hurt the performance of a project once it is compiled to an exe or is vb6's compiler smart enough to correct ...
|
| Clear immediate window | 05 Mar 2004 15:06 GMT | 2 |
Does anyone know how to clear the immediate window in code? After debug.printing stuff it gets very full and confusing it would be good if I could clear the window before each dump. Dave
|
| Intermittent System.BadImageFormatException | 05 Mar 2004 13:56 GMT | 1 |
Boy, this is an annoying error I am consuming an older vb6 dll in my asp.net application When I first started using the dll I had received this garbage error Exception Details: System.Runtime.InteropServices.COMException: Some error in application progra
|
| How do I Retrieve Dir of my COM object? | 04 Mar 2004 23:11 GMT | 4 |
I am building websites using Databases and COM for 3tier apps. Currently I have to tell my COM object where the database is located either 1) Hardcoded in the DLL 2) Via my ASP call
|
| Persisted XML files cannot be opened... | 04 Mar 2004 12:47 GMT | 5 |
I'm getting a most bizarre error and I'm at my wits end trying to diagnose this: Persisted XML files cannot be opened with the version of the Microsoft XML Parser currently installed on this computer. Upgrade your system through a
|
| ActiveX-EXE doesn't show Forms | 03 Mar 2004 23:51 GMT | 4 |
I'm developing an ActiveX-EXE Server, which should run on a Server-Computer. The client creates an instance of the MainClass by CreateObject("MyServerApp.Mainclass", "Server"). The server should show some status-values in a Form. All this is working very fine in the IDE ...
|
| Receiving series of Bytes in Visual Basic | 03 Mar 2004 19:47 GMT | 8 |
I have some problem to receive series of Bytes using MSComm in Visual Basic. If anyone could help me, I am so grateful to you. I am trying to receive series of Bytes from a PIC16F877. These bytes are generated by an image sensor and stored in a SRAM, the PIC get
|