Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #197913
Floating Progress Bar

Displays a floating progress bar next to the cursor. Form follows cursor displaying the progress bar.

6_2008-2009 #197919
Get UK Weather

This code will let the user select their town in a tree view panel, then by double clicking the name of their town and then clicking the button a 5 day weather forecast is displayed

6_2008-2009 #197935
UPDATE(2005.12.23) XP Theme Support for Built-in VB Controls

UPDATE(2005.12.23): Problems w/ classic style solved and a bug on mouse move (flickering) resolved. _________________________________________________ Microsoft is not planning on releasing a new service pack for VB6 and we all know that the intrinsic built-in control are behaving badly when used in themed applications. This submission is an attempt to fix some issues with the VB.Frame control and provides custom themed drawing for graphical buttons: CommandButton, OptionButton and CheckBox controls. This, together with the old common controls from VB5, is enough to provide slick XP user-interface to your users. ___________________________________________________________ It's been a long time since my last submission to this site, so cheers to everyone! Report issues with the code here and enjoy!

6_2008-2009 #197944
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.

6_2008-2009 #197958
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!

6_2008-2009 #197965
Yahoo! Chat (YCHT) Example

Demonstrates usage of the YCHT Protocol which is encapsulated (along with winsock) within a class module. All parsing of incoming packets and handling of outgoing packets are handled within the module itself and EventRaise's to return the data to a form which created an instance of it.

6_2008-2009 #197974
Cookie Basics

The first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies.

6_2008-2009 #197978
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.

6_2008-2009 #197984
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!

6_2008-2009 #197992
Derio's Coloring Book

You can create your own object using Visual Basic easily. Just create a picture of the object using Paint, put it on ActiveX Control, setup backstyle to 0, setup the mask color and set the picture as the mask picure, and whoop, you got the passionate object. So, you can easily create the pencil, the pencil box, the eraser, the binder, etc. Then you play with them on the picturebox with some template image on it, you get the Coloring Book! That's the idea ...

6_2008-2009 #197999
AnswerIT(VoiceMail)

Voice Mail, answering machine using Microsoft Telephony. Must have MS Speech SDK Installed. This submission has the xtell.dll i left out before.

6_2008-2009 #198000
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.

6_2008-2009 #198037
Progressbar without OCX/DLL

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

6_2008-2009 #198065
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.

6_2008-2009 #198079
Learn how to make a DLL in Visual Basic (ActiveX)

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

6_2008-2009 #198089
Simple Picture Viewer

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

6_2008-2009 #198121
Move controls in a form

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

6_2008-2009 #198122
Save Settings

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

6_2008-2009 #198143
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

6_2008-2009 #198152
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

Languages
Top Categories
Global Discovery