Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #120473
A Generator of bitmaps to create masks in games with BitBlt function

It takes the bitmap given and makes a color chosen transparent by turning it vbWhite so you can use the constant vbSrcAnd of the BitBlt function. Then creates a new bitmap to use it as mask with the constant vbMergePaint of the BitBlt function

2_2002-2004 #120474
Dealin' Dope 3.0

This is a game where you deal drugs to make money. You have to get $8000 in 50 days. It has 6 different drugs and uses alot of randomization.

2_2002-2004 #120475
RepShell 1.2

This ocx file is sort of a "replacement shell" for the very constipated, drab commandbutton we use in VB. Right now you can insert pictures into my button, with mouseover, mousedown and mouseup events included. I'll promise even more features to come, including "replacement" textboxes, listboxes and even menus. Voting and/or commenting is recommended, as it'll encourage me to do more features. Thanks! Note: Please unzip to [root directory] + "\" + repshell, otherwise the ocx will squeal This is an upgrade of my earlier version--I forgot to insert events! Agh!!!

2_2002-2004 #120476
Ball movement

this is a fully understandable project with a step by step help and the idea is quite informative any fun. The project is a user-adding ball and they bounce on the entyre screen.

2_2002-2004 #120477
Metallic Forms *updated*

Cut and Paste code... Turns your flat form into a metalic cylinder. Setting the AutoRedraw property is now done for you. Also thanks to Sebastjan for his tip about setting the ScaleMode to pixels.

2_2002-2004 #120478
Saving/Loading a listview Example

Shows how to add items to a listview and then save those items to either an INI file or to Registry. Once saved you can then load the data back into the listview.

2_2002-2004 #120479
GoTo Web Browser

Its a web browser, quite simple at that.

2_2002-2004 #120480
How to Load Files from a ListBox

This simple code demonstrates how to load a list of files into a standard list box, and then display the contents of a file when it is selected from the list.

2_2002-2004 #120481
Combinations of a String

This is in response to a question on posted on the Programming Q & A section. It takes a string and fills a listbox with all combinations of the letters in the string (could be adapted to use a dynamic array, too, the listbox was better for demonstration purposes). This program use recursion to get it's results and may be a good example for someone learning the concept to step through. Warning: The number of combinations goes up exponentially! more than 8 characters will work but really bog down your PC!

2_2002-2004 #120482
How to Search a Grid of Characters to Find a Specific Word (Like in Boggle)

This code demonstrates how to search a grid of characters for a given word. Similar to the game Boggle.

2_2002-2004 #120483
A Recruiter organizer

This is an app to organize and keep track of the different recruiters that I have been dealing with looking for a new job. It stores all of your contacts in an access database, allows you to search on all fields, sort on Company Name or Contact. Allows you to send email or go to the recruiters website. This is my first submission to PSC. I would appreciate as much feedback as possible (Good or Bad),and some votes if you like my code.

2_2002-2004 #120484
Library Circlulation

This code is the beginning of a library circulation program. Two of my freinds and I woked on this. It doesn;t have many of the feature implemented, but Take a look, show different was of accessing databases. Login:David Smith Pass:98022 The Use Administration >Books to get barcode numbers And use Administration > Patrons to get patron Numbers Then Use Signout. Try double clicking on a book Please send any comments to the feedback or [email protected]

2_2002-2004 #120485
Compiling VB Project with 1 line of code !!!

With this code, you can compile into EXE files any VB project.

2_2002-2004 #120486
Ariel file icon extractor

This project demonstrates how to extract large and small icons associated with files into an imagelist and displaying them in a listview with the filenames. The SHGetFileInfo function of the shell32.dll library is used, which makes the job much easier than before. The ImageList_Draw function in comctl32.dll is used to draw the icon in a picture box,from where it is placed into the image list. Other submissions on PSC do an OK job on large icons, but the small icons are a mess. Not here! Credits to Peter Meier for his DelRecent posting.

2_2002-2004 #120487
RSISS InsectSimulator by Jonathan Johnston

This is a simulation of different life forms interacting, living, dieing and evolving in the same habitat

2_2002-2004 #120488
Good Project Beta 2.1

This is a project That I have been working on for a long time. It has every thing I could think of in it, Like Image Viewer (Can Download from web and view, Contact me for a Site name to test on), Text Editor, Functions like Explode Forms, Get info from Registry and more. As I said it has every-thing I can think of. Download it and Give it a Try. Get the latest version at www.gpa.2ya.com

2_2002-2004 #120489
[Ace] Save check boxes into MS Access' database ! Yes ! It's true !

Converts VB checkbox control values(checked/unchecked) into MS ACCESS value (0,-1) and vice versa. I came across this while I was doing my project. Seems like MS ACCESS doesn't support checkbox values yet. I couldn't find anything like it here in planet source code therefore I wrote this. I played around with MS A's boolean controls, and found out it returns values 0,-1.(not 0,1? )There for, I scribbled this up. Need to finish my project quick, hehe.Btw, if you guys have a better solution, or if there IS a solution, pls contact me, :P If you're using this code, pls credit me for my work, and vote for me !

2_2002-2004 #120490
Meta Tag IT

Here is something I made about a year or so ago. I decided to release the source code since i won't be needing it any more. Meta Tag IT is a program designed to make it simple to create Meta Tags for your website.

2_2002-2004 #120491
Flash Player with MS Internet Control

this code shows how to play flash movies with MS internet control(i know i can use shockwave control but i try some different ways in vb)

2_2002-2004 #120492
Creating unlimited controls at run-time

This code will show you how to create as many controls as you'd like at run-time! This is VERY well commented and shows you a couple of ways to use the coding.

Languages
Top Categories
Global Discovery