|
-
Apr 12th, 2004, 01:40 AM
#1
Thread Starter
Addicted Member
Another OCX question for today
Hi,
I have also made several ocxs myself and had used them in my programs. The problem is the deployment of the programs. How will I know if all my ocxs are registered in the computers to which they are supposed to run?
[vbcode]
If SymptomsPersist Then Goto VBForum
[/vbcode]
This is our world now...the world of the electron and the switch, the beauty of the baud.We make use of a service already existing without paying for what could be dirt cheep if it wasn't run by profiteering gluttons, and you call us criminals. We explore...and you call us criminals. We exist without skin color, without nationality, without religious bias...and you call us criminals. You build atomic bombs, wage wars, murder, cheat, and lie to us and try to make us believe it is for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for. I am a hacker and this is my manifesto.You may stop this individual, but you can't stop us all...after all, we're all alike."
+++The Mentor+++
-
Apr 12th, 2004, 01:42 AM
#2
Re: Another OCX question for today
Originally posted by ripple214
How will I know if all my ocxs are registered in the computers to which they are supposed to run?
You won't get any errors. 
Just make sure you include them while packaging. That should be enough.
-
Apr 12th, 2004, 01:59 AM
#3
Thread Starter
Addicted Member
Duh!!!
I hate to be rude, but isn't that what my question is for. If my programs are to be deployed, they must not have runtime errors. That's why I need to know if all my ocxs are registered. I mean I just can't wait until my program gives an error message just to know that the ocx is not registered. I need to know if all of them are registered during the start of my programs.
[vbcode]
If SymptomsPersist Then Goto VBForum
[/vbcode]
This is our world now...the world of the electron and the switch, the beauty of the baud.We make use of a service already existing without paying for what could be dirt cheep if it wasn't run by profiteering gluttons, and you call us criminals. We explore...and you call us criminals. We exist without skin color, without nationality, without religious bias...and you call us criminals. You build atomic bombs, wage wars, murder, cheat, and lie to us and try to make us believe it is for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for. I am a hacker and this is my manifesto.You may stop this individual, but you can't stop us all...after all, we're all alike."
+++The Mentor+++
-
Apr 12th, 2004, 05:32 AM
#4
-
Apr 12th, 2004, 05:36 AM
#5
Frenzied Member
ahh say you could find out if an ocx was not registered.. what exactly would you do about it? tell the user which file is missing? this is exactly what happens already
-
Apr 12th, 2004, 10:07 AM
#6
-
Apr 12th, 2004, 01:06 PM
#7
PowerPoster
Use the Package and Deployment program provided with VB or use a 3rd party version. Either way, all you have to do is tell the package to include your OCX and it will gather all the needed files ona install/register everything for you. You should have no problems.
Why are you trying to make it more complicated than it is?
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

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
|