Results 1 to 4 of 4

Thread: Creating my own components

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Finland
    Posts
    13

    Question

    Hi

    How do I make a button component of my own, that is a class that inherits the properties of a button component and adds a bit of functionality in it?

    Then, how do I add the button I made onto my form?

    Also, is it possible to make this button into a component that I can use in my other projects?

    Kride
    ____________
    You can do almost anything in life as long as you don't rush it.

  2. #2
    Hyperactive Member
    Join Date
    Jul 2000
    Location
    Halifax,UK
    Posts
    274
    Create an activex component add the button and create methods and properties and events for it when it is compiled it can be included in the components of any project.

    They are great fun to create.

    Regards

    Chris
    VB6 VS2005

  3. #3
    Guest

    Wink

    Open a new project and take ActiveX control instead of standard exe;
    With this project U can use the functionality of the controls y're adding on your form and give it some own made.
    after creating it you can usez it in other projects.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Finland
    Posts
    13

    Thumbs up

    Thanks mates

    Think I'll have to activeXate myself fot this one..

    K

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