|
-
Aug 4th, 2006, 01:35 AM
#1
Thread Starter
New Member
How i register ocx at client side
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?
-
Aug 4th, 2006, 05:58 AM
#2
Re: How i register ocx at client side
Welcome to the forums. 
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.
-
Aug 4th, 2006, 01:37 PM
#3
Re: How i register ocx at client side
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).
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|