I am automating a website to fill in the login details. I have developed this application in vb6 and it runs very well in Windows XP, 7 and 8. Now it is in Windows An error occurred in 10.
In Windo
Tag: VB6
How to pass long groups from VB6 to C # to COM
I need to pass an int or long array (not important) from a VB6 application to the C# COM Visible class. I have tried declaring the interface in C# like this: < /p>
void Subscribe([MarshalAs(U
VB6 – serial programming
My requirement is to detect the port number of any communication device connection
How can we add any communication device driver in the package, which can follow me Install the package toget
VB6 – in Visual Basic 6.0: Create an array of dynamic controls
I want to copy a control on my form,
using a user control, which has the same name and added “new”.
(Label1 —-> newLabel1)
This is my code snippet:
Private Sub CreateLabel(ByRef lblCo
Isdouble () in VB6?
Is there any IsDouble() function in VB6? If I am not mistaken, the Double data type in VB6 is equivalent to float in SQL Server 2000.
Thank you very much for your suggestions. < div class="answe
How to recompile ACTIVEX Grid Control (VB6) to 64-bit OCX?
Since 2000, we have been working on ActiveX grid control and have many satisfied customers. The control is still supported, but the main problem we and our customers face recently is 64 The bit ver
64-bit C # with 32-bit VB6 COM object
I have a 32-bit in-process STA VB6 DLL. I regret that there is nothing I can do about it. My C# components greatly benefit from 64-bit. Anyway I call/interface from my 64-bit process This 32-bit dl
Is VB6 have a Linq expression?
I talked to a person about linq on a visual basis. He showed the linq expression in vb, but I can’t be sure whether it’s managed or non-managed (vb6) because I never Have used any of them.
Do
VB6 – Remove exceptions from the series
I have an Outlook series, but there are some exceptions. What I want to do is delete all exceptions in this series. Does anyone know if there is a way to do this? Since the exception list is read-o
How do I retrieve data from SQLITE to VB6?
I use SQLite3 ODBC driver as my connection string,
Dim conn As ADODB.Connection Set conn = New ADODB.Connection
Dim rs As New ADODB.Recordset
Set conn = New ADODB.Connection
conn.ConnectionSt