Results 1 to 16 of 16

Thread: what is an ADD-IN

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156
    hey there

    i would like to know what is an ADD-IN and what is it good for.

    thanks lirlir
    The MORE I get to know,
    I realize that I know NOTHING !

  2. #2
    Guest

    Thumbs up An Add-In is a third party control

    Ok Sheridon, Greentree, etc make additional controls which can be purchased and added to your registry to enhance vb. For example, Greentree have a superior masked edit box to Microsofts'. If you get this and follow their setup routine, it will install and register the new control. If you then check your Project->Component options you will see the control listed. If selected it will appear in your toolbox.

    Microsoft also have addins, e.g MS Agent.

    Hope that explains it.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156
    tnx but,when opening a new project there is an option
    of making addin. how can i make a new one,if you can give
    me an eg. of what kind of addin i can make.

    (as far as i can tell there is no different between active-x
    and addin)

    lirlir
    The MORE I get to know,
    I realize that I know NOTHING !

  4. #4
    Guest

    Unhappy Ok sorry about that didn't quite know what you meant

    What version of vb you using?

    I caren't see a difference either, no doubt some cola breath geek will be able to tell us.

  5. #5
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    I personally use add-ins to enhance the useability of MS Office programs. For example, before all the VBscript virus began circulating throughout the work, I had written an Add-in for my Outlook program that basically scans all my incoming messages looking for .vbs, .js, .wsf, ect. extentions. If one is found, it extracts the attachment and opens it looking for a special signature that my office mates and I use when circulating scripts. If the signature isn't found, the attachment and message is deleted, and a reply is sent to the sender, notifying them that I do not accept script files, but would gladly examine their script if they sent it to me as a text file. I also have the add-in kill all instances of the Windows scripting host when outlook opens and when outlook closes, (this way I can't be responsible for infecting more people), and finally, it prompts me when an attachment is being sent through my outlook mail client. This is useful, so that no unauthorized uses of my outlook client occurs. Any, that is just one example of an add-in, and one of the many uses. Most microsoft apps except add-in (VB for example does), so they can be useful.

    Hope this is enlightening.


  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156

    Cool well i sure hope they will !!!

    i m using VB6.

    The MORE I get to know,
    I realize that I know NOTHING !

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156
    tnx reeset,

    sorry to b such a ... but , can u explain the first few
    steps of writing an addin ?

    tnx (again) lirlir
    The MORE I get to know,
    I realize that I know NOTHING !

  8. #8
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    I'll do you a step better. I'll send you mine. However, it will have to wait until the sun is shining over Oregon. I keep most of my finished stuff at my office. If I can't get your email address off this sight, just post it, and I will pass it along.


  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156
    The MORE I get to know,
    I realize that I know NOTHING !

  10. #10
    Addicted Member Tiovital's Avatar
    Join Date
    Apr 2000
    Posts
    249
    reeset,
    Can i have a copy too?
    Regards

  11. #11
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Mee too please.


  12. #12
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    Sophtware, lirlir:

    you both should have copies of my project in your mailboxes.

    Tiovital,

    I would be happy to send you a copy. Can you please post your address, or just mail it to my. I can't seem to get the mail feature on this list to work right now.

    Thanks.

  13. #13
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Wink Thanks!!


  14. #14
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    Since I have had a few request off the list for a copy of this project, I have decided to just temporarily post it. You can download a zipped version of this project at:

    http://ucs.orst.edu/~reeset/security.zip

    I hope that some of you find it useful.

    (You might have to just paste the url into the address bar. I'm not sure why, but ever since I upgraded to IE 5.5 I can't seem to use a lot of the extra features on this list.)

  15. #15
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    VB ADD-INs are small apps which run in inside the VB development environment and automate or modify the vb code.

    I have written one (OK I lie, I hacked someone elses!) which ,at the click of a button(s), inserts comment blocks, date and other pieces of code such as variable delarations which I use frequenlty

    for example, If I want to query a database in a sub, I can click a button and

    Dim strSQL as String
    Dim rstTemp as Recordset


    will be inserted into the code window.



    Mark
    -------------------

  16. #16
    Guest

    Question Cool is this only vb6 or vb5 also

    Mark

    Could l get a copy of your addin...please sent to [email protected] or [email protected]

    Can see the benefits of it, and would like to check it out.

    Thanks in Advance

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