CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: regarding ocx

  1. #1
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Question regarding ocx

    Hi,
    I have an ocx which was generated in VB 6.0 and which was able to do check for social security and phone nos. like wether user entered data is in xxx-xx-xxx format
    and if its a phone then it would rather show (xxx)-xxx-xxxx where x being a digit
    it had several checks and messages also. like for example if i was using that ocx in VB 6 itself in various project then itwas firing the events and validations

    but as when I ploped that OCX as com component in tools and added that control it just not pops that message nor even events are fired !

    ocx is registerd ! and path settings etc are ok !

    Paresh

  2. #2
    Join Date
    Sep 1999
    Posts
    67

    Re: regarding ocx

    Hi paresh,

    Did u ever solve this problem?

    I have a simular problem. I have an ocx built in c++ that set/throw an event but I cant catch the event from my c# program.

    It works just fine to catch the event in a c++ program. And the event is thown, I have tried the ocx in the "active x control container"

    Any suggestion what I do wrong?

    All help appretiated

    /Anders

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

Featured