Results for "Volume: 6_2008-2009"
adds VB IDE style move/resize drag handles
Yet another clone of the classic game BreakOut... but this one's a little cleverer than most - it has chain reaction explosions, multiple balls to juggle plus fair graphics + sound.
This is a really simple code. I got the idea from this section (i was expecting a clock sitting on the desktop with the other one). It's based on the form transparency lark by Chris Yates. Just added a graphic a label and a timer. Voila..a clock that sits on your desktop.
This code allows you to input strings with apostrophes into a database.
Randomizes images on your web page so that viewers will see a different picture each visit or refresh. I did this script to add a little diversity to my personal site.
This script allows an admin login with as many admins as you like, and a working news post and delete script with an index.asp to view the news posts. This script can view a certain amount of posts or all of them. Made by Alias Creations. www.AliasCreations.com
This is an Example of Server Side XML & XSLT With CSS, Javascript and HTML. It takes an XML File with Data collected about each file and folder in a directory. The Data collection was done with an other application that I wrote, email me for info about that... The output from this is a Explorer style looking window. see screen shot below. if you dont have an IIS Web Server to try this out you can goto http://camalotdesigns.com/pscode/ for a live demo. Please leave your comments and let me know what you think.
A pacman style game from isometric view! Camera follows the player! A very clever AI system that uses the ghosts 'line of sight' so that they really do 'see' you - and an exclamation mark appears on thier head when they do! Sound FX and level editor included - 30 different styles of level (that's a fair bit of artwork for just me!). Graphics run at a fair frame rate and it's all done w/o Direct-X or other controls!!!
If you've been to any of the CD cover sites you've probably seen a program called CoverPro designed by Jerry Wang, his program only allows you to print the front and back cover. I got bored one day so decided to see if I could make anything better. This code proves I can. You can print the front cover, Back cover, front & inside cover (made up of 2 images) or the front and inside cover (made up of 1 image), there is also a load of print options to print combos etc. I also included ALL the graphics used as when I last used a resouce file I had complaints that no one could edit them (DUH that's the point of using resource files)
This Code is an example of how to log-in to yahoo chat if you ever want to make a client for it. It shows how to send and receive the necessary packets so you can establish a connection and fool yahoo chat into thinking that your program is a web browser. All you have to do is simply enter your username and password and this code will request your cookie and log-in with it.
This script allows you to specify an image to fall down the entire height of the web browser. Images drop at random speeds. The number of images dropping may be specified as well. This particular script demonstrates how to drop an image related to the current month. This gives off an interesting effect.
Navigate through a website within a small area of the screen.
This code takes a submitted email address/string and converts it to standardized ASCII Character codes, thus blocking bots/spiders from reading your email address, while yet allowing visitors to continue to read and use your proper address via mailto links, etc
Yet Another Skinning Example Make just for fun to show what cool things you can do with BitBlt
Displays a path to navigate through each subdirectory in the path to your web page. This is called bread crumb navigation. Many sites use this with the words You Are Here. It is suggested that you do not use this type of navigation alone.
This is the full source code for one of my programs, web shelf 5. it is used to generate tables of web images, either for your computer or the web. You are free to use this code to produce your own programs. see the archive for more details...
I looked high and low for some type of code snip that showed how to create a barcode (none where available except the ones for sale). So here is one way to print a code 39 barcode in VB. It has worked for me, although very little testing was done.
This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!
I use this to Ftp Upload all my files to my angelfire web site I find this very use full so I don't have to use there online web editors!! this works very well and I think you will like it!
Displays a Tree Menu navigation system on your website. The 'folders' and 'sub-folders' information is stored in a database. The tree menu is diplayed and clicks made in the menu are all actioned with JavaScript (client-side), so your visitor does not need to wait for the menu to retrieve info from the server everytime the click on an item. Also, a link to a new page is clicked, the menu will open on the new page to show the link that was clicked. manageFolders.asp is a form/listing of folders already in the database This file also allows to you add new folders, edit existing folders, and delete existing folders The Delete option is only available for folders which have NO sub-folders _config.inc contains the connection string to the database. You will probably need to edit this if you are using a physical path. eg: Brinkster Premium Memberships _config.inc also also contains the following lines: 4 If Session("UserID") "" Then 5 varUserID = Session("UserID") 6 Else 7 varUserID = 0 8 End If This menu system can be used with membership logins, allowing members to manage there own folders. To activate this feature, replace you session variable name where it already has Session("UserID") to be your session variable name (It is a number). This feature would be used for smething like a web-based email system.