|
-
Aug 2nd, 2000, 01:59 AM
#1
Thread Starter
Addicted Member
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 !
-
Aug 2nd, 2000, 02:07 AM
#2
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.
-
Aug 2nd, 2000, 02:13 AM
#3
Thread Starter
Addicted Member
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 !
-
Aug 2nd, 2000, 02:18 AM
#4
-
Aug 2nd, 2000, 02:23 AM
#5
Hyperactive Member
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.
-
Aug 2nd, 2000, 02:24 AM
#6
Thread Starter
Addicted Member
well i sure hope they will !!!
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 2nd, 2000, 02:30 AM
#7
Thread Starter
Addicted Member
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 !
-
Aug 2nd, 2000, 02:38 AM
#8
Hyperactive Member
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.
-
Aug 2nd, 2000, 02:58 AM
#9
Thread Starter
Addicted Member
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 2nd, 2000, 03:18 AM
#10
Addicted Member
reeset,
Can i have a copy too?
Regards
-
Aug 2nd, 2000, 03:28 AM
#11
Addicted Member
-
Aug 2nd, 2000, 10:31 AM
#12
Hyperactive Member
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.
-
Aug 2nd, 2000, 11:50 AM
#13
Addicted Member
Thanks!!
-
Aug 2nd, 2000, 12:18 PM
#14
Hyperactive Member
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.)
-
Aug 2nd, 2000, 03:11 PM
#15
Frenzied Member
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.
-
Aug 2nd, 2000, 09:11 PM
#16
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|