유영인님 감사합니다.
네.. 이제는 제대로 OCX가 동작하는군요..감사..^^
유영인 Cuperido 님이 쓰신 글 :
: VB의 OCX를 직접 사용해 보지는 않아 확실히는 모르겠지만
: 아래 비슷한 증상을 가진 사람에게 내려진 답변을 찾아 보았습니다.
:
: Many VB controls seem to have "Can Create" flag OFF. D4 ignored
: this flag while D5 started to recognize it and complied. D6 added
: a "ignore CanCreate" flag. If you have D5, you can do this:
:
: 1) File | Open (change the file mask to 'Type Library') and
: open the ControlName.OCX
: 2) Find the 'Can Create' flag and turn it ON
: 3) Save As... and save ControlName.TLB
: 4) At a command prompt run
: tlibimp.exe ControlName.TLB
: 5) Replace the ControlName_TLB.pas that didn't show up
: on the palette with this just-generated ControlName_TLB.pas
: 6) Rebuild the package
:
: --Craig
:
:
: Ghost_Method를 가진 사용자는,
: 함수의 이름을 변경하니 없어졌다고 하네요.
:
:
: cuperido
:
:
: dhl 님이 쓰신 글 :
: : 1. Vb로 만들 OCX를 델파이 5.0에서는 추가가 됩니다. 헌데 7.0에서는 추가가 되었는데도.. 팔레트에 나타나지 않는군요.. 왜그런지 알고싶습니다.
: :
: : 2. C로 만든 OCX와 VB로 만들 OCX를 델파이에 올려질때 다른 가요?
: : VB로 된OCX를 올려서 파일을 보면 Ghost_Method라고 되어있는데 왜 그러는지...??
: :
: :
: : OCX를 원하신다면 답글을 주시면 메일로 보내드리겠습니다.
: :
: : VB의 간단한 테스트 소스도요..
|