Visual Basic 6.0 (VB6) is the third generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model.
3
votes
0answers
66 views
Strange behaviour when calling VB6.0 COM-component in C# (in python all is ok)
I have some problems when working with COM-component in C#.
I have old (~2001-2003year developed) VB6 COM component, and unfortunately there is no source code for it. The component interacting with a ...
3
votes
0answers
85 views
VB6 app sending UDP broadcast messages via winsock - only every second message is sent
I have a VB6 appl in which I have a function where I send out messages (to trace what the appl is doing) by sending UDP broadcast messages (either to 255.255.255.255 or the subnet's broadcast addr ...
3
votes
0answers
133 views
C# COM control in VB6: Make a container out of the control
I have a c# control that I use inside of VB6, which is basically a panel with rounded corners. I'd like to know if there is a way to make that control a container, sort of like a Frame is a container. ...
3
votes
0answers
2k views
XML-RPC HTTPS POST USING MSXML2.ServerXMLHTTP.6.0 VB 6
RPC using MSXML2.ServerXMLHTTP.6.0 in VB6
the server I am communicating with is using SSL trough port 40052 and a
self signed CA, I have tried to make it work for about 2 days now before posting, I ...
3
votes
0answers
198 views
Passing C# array of COM objects to VB6
I'm trying to pass .NET array to COM VB6 library. I have an object which is COM wrapper of VB6 object. It has method with the following signature:
[MethodImpl(MethodImplOptions.InternalCall,
...
3
votes
0answers
343 views
VB 6 data access affected by MsgBox
This problem is beyond weird. I am submitting it in the hope that someone may have seen it before and knows a fix.
Environment VB6, SQL 2005, Citrix XenApp 6.5. This behavior only appears when ...
3
votes
0answers
274 views
passing byref parameters to VB6 COM DLL from Python
I have a VB6 COM DLL with a function declared as follows:
Public Function testFunc(ByRef v1 As Long) As Boolean
When I try to call this from Python2.7 using:
var1 = c_long()
VB6DLL.testFunc(X1)
...
3
votes
0answers
1k views
How do I get ToolStripMenuItem Shortcut Key to work when WinForms control is hosted in VB6 Form
We have a scenario where we are exposing a set of WinForms UserControls via COM to a Legacy VB6 application. We have 3 different controls which have a MenuStrip on it that has the Control + F shortcut ...
2
votes
0answers
79 views
How to recompile ActiveX grid control (VB6) as 64-bit OCX?
We have been working on our ActiveX grid control since 2000 and have a lot of happy customers. The control is still supported, but the main problem we and our customers have recently faced is the ...
2
votes
0answers
91 views
Is there a library for OAuth 2 in VB
I'm trying to implement OAuth 2 connectivity for an old site that's implemented in ASP over IIS 6 with VB (not VB.net)
I tried to find a library that implements OAuth 2 and could not find one. Is ...
2
votes
0answers
774 views
Can you use ChangeDisplaySettingsEx with multiple monitors to switch between clone and extended desktop
I'm working on a legacy vb6 application that operates on Windows XP (embedded) that uses ChangeDisplaySettingsEx to control the resolution of the connected monitors.
I have been tasked with finding a ...
1
vote
0answers
21 views
Crystal Reports 8.5 error when loading subReport
I have a VB6 application which prints some reports. One of the reports has subreports inserted by code.
The function who loads the subreports is this:
Public Function loadSubreport(destSection As ...
1
vote
0answers
43 views
+100
VB6 Ms Access Database Editing large amount of records
I need to process hundreds of thousands of records with VB6 and an MS Access database. I iterate through the recordset and edit each record. However it takes a lot of time to do so. Creating a ...
1
vote
0answers
41 views
ADODB recordset has always EOF and BOF as True while records exist
I have next code on Visual Basic 6:
Static cmd As ADODB.Command
Static rs As ADODB.Recordset
If cmd Is Nothing Then
Set rs = New ADODB.Recordset
rs.ActiveConnection = conn
Set cmd = New ...
1
vote
0answers
37 views
Visual basic 6 and isDate in bulgarian
has anyone used IsDate in bulgarian reginal settings with VB6?
For example today is "11.6.2013 г."
IsDate("11.6.2013 г.")
returns error.
Any help?
1
vote
0answers
36 views
Events raised in .net code is does not seem to occur in COM code when deployed with Side by side manifests
Here is a really simple .net <-> COM interop example using events.
This example works just fine as long as i either use regasm or the register for com interop option in Visual studio build options ...
1
vote
0answers
22 views
Visual Basic — Key List (Gamecontroller?)
How can I find a specific value for Gamecontroller-Key?
I want to use them for a script in a game.
Example:
isKeyPressed(Settings.GetValueKey("Key", Keys.X))
Here are the only key-values I ...
1
vote
0answers
165 views
.NET TcpClient connected to a VB6 Winsock Control does not close when Winsock control is closed
This problem is a bit perplexing and I tried over and over with Google and Stack Overflow to find an answer. I wrote a windows service in VB.NET that uses the TcpListener class to listen for ...
1
vote
0answers
92 views
VB user controls not resizing in windows 8
I'm updating a vb6 application to run in windows 8, and one of the issues is user control windows not resizing (via the window edge drag handles). It works fine under other OSes.
The same issue ...
1
vote
0answers
137 views
datagrid in visual basic 6.0 is not updating
I'm doing a tuition centre database and registration system using vb 6.0, I had created two form, which form 1 is for secretary to type in the data of the student that registered, and the second form ...
1
vote
0answers
89 views
Pass vb6 form to .net
I am using interop to use .Net controls in vb6 application and would like to know if it is possible to pass vb6 form reference as an argument of a method.
I have .net control's init method signature ...
1
vote
0answers
303 views
how to create queries in phpmyadmin using stored procedure in visual basic 6?
i have a problem here with my very simple system that uses stored procedure and my database is in xampp(phpmyadmin, mysql)--this is the required database.
My questions are:
*Is it possible to create ...
1
vote
0answers
169 views
Can I format Strings in VB6 with rich text commands?
I need to add a string to an email in richtext format. I cannot format the text out of a textbox by selecting it as I usually do. Can I just modify the string? And how could I do that?
Currently the ...
1
vote
0answers
93 views
debug php-cgi.exe + vb6 dll
I'm calling through php a vb6 .dll (IIS) and on some rare and weird occasions when i call a particular function the php-cgi.exe crashes with message:
the instruction 0x029b7387 referenced memory at ...
1
vote
0answers
38 views
Is there an applicationsserver like glassfish for visual basic?
Is there an equivalent application server like glassfish or tomcat for java for visual basic programs? Especially for visual basic 6 programs?
1
vote
0answers
196 views
Developing Reg-Free COM application with VB6
I'm maintaining a VB6 application with many COM components (DLLs and OCXs). In order to streamline development and deployment I'd like to use reg-free com. The problem with development is that the ...
1
vote
0answers
370 views
Use VS2010 Setup Project to install VB6 application
Is it even possible to use VS2010 Setup Project to install Visual Basic 6 application, so that it detects and includes all its dependencies and other stuff automatically? I don't have the luxury of ...
1
vote
0answers
249 views
Not able to add VideoLAN VLC component in VB6
I want to create a simple VB project which would play live feed from a CCTV webcam on the form. For this, I am planning to embed VLC in my VB form. I have installed VLC on my PC already. In the ...
1
vote
0answers
197 views
Only get the column definitions (metadata) for a vb6 recordset
In building a recordset for inserting records into our SQL Server database, there is a precedent to do a SELECT in that the WHERE clause would return no rows. This blank recordset will then be filled ...
1
vote
0answers
1k views
VB6 : error when calling .Open on an adodb.Connection object (works with specific contexts)
I'm currently working with small-size old VB6 application.
Here is my problem : when the user clicks a button, the program is opening a connection to an Oracle Database. This works good when running ...
1
vote
0answers
105 views
Using 2d array as datasource of word mailmarge datasource in vb6
I'm creating a word automation in vb6 to create mail marge for mailing labels.Here is a help link to do it using a text file as data source. Now I want to do it using a 2d array as data source. I ...
1
vote
0answers
162 views
Error 3078 over WAN
In a VB6 app accessing a MDB database file over a WAN there are occasionally 3078 errors due to network connectivity issues:
Error 3078: The Microsoft Jet database engine cannot find the input
...
1
vote
0answers
122 views
UI Automating a VB6 application from .NET
For the last few days i have been trying to figure out the best way to get AutomationElement for a specific control in a vb6 application.
My initial way of doing so was by doing a search with the ...
1
vote
0answers
542 views
How to Return Byte Arrays from C# COM DLL to VB6/VBA client
I have a C# library that I'm exposing to VBA/VB6 via COM. I'm able to call functions and pass parameters fine for the most part, but when calling a function that has a byte array as an out param, I ...
1
vote
0answers
185 views
Getting information from server code convert from VB6 to PHP
I need help trying to convert a VB6 code to PHP. My php code is able to connect but stays connected until the timeout occurs. And it does not return any data.
VB6 code:
Private Sub ...
1
vote
0answers
224 views
“Class not registered” error when opening recordset using VB6
I started getting this problem recently. Don't know how it started but I know I disabled some windows services that startup, and deleted some odbc, probably a mysql odbc data source but I'm using MS ...
1
vote
0answers
303 views
Prevent VB6 from automatically upgrade ActiveX controls in a ActiveX dll project
When opening a visual basic 6 project, it automatically updates the activeX control to the latest version.
I saw a post saying that this line must be added in the vbp file NoControlUpgrade=1 for this ...
1
vote
0answers
175 views
How to save a picture from a webcam to a file on the C drive
My application is extremely simple and to the point. When I click a button, it will go to an indicated IP address of a particular camera and either stream video from the IP address in iexplore, or ...
1
vote
0answers
167 views
Oracle 64-bit with Classic ASP + ASP.NET 2.0
I have my project with Classic ASP and Visual Basic COM+ component. I have some pages are integrated in .NET 2.0 version. i have Oracle database as back end and everything is in 32-bit. Its hosted on ...
1
vote
0answers
112 views
VB6 PDF printing on webserver
This is a strange one and is a bit tricky to explain.
We have a website that creates PDF files for users. We already have a DLL from another application that allows us to create the PDF files with ...
1
vote
0answers
604 views
Change Crystal Reports 8.5 connection to SQL Server 2005 dynamically in VB6
We need to connect some Crystal Reports 8.5 to a SQL Server database under MS Windows 7, 64 bit. The query are not handled by the VB6 code of our application, but is included in the Reports and by the ...
1
vote
0answers
613 views
calling adodb open changes connection string
I just got pulled into a project where we are converting old VB6 applications to .NET. Within the application they are passing around the ADODB connection object and grabbing the existing connection ...
1
vote
0answers
85 views
How to debug snapin, property pages in mmc?
I am new to snapin and property pages.
I have a source code that is developed in Visual basic 6.0 of snapin(userControl) and property pages that are referenced in snapin. These will be run in mmc. ...
1
vote
0answers
127 views
Disabling DEP for an Outlook 2010 Add-In
Is there any way to do this?
My legacy VB6 add-in utilizes a legacy (likely C++) third party component to make some UI "skin" enhancements. It works fine in Outlook 2000-2007 but fails in 2010 due ...
1
vote
0answers
194 views
Cookie is sometimes lost with WebBrowser control
I added WebBrowser control to form X, it is used in rare cases to download a file. On form load I invoke
WebBrowser1.Navigate2 "about:blank"
However sometimes my application session cookies are ...
1
vote
0answers
78 views
Where to put the static initialization statements for EF 4.3 Code First and Migrations when working with a class library?
I am just getting my feet wet using Entity Framework 4.3 and Migrations for a SQLServerCompact 4.0 database, so I am using the simplest possible methods to get things started. Following the advice in ...
1
vote
0answers
123 views
Initialization of Net .dll's through a RegFree Com-visible wrapper fails only from one specific directory
I experienced something very curious:
We have currently a hybrid VB6/Net application. The VB6 code calls the Net code through Com-Visible Net Wrappers wich are activated through RegFree Com ...
1
vote
0answers
197 views
SetPixelFormat returns 0, but no error is set?
I'm running a VB6 app in WINE and the OpenGL portion of the program doesn't work. It is using PFD_DRAW_TO_BITMAP. PFD_DRAW_TO_WINDOW formats seem to work.
I've enumerated all the pixel formats ...
1
vote
0answers
185 views
Which properties are necessary for a class to be accepted by a VB6 Controls collection?
I have a winforms control written in vb.net for VB6 program. The control is dynamically added to the VB6 control controls collection.
Set ctrlVB6 = Controls.Add("NETNamespace.SelVB6", "SelNet")
If ...
1
vote
0answers
128 views
LDAP Connection difference between Operating System
i have the same method that performs an LDAP query on two different system. The method is very simple:
Public Function AutenticaDominio(ByVal user As String, ByVal ambiente As String) As String
...