Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #198751
Variable Length Integer Maths

A full implementation of Variable Length Integer and Variable Length Fractional Maths. This is a Global DLL so that functions are available as if they were standard VB. Contains a full range of functions incl. GCD, LCM and Factorials, all basic math functions, as well as Exp,Log, Sin, Cos, Tan and their inverses in Fractional Maths. Once compiled you only need to reference the dll to use it. No need to declare an instance of it.

6_2008-2009 #208618
Directory Sizer

Suffering with the problem of lack of disk space I knew there must be a directory on my hard disk that contained a lot of information, this is why I wrote this application. Its simple in what it does but can provide useful information about your hard disk space. It allows you to select a drive and then by using a tree control lets you navigate through it displaying hard disk usage for each folder it sees..

6_2008-2009 #206678
Get server Information

This little beast can grab lots of vital security information about servers. For example, you might want to know what versions of sendmail, Ssh, FTP, or http is running. Well insted of finding out yourself by going though each one (very time comsuming) this program does it all in under a few seconds!!! Shows the HTTP headers, what version of ssh, sendmail, and FTP. Uses Winsock

6_2008-2009 #207913
Access Database Creator (MDB)

How to create Access database directly from VB code? This program will create BAS module with all the database structure informations and you can include that module in your app. and create as many databases as you want. Sample code and infos included. Don't have to vote, just use it and send an e.mail for any error you find, any feature that you like me to include (like compact, replication, etc)

6_2008-2009 #209026
MultiSelect ListBox (Adding and Removing Items) - For Absolute Beginners!

This tutorial demonstrates multiselect property of listbox as well as how to add and remove items properly. Absolute beginners will surely grasp this concept easily.

6_2008-2009 #208617
Directory Sizer v2

This is version 2 of my directory sizer. This has been brought on by the comments left for the previous submission. Its idea is simple but is useful where by it lists sizes of directories in a Treeview. In this version I fixed a little bug with duplicate keys and have also made the directories sorted by space used.

6_2008-2009 #203836
Create Controls at Runtime and Capture Events

This code will show you how to easily Create Controls at runtime and Capture there events 'With-out' useing API :). This code will show you how to add a command button and display a message box when its clicked. Please Vote and Post Comments!!

6_2008-2009 #207663
Beginning & End of Month for Processing - Dates

Determine Beginning & End of Month for Processing

6_2008-2009 #206505
Image Combo class extender :)

This is a class to extend the functions of the standard ImageComboBox (MS Windows Common controls) Features include: autocomplete, allow only present items or not, auto-set dropdown width, and more. I need a feedback from you, so please leave comments and vote. Thanks ;-)

6_2008-2009 #207208
Interactive Menu (like Flash)

Interactive menu similar to the ones built with Flash/Swish. Image changes when mouse over menu item and sound effect plays (using API call) for Button Over and Pressed events. No OCX's and DLL's used in this snippet of code. Pure VB. You can change menu image to whatever you want, but you will have to modify the coordinates in the lblMenu_MouseMove sub for the imgMenuOn content. Please vote if you find this useful. Comments are welcomed. Enjoy!

6_2008-2009 #205430
Learn How To Make VB Handle Strings As Fast As C

If you want your strings routines to be as fast as possible, learn C. If you don't want to learn C use string mapping, its nearly as fast and pure VB. In this article I give you the silver bullet for strings. If strings are bottlenecking your code, I'm your new best friend. I've included a project that attempts to visualize the string for you. It also contains a word count comparision which uses four methods string mapping being the fastest by far (compiled).

6_2008-2009 #195990
Example of how to auto scroll

Teaches you how to auto-scroll a richtextbox, but it accounts for the vertical scrollbar. If the user has the scrollbar moved up, or at the top, it does not scroll down and stay at the bottom. This is very usefull for logging windows or chat windows. There is no code to do this on PSC. I would like to thank BillSoo from www.visualbasicforum.com for his help in solving this. He gave me the initial code and sent me in the right direction. After fixing it, here it is for everyone to use. This is just a little demo, the timer runs every second adding a line to the box, just watch it go and then play with the scrollbar, it only scrolls down if its already at the bottom.

6_2008-2009 #207925
Desk Topper

Lets you save different desktop arrangements and restore them with a mouse click.

6_2008-2009 #205668
First VB Menu Ownerdraw Engine

Also,MENU CREATOR/COMPILER {binary,text file} -------------Of .CCODYX---

6_2008-2009 #198967
XP SIDE MENU updated once again

I have updated once again Working scrollbars,resizable at runtime,animated Roll affect on panels user can change speed,gradient background,one panel show property(when panel is clicked the other panels close except if panel state is set to Fixed) check out my xp form skin control known as jsskin 1.4 at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=34875&lngWId=1

6_2008-2009 #199670
Make an application entirly from APIs !!!!

This is a realy cool piece of code to create an apllication window using the API. Demonstrates creating classes, using call back and windows messeging.

6_2008-2009 #198080
Create a Window from scratch using CreateWindowEx

This example will create a window from scratch. When working with a window that you created, you can do anything you want as you would in Win32 C++. This includes full screen OpenGL/DirectX apps, as well as other fancy tricks you couldn't do in VB

6_2008-2009 #208415
A Class to Control Winamp. (Play, Pause, Next Track, Previous Track, etc)

Send Messages to Winamp using one simple Class Module (Play, Pause, Unpause, Next Track, Previous Track, Volume Up, Volume Down, Close, etc). This piece of code is the best code you will ever find. Please Vote...

6_2008-2009 #209592
Bible Concordance/ Topic Viewer

This is a Bible concordance that you can use to store bible related topics and scriptures. So like you could create a topic entiled "Abortion", with scriptures against it, and come back at a later time and view it. It uses an elaborate database of text files to store all info. Next version im going use MS Database. If you add anything cool to it, please let me know. Thanks.

6_2008-2009 #198940
Picture and Image Properties Demo

This is a demo to help sort out some the confusion about Image and Picture properties of a Picture control. I have been programming in VB for years and sometimes still get a bit confused about these so I wrote this to help myself as a reference, and thought perhaps some others might benefit. Also shows simplest usage of the BitBlt API function.

Languages
Top Categories
Global Discovery