Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am loading a project from one pc

Status
Not open for further replies.

Goha

IS-IT--Management
May 9, 2002
91
0
0
US
I am loading a project from one pc and trying to run it on another. the original pc is my work pc at the office and the second is the pc that i use at home to work from home. I have tried installing vb 4 times what seems to be the issue. it seems to be some sort of licencing issue


Line 1279: Cannot load control Button_Close; license not found.
---------------------------------------------

Begin VB.Label Label2
Caption = "Label2"
Height = 252
Index = 0
Left = 600
TabIndex = 38
Top = 480
Visible = 0 'False
Width = 2052
End
End
Begin Threed.SSCommand Button_Close '<--- line 1279
Height = 735
Left = 9240
TabIndex = 37
Top = 120
Width = 855
_Version = 65536
_ExtentX = 1508
_ExtentY = 1296
_StockProps = 78
Caption = &quot;&CLOSE&quot;
BevelWidth = 1
RoundedCorners = 0 'False
End
 
What is the actual message that you are getting? Have you tried removing the code for the button from the Project?

Rob
 
error:
------
licence information for this componenet not found. you do not have an appropriate licence to use this functionality in the design environment.

I have tried removing it and still get the same problem.

Goha

[mad] [pc3]
 
Can you start a blank Project and add a Command Button to a blank form?


Rob
 
>>Begin Threed.SSCommand Button_Close '<--- line 1279

appears to be a third-party control
this needs to be installed on your home machine
with the appropriate license of course
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top