Advertisement

Results for "Category: Miscellaneous"

2002C #10811
qPrinter (1.6.0) - improved print object with preview and form print

qPrinter is an enhanced Printer Object with Print Preview. Now includes the FormPrint method to create documents from the text-based items of a form or container improving on the blocky bitmap of the PrintForm method in Visual Basic. Standard documents can be created from TextItems and each item can have alignment, font, positioning, borders and shading properties set. TextItems can be positioned 'absolutely' on a specific page. Changes to font, alignment and indentation properties can be made using HTML-style tags within the text of a TextItem. Preview/Print features include zoom, preview window resizing, collation, number of copies and printer selection. qPrinter also supports Headers and Footers. A Test Project (PrinterTest.vbg) is included demonstrating some of the features. Full documentation is available from our website http://www.qbdsoftware.co.uk/moth as well as downloads of a Dutch version and a Visual Basic 5 version. You need to set the Error Handler (Tools>Options>General) to 'Break on unhandled errors'. This is in order for the project to catalog array based control items.

2002C #10812
Show all Domains and Computers in LAN

After searching for this without results for about a year, I put all little bits of code I have found together and created these two Class Modules. One Class Module handles the enumeration of the Domains / Workgroups in your LAN, the other handles the enumeration of the Computers available in a specific domain. Included is a small demonstration program (as shown in the screenshot). Because of the Class Modules, you can easily add this functionality to any other program. This has only been tested on Win98 SE (so it does work on Win98, not like most other examples I have found, they only worked on WinNT). If anyone has problems with the enumeration on certain systems, please let me know so I can work it out. As usual, please leave comments, and vote if you like.

2002C #10819
Make Your Program Start Up When You Reboot

This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!

2002C #10822
VB Start Menu !

A VB Start Menu that actually looks a little like the the windows one (check screen shot) I downloaded Itay Sagui 's code the other day and i thought it needed some updating (no offence Itay) i kept some of his code in there but its now more like a task bar with my own 'Run' form in as well, it's fully commented nearly everything is explained. Please check it out, Leave comments & Vote. (no laughing at my PSC logo hehe)

2002C #10862
vbPortScan

vbPortScan is a simple port scanning utility for footprinting the security of your system. You can choose a range of ports to scan, a local or remote ip address, and the software will return a list of open or closed ports. Also configurable is the timeout (wait) parameter. This application also shows the use of the GetTickCount API call to demonstrate high resolution timers in Windows. UPDATED: now vbPortScan will do a "banner grab" and return any information about an open port.

2002C #10872
AutoSort With Arrays

Load a files contents into an combo box then sort the unsplit lines of text in the combo box then Split the lines and add to proper place... Great for things used to keep track of names with info about the name... Check out this example!

2002C #10885
A clean way to add control arrays at runtime!

This code, will add elements to a control array element at runtime. This is very easy to do, as a control array is actually a collection and gives us a count.

2002C #10892
Email validator

This code validates an email. I was searching this site for a good email validation... but I found nothing interesting. So I did this... it also validates the domain part... with .com, .net... etc... all countries... and even the newest .ws, .museum, .biz... etc... well... have fun!

2002C #10900
AnswerIT(VoiceMail) (ReSubmit)

Voice Mail, answering machine using Microsoft Telephony which installed as a part of the MS Speech SDK. This submission has the xtell.dll i left out before.

2002C #10922
Progressbar without OCX/DLL

Make a progressbar in VB without any OCX or DLL's

2002C #10943
Demonstration of how to use the TreeView control.

This vb project demonstrates full use of the TreeView control which is quite hard to learn how to use on your own.

2002C #10956
Learn how to make a DLL in Visual Basic (ActiveX)

make a DLL in Visual basic... works just like an active X control

2002C #10964
Simple Picture Viewer

View pictures dropped to the program (remember, dropped only!) (give comments please!)

2002C #10986
Move controls in a form

Use this code to drag and drop (almost) any control anywhere on a form.

2002C #10987
Save Settings

What this program does is how people how to save setting without using a .ini file

2002C #10995
Sorting numeric/dates a listview

This code is an adapt form MSDN. It will sort numeric - or on dates - any column with the apropriate tag (be aware that the column values must be all numeric or dates - according with the tag of the column ) It uses only one module - and on the form with the listview 1 line of code ! IF

2002C #11006
Mouse Stuff

do things to the mouse pointer. Set where you want it, lock it in one place etc.

2002C #11007
Ant simulator!!!!

IT'S AN ANT SIMULATOR!!!!! Well, sorta. Anyway, it's great to watch and can teach you about things like: BITBLT!!! PICTURE BOXES!!! LOOPING!!! It doesn't have anything much to do with ants but it is good fun to watch and a great way to waste time

2002C #11009
PW Protect Folders By DmX

This program will protect folders from being opened without a password. The only problem with this is that it won't werk if the folder has been renamed! If you know the code to protect a folder from being renamed then please Im me(xMEminemMx) or e-mail me(DMXXMD44@fcmail.com). I really didn't want to post this up here because instead of people voting or commenting on it they will jus d/l and steal the code and change some stuff and say they made it, I spent a lot of time debugging and fixing this to werk so please if you like the code then vote for it and use it for what ever you like, also please send in comments.

2002C #11010
Bounce By DmX

Shows how to bounce an image around on a form. The image can move in all directions.

Languages
Top Categories
Global Discovery