Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #220437
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

7_2009-2012 #220453
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!

7_2009-2012 #220462
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.

7_2009-2012 #220476
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!

7_2009-2012 #220483
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.

7_2009-2012 #220492
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.

7_2009-2012 #220496
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.

7_2009-2012 #220502
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!

7_2009-2012 #220510
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 ...

7_2009-2012 #220517
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.

7_2009-2012 #220518
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.

7_2009-2012 #220555
Progressbar without OCX/DLL

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

7_2009-2012 #220583
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.

7_2009-2012 #220597
Learn how to make a DLL in Visual Basic (ActiveX)

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

7_2009-2012 #220607
Simple Picture Viewer

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

7_2009-2012 #220639
Move controls in a form

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

7_2009-2012 #220640
Save Settings

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

7_2009-2012 #220661
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

7_2009-2012 #220670
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

7_2009-2012 #220671
Mouse Stuff

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

Languages
Top Categories
Global Discovery