Results 1 to 4 of 4

Thread: active x

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    bkk
    Posts
    224

    active x

    hi all
    iam new to active x , iam in developement of database project, i nee to know how to declare global variable, and useing that varibles i need to retrieve return values in my main project, ie ocx control has to calculate and it should give a return value, the result should be in my vb project form
    pls help
    cheers
    parthi

  2. #2
    Frenzied Member jjortiz's Avatar
    Join Date
    Mar 2001
    Location
    NYC
    Posts
    1,768
    Well you can make a public property in the ocx and use get let

    or you can make a Public Function and return it as the value type that you want.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    bkk
    Posts
    224

    active

    can you just give an example for thatt plz
    parthi

  4. #4
    Frenzied Member jjortiz's Avatar
    Join Date
    Mar 2001
    Location
    NYC
    Posts
    1,768
    Here is all the samples that you need.

    http://www.vbworld.com/activex/controls/

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