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.

learn more… | top users | synonyms (1)

0
votes
1answer
6 views

VB6 com interoperability - single class

I have a class library that contains a bunch of classes (say 20). I want to expose one of those classes as a type library to a vb6 client.. Do I have to put the single class in a separate class ...
1
vote
1answer
19 views

Printing a crystal report in landscape to a specifc printer

I have a couple of reports that are designed in landscape mode which work fine when previewing and printing via the VB6 Crystal control. I was recently asked to allow the printer to be changed so ...
0
votes
1answer
20 views

VB6 Data Visualisation [closed]

I am looking for a solution to the following problem. I have an application written in VB6, which doesn't really matter at this point. The thing is, that I need some sort of external tool, which to ...
-1
votes
0answers
11 views

Method or datamember not found error in VB6

In my project there is a use adding form. When i try to press the new button. It shows error Methode or datamember not found. my code is given below. please check my code and give me solution. Public ...
0
votes
0answers
8 views

VB6 Label Text is not Visible When the User control backstyle is Transparent

I am having only the Usercontrol and the Label Placed in it, Properties of the Usercontrol are : Autosize Caption Both, UserControl and Label has the backstyle as 0 - Transparent, in the VB6 Form ...
1
vote
3answers
24 views

VB6 Label Set hand Cursor

How to Set hand Cursor for a Label Control in Visual Basic 6 My label should act like a Link button. I changed the ForeColor to vbBlue , Underline Style and so on.. now I have to set the Hand ...
0
votes
0answers
15 views

VB6 Usercontrol and Label Background Transaparent

I am creating a link Button Control in Visual Basic 6, Using usercontrol. I have a Labelplaced in the UserControl While I am setting the caption for the label the string is not visible but the ...
0
votes
2answers
23 views

Building VB6 projects without registering

We have an old VB6 project that uses ActiveX controls, some of which we build and others we get from third-party vendors. Currently, we use a .csproj project which does the following, Execute ...
0
votes
1answer
23 views

ADODB Connection string in Visual Basic 6

I moved to a new Windows 7 PC and now I need to specify "Network Library=DBMSSOCN" in my connection string. On my old Windows 7 PC, my connection string is Provider=SQLOLEDB.1;Persist Security ...
0
votes
0answers
24 views

Window showing on top of application / VB6

I have a VB6 application consisting of a MDI form, MDI child forms and standard forms. This application has been fine running on operating systems before Windows 7 / Windows 2008 Server R2. On Windows ...
0
votes
1answer
23 views

Maximum amount of class members

Sometime I am in need to create classes with quite a high amount of members. What I notice is that the higher the amount of members is, the more fro my PF (Page File) IS USED (NOT RAM). But the real ...
0
votes
1answer
11 views

vb6 - sending message into winsock server chat

I've a simple winsock server chat and this is the code: Private Sub Form_Load() Winsock1.LocalPort = 5100 Winsock1.Listen End Sub Private Sub Winsock1_ConnectionRequest(ByVal requestID As Long) ...
0
votes
2answers
20 views

refresh msflexgrid from another form

Working on some old code at the moment and a bit stuck I have a main form that has a msflexgrid populated with data from SQL and on this form there is a button, which opens a modal form that allows ...
1
vote
1answer
21 views

how to receive a packet of bytes and words (two bytes) and septate them in vb6 or vb express 2010

I want to connect an 8 bit micro-controller to my PC using VB6 6 or Visual Basic Express Edition 2010. My information contains some 2-byte words and some byte information for example 4 or 5 bytes. I ...
-1
votes
0answers
16 views

vb6 multilanguage support [closed]

Although VB.NET has been around the corner long ago, I still need to finish an application written entirely in VB6. The next stage for that application is to implement multilanguage support over the ...
-1
votes
0answers
18 views

vb6 2d/3d optimization routine [closed]

I need to develop an application which will order wooden sheets on top of each other and divide them into packaging groups based on predefined desired weight. After doing a log of research, I am ...
1
vote
1answer
37 views

VB6 Maximum Size of an Array

Dear StackOverflow USers! I recently came across an unusual need to solve a problem in VB6. I have developed an application where I need to temporarily store very large volumes of data into the ...
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 ...
3
votes
1answer
34 views

VB6 Transparency for con

Is it possible to adjust forms transparency in VB6 like in VB.NET? I need this effect especially for irregularly shaped intro screen, where I need the form to be invisible, while the shape on it and ...
-1
votes
1answer
10 views

Creating Polygonal Objects with VB6

I am developing an application, where I need to be able to draw floor plans but I need the lines drawn to act more or less as object. For instance I need to be able to click on a Line, or in case that ...
0
votes
1answer
18 views

Read Autocad Drawing with VB6

I need to open and read the contents of an Autocad file, containing information for a building- walls, windows and so on and read and categorize that information. Since these Autocad files vary, i ...
-1
votes
1answer
22 views

VB6 need to have a clickable line

I am developing an application, with many lines (line controls) placed on a form. Also these are referred to as the "light" controls. I want want to have a click and mouse over events for these lines ...
1
vote
0answers
38 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 ...
0
votes
1answer
24 views

Combo Box Access 2007 VB code

How do you display combo box using recordset? Neither code piece given below is working. Neither rowsource nor additem is working. Editing the rowsource property in design view properties is not ...
-1
votes
1answer
29 views

Changing Encoding UCS-2-LE w/o BOM to readable format [closed]

I have a large file of about 80MB which is encoded in UCS-2 LE w/o BOM. I don't know what that is and how to change encoding in readable format. Kindly provide the Code in PHP or C or any application ...
0
votes
0answers
39 views

How can I include a Timeout with ReadFile

I have redone some code which was hanging when the result of the szFullCommand returned too much data with WaitForSingleObject. Now I'm getting all of the data into the returned bytes, but how do I ...
0
votes
0answers
13 views

iOS - Communicate from iOS to VB server that uses winsock

How can I communicate from iOS to a VB Server that uses winsock? I tried the CocoaAsyncSocket class but it don't work. Thanks
0
votes
1answer
35 views

Rich Text in a VB6 text box

Does anyone know if there is a way outside of using a 3rd Party text box control, to enter HTML into a VB6 text box. I havent found anything online.
0
votes
0answers
18 views

MSFLEXGRID slow navigation between cells

I am using msflexgrid in my vb6 application, It do work fine,but if any cell has large content then the problem comes. the problem is that when we navigate in grid by using arrow buttons, navigation ...
-2
votes
1answer
28 views

Image blink in vb6

I have created a game using visual basic 6. This is simple game as i'm a beginner in vb. I have inserted some pictures by deleting its background in photoshop and saving in the ".gif" format, so that ...
1
vote
1answer
23 views

Dock window in VB6

How to dock form to another form (like VB6's Immediate, Debug forms...)? I've tried to do it with a MDI Form and a child form, but I couldn't dock child form to MDI parent. Also I've found some ...
0
votes
1answer
38 views

Com+ versus WCF. Or both? [closed]

I have a COM+ application written in VB6 and a client application which uses the COM+ app to pull data from the database. Now, the client application, which is written also in VB6 must work under ...
-1
votes
1answer
62 views

How to properly convert and use native COM types in a ATL-based server?

I have to write a COM server DLL (using ATL) that is called by the plugin interface of an old (closed-source) VB6 application and would like to avoid possible leaks (of course)! The interface ...
1
vote
1answer
34 views

How to Close VB6 Parent Form From .NET Interop-ed UserControl?

I'm building a "plug-in" of sorts for an already-deployed VB6 executable. I'm using .NET along with COM-Interop. The VB6 creates a blank form and then loads my .NET UserControl into it (however by now ...
0
votes
0answers
66 views

Fastest way to grab all cell styles

Hi I'm having a problem with the speed of my vb function. Right now I'm iterating through the cells and grabbing their style names one by one. Is there a way to grab all their style names at once and ...
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 ...
0
votes
0answers
12 views

Can we include VLC Player plugin in VB6 form

I want to include vlc mediaplayer plugin in vb6 form as a COM component ? I embedded it in .NET 2010. Is it possible to embedded in vb6
0
votes
2answers
40 views

Does IDispatch::Invoke(DISPATCH_PROPERTYGET) increment the reference count on the IDispatch interface returned?

I'm currently working on an COM server (using ATL) to be used by a closed source VB application. So far everything is working but I want to ensure that no leaks are there... so my question is: Do I ...
0
votes
2answers
39 views

How to extract lines from a text file which contains ERROR key word in the sentence using VB6

How to extract lines from a text file which contains ERROR key word in the sentence using VB6. I am very new to VB6 and want to extract multiple lines from a log file and put them in the last of log ...
-1
votes
0answers
45 views

How to excute query on existing recordset?

I have a table "TableA" with column name Name,"Y/N","Value1","Value2". This data is in excel file. And have multiple entries for each Name. Want to add one column to this table and calculate value ...
0
votes
2answers
30 views

MS ACCESS Query with sub queries

I need your help to create two queries for MS Access Database that I can run from VB6. Here is my Table Schema of the tables (ORDER, AMC, Customer) Table 1: Order Order_ID Order_Date Customer_ID ...
2
votes
1answer
43 views

VB Equivalent of “To” in C#

I know that in the context of loops the equivalent of To in i = long1 To long2 in VB is (i = long1; i < long2; ++i) in C#, but I am trying to find a an equivalent of it in the context of ...
0
votes
1answer
56 views

C# Process vs VB6 Shell vs UAC

I'm rewriting a small VB6 application/tool whose job is to install the latest version of some legacy VB6 app. The legacy VB6 app is an ActiveX DLL that's built and packaged into an executable ...
0
votes
1answer
33 views

VB6 Package and Deployment Wizard DLL Self Register SQL DMO Setup

I Want to install the SQLDMO along with my VB6 Application.. SQLDMO Client is used in my application for Database Backup.. Whenever the setup is installed in the target machine Win XP and While ...
1
vote
1answer
27 views

WaitForSingleObject is timing out when returned data is over 4150 bytes

Using VBA 6.0 and WaitForSingleObject. I'm relatively new to VBA 6 so I'm having this problem. Unfortunately, I cannot upgrade the project to VS 2010. I am creating a pipe out to a cmd shell and ...
4
votes
1answer
47 views

Upgrade VB6 Container Class to VB.NET

Okay, so I'm upgrading a VB6 app to VB.NET and I'm unsure of how to modernize the class_terminate component of a container class I'm building: Private Sub class_terminate() If Not ...
0
votes
2answers
25 views

How to transfer control back to the program from where the shell command is called in vb6.0?

I'm working on a project in which total 5 modules are there like HR, Accounts etc. The software is desingned in such a way that all these 5 modules are created seperately and connected to the main ...
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?
0
votes
1answer
26 views

vb6 with timer in flash issue

I would like to run flash file in vb6. The flash is a timer that shows a pie and counter to display the time and it used an internal timer. I'm trtying to load the swf file but it doesn't start. ...
3
votes
4answers
47 views

how to access the temporary table created inside stored procedure [vb6]

I have a stored procedure inside which I am creating a temporary table. My vb code will execute this stored procedure. Is it possible to access the data in the temp table in vb6 after sp execution?

1 2 3 4 5 109