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

    OCX FILES AND PROGRAMMING

    A friend of mine programs using visual basic and wants to make his own .ocx file for his program. I've tried opening multiple .ocx files in notepad and in DOS to see if it's comprehendable and if I would be able to compare them and see what makes them work, but unfortunately they're encrypted or compiled and are unreadable. I was wondering if any of you guys could give me a hand and point me towards a website or suggest a book that I could read that could teach me (and my friend) how to create our own .ocx files. I appreciate any help. Thanks a bunch.

    SaracenoB


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: OCX FILES AND PROGRAMMING

    Your best bet for tutorals and samples is
    http://search.microsoft.com/us/SearchMS.asp
    look for a tutorial titled "Creating your own classes". Search on that phrase without the quotes and you should get into the tutorial section of MSDN for what yopu want to do.
    A .ocx file is a special type of compiled program much like a .exe except it is designed to be used in conjunction with other programs. WHat you were looking at is compiled code, compiled by the VB Editor, which is why you can not comprehend it.

    John G

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