|
-
Jul 1st, 2011, 06:27 AM
#1
Thread Starter
PowerPoster
[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)
-
Jul 1st, 2011, 08:13 AM
#2
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.
-
Jul 5th, 2011, 02:43 PM
#3
Thread Starter
PowerPoster
Re: [VB6] - grouproject with toolbar controls bug
 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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|