CHAMALEON BUTTON COM ERRO

MASTER2020 22/06/2010 14:11:30
#345477
Ola amigos eu formatei meu pc reinstalei o vb6
o chamelon boton esta dando erro, ja removi do sistema adicionei novamente o erro e este

erro

cant find project or library

codigo do chamelon

Private Sub CalcPicPos()

[ô]exit if there[ô]s no picture

If picNormal Is Nothing And picHover Is Nothing Then Exit Sub

If (Trim$(elTex) <> [Ô][Ô]) And (PicPosition <> 4) Then [ô]if there is no caption, or we have the picture as background, then we put the picture at the center of the button
Select Case PicPosition
Case 0 [ô]left
picPT.X = rc.Left - picSZ.X - 4
picPT.Y = (He - picSZ.Y) \ 2
Case 1 [ô]right
picPT.X = rc.Right + 4
picPT.Y = (He - picSZ.Y) \ 2
Case 2 [ô]top
picPT.X = (Wi - picSZ.X) \ 2
picPT.Y = rc.Top - picSZ.Y - 2
Case 3 [ô]bottom
picPT.X = (Wi - picSZ.X) \ 2
picPT.Y = rc.Bottom + 2
End Select
Else [ô]center the picture
picPT.X = (Wi - picSZ.X) \ 2
picPT.Y = (He - picSZ.Y) \ 2
End If

End Sub
da erro
MASTER2020 22/06/2010 14:17:39
#345479
ex.. se eu criar um form e tentar adicionar o componente acontece a msm coisa
MASTER2020 22/06/2010 14:23:51
#345480
sera q pode a falta do sp6 do vb6
LANCECOM 22/06/2010 14:36:31
#345483
Resposta escolhida
Colega este, button.OCX este não da bug
MASTER2020 22/06/2010 14:42:18
#345484
Ola Lancecom, muito obrigado mas o arquivo esta corrompido tem como postar novamente por favor

celsocelsoricardo@hotmail.com
MASTER2020 22/06/2010 15:51:16
#345493
sim eu resolvi o problema da ocx. vlw LANCECOM
Tópico encerrado , respostas não são mais permitidas