Click here to Skip to main content
16,022,339 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
i do have vb6.0 project. when i load the form the controls are not loading and not able to run the vb project. i can see the below error in the log file.

Cannot load control SSDataGrid1; license not found
Cannot load control sscboBit; license not found

i can see the line of code in my project for the control creation

Begin SSDataWidgets_B.SSDBCombo sscboBit
Bindings = "HMENY.frx":1553
Height = 360
Left = 1230
TabIndex = 46
Top = 240
Width = 2385
MousePointer = 2
ListAutoPosition= 0 'False
MaxDropDownItems= 14
AllowInput = 0 'False
_Version = 196617
BackColorOdd = 16777152
Columns(0).Width= 3200
_ExtentX = 4207
_ExtentY = 635
_StockProps = 93
BackColor = 65535
End

Can you please let me know what license i should install for run this application?

thanks

What I have tried:

registered the COMDLG32.OCX,ssdw3b32.ocx,MSFLXGRD.OCX controls from system32 folder.
Posted

1 solution

According to Google, SSDataGrid is a Syncfusion product - so the best place to start is with them.

But ... VB6? You do realize that it was superseded by the much more consistent and powerful VB.NET over 20 years ago and really shouldn't be used for new projects ...
 
Share this answer
 
Comments
Dhanasekaran Murugesan 27-Jun-24 2:42am    
So i can install the Syncfusion trial version?. will it be allow to install in xp machine. because my vb6.0 installed in windows xp machine.
OriginalGriff 27-Jun-24 3:31am    
That you will have to take up with them - way too many variables! :laugh:
Dave Kreskowiak 27-Jun-24 10:38am    
You do know Windows XP went end-of-life, meaning there are no updates for it at all (security or otherwise), over 10 years ago, right? It may be still usable, but I wouldn't connect the machine to the internet if you want to keep it that way.

I get it if this is your only machine and you don't have the money to upgrade. You have to understand that VB6 has been dead for over 22 years now, so don't expect to be able to find a lot of support for it. You're running hardware, an O/S, and a dev environment that are essentially museum pieces.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900