PDA

Click to See Complete Forum and Search --> : How i register ocx at client side


pavya
Aug 4th, 2006, 01:35 AM
i have created on ocx control using vb6. And i have registered this at server side. it works fine at server side. but when i called same at client side. it wont work why?

Can you help me?

Hack
Aug 4th, 2006, 05:58 AM
Welcome to the forums. :wave:

Saying it doesn't work is meaningless.

What does that mean? What does it do that it isn't supposed to? What doesn't it do that it is supposed to?

What is its purpose in the first place?

The less details on your problem that you supply, the longer it will take to get an answer you can use. Conversely, the more details you supply, the quicker you will get a usable response.

Al42
Aug 4th, 2006, 01:37 PM
The first item of data that would be informative is whether it's supposed to work client-side or server-side. If it's a server-side control and it works server-side there's no problem. Server-side code isn't supposed to work client-side, because it runs on the server (which is why it's called server-side).