[VB6] - grouproject with toolbar controls bug
my grouproject have 1 vb6 bug:(
why i see double control in toolbox controls?
(double control: i'm building a control and you see it in toolbox controls... but why i see 2? if i use only that one and not exterior control, why the vb6 put that control 2 times)
Re: [VB6] - grouproject with toolbar controls bug
My guess is that you have 2 controls, different versions. When compiling OCX, using binary compatibility can prevent a new control/guid from being generated every time you compile the control.
Open your components window (Ctrl+T) and see if that information helps. If not, look at your project references also. You should find both controls referenced in one or the other.
Re: [VB6] - grouproject with toolbar controls bug
Quote:
Originally Posted by
LaVolpe
My guess is that you have 2 controls, different versions. When compiling OCX, using binary compatibility can prevent a new control/guid from being generated every time you compile the control.
Open your components window (Ctrl+T) and see if that information helps. If not, look at your project references also. You should find both controls referenced in one or the other.
just 1.. but maybe you have right compile it can confuse VB6.
Another question: why, sometimes, the vb6 ask for change the control version?