Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #209957
RGB Colour Wheel

You may never again want to use VB's internal RGB function, after seeing how much simpler and better this HSV function is. Use the full colour spectrum in new and exciting ways, that are simply difficult (if not impossible) using VB's internal RGB function. It saddens me to realize that Microsoft programmers could have easily placed this routine into VB, but didn't. I wonder if this functionality is even in .NET yet? Anyone?

6_2008-2009 #198043
Make thumbnails with aspect ratio!

This will make thumbnails of all images in a directory. You can choose the size on the thumbnails and they will keep aspect ratio. A viewer is also included! Please vote or leave a comment!

6_2008-2009 #213077
m2 3d polygon engine

A 3D engine in VB, using polygon drawing on a form. Not as fast as DirectX, no textures, and probably not good for a game, but still fast enough to make an interesting screensaver.

6_2008-2009 #209478
SQL Server Documenter

SQL Server Documenter can display, print and export to Excel a complete overview of all fields and indexes in a table. This started as a "hello world" type of thing for SQL-DMO and this is the result. It's great for debugging or documenting your databases (that's why I wrote it ;-)). Try it and any suggestions are always welcome.

6_2008-2009 #213052
SnackMan

This is an older project I wrote - no documentation, but game play is simply enough - the title should sound familiar enough.

6_2008-2009 #209193
Advanced Like

Compare using wildcards like * and ?, ranges like "at[0-99].gif", and a new wildcard %. Which is like *, but goes only at the end. "at%" would be like "at", and also "atquaz".

6_2008-2009 #210472
Image Hover Button

I looked on planet source code for an image hover button (a 3 state image button that changes pic when mouse is on it.) Couldn't find any... So I decided to make my own, and since I am so nice, I uploaded it to PSC. Sending comments will motivate to give you more... ;)

6_2008-2009 #209956
A 3D Lesson v2, Very Simple

This 3D application shows you just how simple 3D computer graphics can be to program. Pure VB code and the only mathematics is division. Simple hey? Objects that are far away, appear smaller. Thus simply divide our 3D object's X and Y coordinates by it's Z coordinate. NewPixelX = X / Z NewPixelY = Y / Z That's all you need for 3D computer graphics, and that's all this program does.

6_2008-2009 #208531
User Agent Fake Referer OS Spoofer

*Udated: July 26th 2003* This code allows you to spoof your user-agent (e.g. Internet Explorer), OS (e.g. Linux), and change the referer to anything you want (e.g. google.com). Now, why do this? Simple, to pass protection.

6_2008-2009 #213050
Logicon File Viewer 4.05 (Release 2)

This is a RAW hex/ascii file viewer/editor. Use with caution - don't edit important or sys files unless you know what you're doing!!! (modRegistry has been added - sorry for inconv.) Great tool for tweaking (cheating) an RPG save file.

6_2008-2009 #211216
Ten Different Sorting Methods

This program is to demonstrate the use of 10 different sorting methods. They all vary in speed and complexity. They are the following: Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Heap Sort, Merge Sort, Quick Sort, Radix Sort, Shaker Sort (Bi-Directional Bubble Sort), Odd-Even Transposition Sort). There will be more to come later on.

6_2008-2009 #212881
Alarm task Schedule

Project includes an Analog clock,An Alarm Clock,A Task Schedule .. And It tells current info about year and time like it`s midnight/evening.you can select date and time for alarm and task.Please Vote ..

6_2008-2009 #204742
Internet downloader

download any file from internet and view the progress

6_2008-2009 #210823
HTML ColorTags

...

6_2008-2009 #212729
Silly Drawing Tool

Make shapes with this code. You can choose: color, shape, background; save your drawing, and more... I say it is silly, but you may not.

6_2008-2009 #206580
skater boy! (small update)

This is a small update to my previous submission,fixed some bugs,added a new background,more detailed comments.Handling of PAK files,Use of DirectX7,Some physics(gravity)...

6_2008-2009 #197785
GetDateDiff

This post is sort of a response to auJohnm posting of Date and Time Difference. This function uses the DafeDiff function built into VB to return a string like "1 Month, 2 Weeks, 4 Days" - without the time difference. I was just messing around and want to know what you think.

6_2008-2009 #207128
Directory Lister AKA theCataloger

The code is essentially a catalging program with a variety of output formats. The source code has been updated (and now combines my MP3 Cataloger and My Directory Lister into one program. Check out my web site for all my codes and other VB programs : http://users.bigpond.net.au/tonywaite/default.html Let me know what you think?

6_2008-2009 #209719
Win in Win in Win

Make a non-mdi child window, and inside of that insert a whole other program, so... a window in a window in a window... this is not my code, its code from a number of sites.. www.vb-helper.com, allapi.net, freevbcode.com, pscode.com, elitespy, a bit here and there, thanks everyone, and if this helps you than feel free to either vote or just go to those sites.

6_2008-2009 #206826
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

Languages
Top Categories
Global Discovery