Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #207463
TreeViewEasy.zip

It's a treeview example that I created to help simplify this component. Everyone I found got in too deep for my skill level or was never completely finished. So, I created this. One form, one database. Easy.

6_2008-2009 #203438
VB Subs/Functions Database

Automatically creates the Database of all VB Subs/Functions/Folders/Files on your computer

6_2008-2009 #206935
A 2D Collision Detection Tutorial For Beginners (with demos)

This is a tutorial to help beginners understand 2D collision detection. Its not much, but if your a beginner you'll like it. Shows images and explains everything. Covers brute force and 2 bounding sphere examples. Enjoy! Please leave feedback.

6_2008-2009 #209939
BeenFramed

Create Web Frame Pages, by writing the code to 46 different templates, and displays the necessary HTML code. It then gives you the option to save to frame.html or copy to the clipboard.

6_2008-2009 #206351
Game Server Monitor

Not sure what happened to my previous post. Anyway, here it is again. Someone had requested a QuakeII and Half-life game server console program. I dug through my drive and found one I'd wrote for myself a long time ago. I dusted it off and cleaned it up. Please be gentle. This is my 1st submission to this terrific site. I didn't prefer using the registry to store the server info but I was trying to keep the code small and not use a database. The app works with Q2 and Q3 right now. I'll try and add the other games later. If you see something broke, let me know and I'll fix it. Votes are greatly appreciated! Thanks. Hope you enjoy.

6_2008-2009 #203170
ISCombo 2.1 Customizable Styles, colors and Autocomplete

This update inclides also, Customization for all colors and Autocomplete. And these Graphic styles * Normal. * MSOffice 2000 * MSOffice XP * Windows XP. If You liked previous Version You Will Love this one !! Please Leave Comments And Vote ! If you have more suggestions please mailme !

6_2008-2009 #207990
Cool graphical scroll bar

Scroll Bar[cool!!] This is a cool scroll bar.You can change it base and bar picture whatever you want.It uses only one api call.I think it is great.What do you think? Het don't forget me and Please please........vote for me

6_2008-2009 #209714
Console API Class

Visual Basic doesn't have the ability to read or write from the console. To accomplish this, the Win32 API exports a set of functions that interacts with a console window using handles. clsWinConsole is a simple VB class that encapsulates the code needed to open, write/read, and close a console window. Here is a code snippet that demonstrates how to use clsWinConsole: Public Sub Main() Dim console as New clsWinConsole Dim inp As String console.Show console.WriteText "Text" inp = console.ReadText console.WriteText inp console.Hide End Sub

6_2008-2009 #208582
Simple Amp 1.2

Simple Amp is an simple MP3 player with lot's of great features: * Supports MP1, MP2 & MP3 * FULLY skinnable program, you can even change size and move controls to new locations. * 3 Skins included. * Supports editing of ID3v1 & ID3v2 tags, even of multiple files at the same time. * Playlist with lots of features. Save/Load Playlist, add dir, sorting, and much more. * 5 different scopes that let you SEE the music. * Hotkeys. Lets you control the program from the keyboard whenever you want (you don't have to have the program in focus). Read readme.txt for more info. * Pitch Control. You can change the pitch of the music, realtime! * Advanced soundcard controls. Select mixing quality (Hz, 8/16 bits Stereo/Mono), select music buffer size & pan the sound. * You can minimize the program to the Systray. * The program can be always ontop. * The windows snaps to screen edges. And lots of more minor features that you can find for yourself. Please vote!

6_2008-2009 #203530
API MultiLine ToolTip Class

Based on other code found on the web, i created this class (CToolTip.cls). Very simple to use, this class allows you to create multi-line and "Bubble" style tooltips that you can attach to any control (with a hWnd property) This is Not just a copy of other code found on this site, this class takes a slightly different approach to tooltips - an approach that made more sense to my application. eg passing just the hWnd of the control you wish to apply the tooltip rather than the control its self, strongly typed variables, and completely encapsulation. This class (with the exception of the error handling) is identicle to the class im using in some of my commercially written applications, so its already been tested [any bugs let me know :)] Use it but dont abuse it - im fed up of reading harsh comments on PSC for perfectly good example code.

6_2008-2009 #203650
File Properties

This Simple program (for Beginners) retrives file properties like Size, Modified date and time and also the File attributes. No API's, OCX's or DLL's. Just simple code anybody can understand. I hv tried to comment the code (I am not good at it though). Pls. Pls. Pls. VOTE

6_2008-2009 #209549
Internet Explorer Extension !!!

This code adds a button to the Internet Explorer bar :)

6_2008-2009 #209981
VBWINSOCKSERVER

This code will help people understand using winsock control to run a Vb server. This Code comes with both a server code and client code. It uses string manipulation to sort the data and also uses what i like to call bit divide. which i have included its own project to help users understand the process.

6_2008-2009 #209851
___Awesome RPG (like 2% finished)____

Hey, I am in grade 10 and this is the starting of an RPG game I am making, any comments are welcome. All graphics were made by me in Photoshop 6.0. Please rate my game!

6_2008-2009 #205502
_A Good ListView Control Example

This code allows you to fill a ListView control with random items and subitems generated at runtime. Once the values have been created, you are able to change the values either all at once ,or one at a time. Also shows how to programmatically select an item at run-time.

6_2008-2009 #203904
VERY Funny Game (a bit like SFCave for Palm)

A very funny simple Game! You will hate or love this game.. Use "Space" Key to accelerate...you wont need any other keys. I have used some code from PSC too..so dont blame me. PLEASE VOTE and LEAVE A COMMENT .

6_2008-2009 #195862
Can't do without Utilities

This set of utilities is a result of many years of collecting and perfecting. You can use these utilities free of charge. All I ask is that you give an honourable mention somewhere in your application.

6_2008-2009 #195863
ADO and SQL Utilites

This is a Class that encapsulates the ADO object Model and make life a little easier for Developers. I have included the SmartSQL class for which all credit must go to FreeVBCode.com The ADO class simplifies DataShaping, SQL, Connection Management, XML RecordSets and many, MANY more

6_2008-2009 #207894
funky things to do with a circle that You might not have known

i was just fiddeling arround with the circle function, and i came up with some cool stuff so i thought of working on it and putting it on psc

6_2008-2009 #209025
TreeView, Traditional Search, and database - for Real VB Beginners

This teaches how to use treeviews using databases (MS-Access). Uses ADO for connection. Also demonstrates small amount of SQL statements. All in one for real VB Beginners! This includes other treeview methods not discussed in other tutorials. Run the program to find out more! (this is just a part of an application that I am also about to upload). Dont forget to read the README.txt which is also in the zip file. tnx!

Languages
Top Categories
Global Discovery