|
-
Feb 21st, 2000, 09:10 PM
#1
Thread Starter
Hyperactive Member
If I develop an OCX in VB6 professional, can I use it within VB5 SP3 without any trouble?
I use VB6 (Yes, I have paid for it , I installed it yesterday) at home and VB5 at work.
As for now, I know that it will contain only 2 commandbuttons, 1 shapecontrol, 1 timer.
Is there any difference in the way you write the code for an ocx in VB6 versus VB5?
------------------
On Error Goto Bed =:0)
[email protected]
-
Feb 21st, 2000, 09:38 PM
#2
Lively Member
I've never compiled a VB6 ocx for VB5, but going on the controls you listed, I don't think there will be an issue. (There might be if you start throwing in controls such as Common Dialog)
Even if it turns out there is a problem, you should be able to get round it by recompiling the VB6 ocx on your VB5 machine. That should avoid any conflict between VB6 control versions and VB5 control versions.
Good Luck.
------------------
Ishamel
[email protected]
How can I tell you I love you when you are sitting on my face?
-
Feb 21st, 2000, 10:27 PM
#3
Thread Starter
Hyperactive Member
Thank you Ishamel 
I'm fairly new to ocx programming.
Can you or anyone explain to me how I can make the background of my ocx transparent or maybe how I can set the backcolor of the background. what is most effective?
I've figured out that I could make a property called backcolor, then What??
Thanks
------------------
On Error Goto Bed =:0)
[email protected]
-
Feb 21st, 2000, 10:38 PM
#4
-
Feb 21st, 2000, 10:54 PM
#5
Thread Starter
Hyperactive Member
-
Feb 21st, 2000, 11:12 PM
#6
-
Feb 22nd, 2000, 12:09 PM
#7
Hyperactive Member
To use an vb6 ocx in vb5, you need to have installed the vb6 runtime dll's. if you have them,there shouldn't be a problem using it.
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
|