Results 1 to 3 of 3

Thread: How i register ocx at client side

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    1

    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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width