Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #226519
Fast Port Scanner with Info about Port (updated 12-17-01)

Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated

7_2009-2012 #226520
Enhanced SMTP Emailer

Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.

7_2009-2012 #226549
Dazzling Project Explorer Version 1.1

This VB IDE AddIn is the second and probably last version of the Dazzling Project Explorer. This sin simple terms is a project explorer that allows you to navigate through your project very easily and quickly using the tree view. The tree as you can see from the screenshot shows all the items in your project from components to controls and procedures and variables, and navigating to the item is just a CLICK away. I have incorporated one sugestion from my previous posting (v1.0). I have also corrected all bugs (he says with trepidation knowing what a bold statement that is... and that someone will prove him wrong). I opted to leave version 1.0 on the site for a while at least (i.e. it may dissappear later) because I just thought that it might be useful for people to see version 1 and 1.1 side by side. The code in 1.0 was pretty well stuctured and therefore made the migration to 1.1 relatively simple because all that was basically required was changes to the applications flow rather than a rewrite. A very valuable lesson on the importance and one of the values of creating small procedures which do ONE thing. I might in future write another AddIn using C# for the .NET IDE as I am busy teaching myself C# and I think this is a very useful little AddIn. So keep your eyes open, although it probably wont be in the near future. I hope you all enjoy this and find it as useful as I do. I enjoy your feedback so please come back and post a comment. Vote if you want (I would appreciate it) but to me the most important is commentary/opinions/input/feedback. One last thing if anyone modifies or updates this please post a comment here so I can take a look at the improvements (or solution to any comment I have made in the code).

7_2009-2012 #226550
Code Inserter 1.1

This little AddIn adds Menu Items to the Code Editor Window's PopUp Menu. Selecting one of these Items will insert code/text from a file into your code. The Menu Items and Code can be easily maintained thru text files. This is the second submission on this Project and I am proud to announce that I have solved the problem in the previous version. Everything is now maintainable through text files! This version is a little more advanced than the previous version but it does have more comments etc so hopefully should be easily understood by all and an excellent example of the potential of Classes an what I would call OO programming. Chris basically got me started by submitting some source which got me thinking. I started out trying to use an array to create multiple menu items but this did not work. So I started playing around and eentually created a class with all the Menu Item pieces in. I could then create an array of this class and so providing me with multiple menu items. Now I don't know a lot about OO programming but to me this is OO programming because each Menu Item is now a class object and I can create as many as I like and all though a text file. Cool!

7_2009-2012 #226551
Code Inserter

This VB IDE AddIn will add a Menu Item to the Code Editor window's PopUp Menu. The menu item created has sub menus which when selected will automatically place code into the current procedure. The code is contained in a text file for easy maintenance. This is probably the simplest VB AddIn you could possibly wish for so if you want an introduction to AddIns... This is It! Again I have used my style of small procedures for nice neat and easy to understand and comments to help explai certain items. The code is commented and areas that you will need to customize for your own purpose identified. I hope that this is as useful to others as it is to me. Please leave comments I really appreciate the feedback and vote if you feel the urge, but please leave a comment.

7_2009-2012 #226562
IsFormLoaded?

A simple method to check if a form is loaded without referencing a property (such as .visible) that would in turn load the form.

7_2009-2012 #226583
Log (class)

Easily log events. Log errors by passing the ERR object.

7_2009-2012 #226592
Handsome Mailer

Clearly demostrates how to send email using smtp and also uses the UUEncode algorithum to encode files to be sent as attachments. One more thing: This program has GREAT GUI!!! If you press the "Send" button fast enough, it can also act as an EMAIL SPAMMER!!! ----------Must-See------------

7_2009-2012 #226618
Visual Basic Reporting

This Application displays the use of the built in Reporting functionality of Visual Basic. It Displays how to create a Bound and Unbound Reports

7_2009-2012 #226625
Mass Change Crystal Reports Database

Mass change the database reference for all crystal reports in a folder.

7_2009-2012 #226633
MH-Scheduler

The first line of the DAS.INI file are boolean, You set what days of the week a task needs to be run, and assign a File to run, The Sample file included is a .BAT file. You will have to modify the Days.INI file in order to have the program execute properly. I wrote this simple program for the purpous of signing a system onto the mainframe on weekdays. You can replace the Shell() function with AppActivate() and SendKeys() if you want to advance the program. I used it to launch an AS400 macro.

7_2009-2012 #226640
The Power of Control Array

This shows the power of conArray.It gets all it's Value from a querring a database and dynamically assign controll on the form,do the calculations and shows it in the form with Minimum of code.It also add a scroller if the display region is too big

7_2009-2012 #226645
UPDATED: Magnetic Forms(very Cool)

Gives your Forms a professional touch! With magnetic(automatically docking) Forms. If your using Winamp, you know what I mean. Just move a Winamp window around the screen and it will magnetically snap on the screen border. My Code will not only give you this feature while moving the Forms. Even while resizing! This Code is VERY easy to use. The new Version now doesn't move the Forms manually. This makes it faste on old PCs and Win9x! You just have to see it(PLEASE VOTE FOR IT, too)!

7_2009-2012 #226647
Excel Automation Demo

Here is a simple example of how to automate Microsoft Excel

7_2009-2012 #226680
intelligent grid (update)

intelligent Datagrid (UCDataShow) : Have you ever needed to display unsorted data sorted and grouped in a grid, or tried to show them in a matrix - You didn't want to use the big MSFlex/Flexgrid/FlexH control. - You get your data in an unarranged way and need to arange it grouped by row and column - your data often changes row and column values ... So this is for You. It will display unsorted/unarraged data in rows and columns where they belong to. If data belongs to the Same Row and Column it will be added in this "matrix" as an extra option : it creates an outputstring as HTML. I added some examples/testcases : calendar, timeplan, scheduler and how to simply access information from database (uses ADO) other scenarios are possible : ranking, valuebars/gantt-diagram (not really but possible to create), reports At the end : everything where a 2 dimensional matrix is needed to display indexed data Changes : ---------- - Added Scrollbars - changed PaintGrid for Speed and readybility - moved generating of HMTL to separate function - HTML color can be independent from colors in control - some html-options added - added direct database access

7_2009-2012 #226683
Property Sheet

Just a simple property sheet to make some work more easy and show several informations in one place. It saved me lots of work. It is neither ready nor professional. Feel free to use and modify it. Would be nice if you keep me informed on updates/changes

7_2009-2012 #226714
File Properties Dialog

Display a files property dialog box

7_2009-2012 #226733
Fun with the PC speaker

Shows how to use API to make system speaker beep, distort the beep, Keyboard, and beep according to mouse movements. Later I will add Recording features. The pc speaker is the most universal sound hardware.

7_2009-2012 #226757
A Systray Icon Example

This is just a small example that will show you how to (1)Minimize your form and make it dissapear. (2)Place your forms icon in the systray (3)have a popup menu that re-opens the form etc,There is probaly a million codes out there for this sort of thing but i thought i might as well share mine with you.

7_2009-2012 #226759
Loops For Beginers

This tutorial is for those beginers, who dont know about loops. Just read it, and see for yourself. http://thadood.ath.cx/~fatal

Languages
Top Categories
Global Discovery