Results for "Volume: 2002ASP"
With this code, you can compile into EXE files any VB project.
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.
This is a simulation of different life forms interacting, living, dieing and evolving in the same habitat
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
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 !
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.
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)
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.
Learn how to use the winsock control and use it in real programs.
After learning some basic BitBlt, this shows you how to implement BitBlt into a game such as pong.
This program is a collection of usefull internet tools which contains raw connections, HTML stealer , port listener, port scanner, anonymous email, proccess viewer, finger, ping, speed check, Whois, and host lookup. This program is based off the other internet tool program on this site, except I fixed a lot of bugs including his winsock buffer problem. I also added a few things such as a ICQ crasher (for fun!) If you like how I did this program, please vote for me.
It takes a string from a textbox and encrypts it. Nothing major, i wouldnt use this for anything important, but i use it to encrypt data and put the encrypted string in the registry. This is sections of different codes i have found, i changed some of it around, joined some of it and found a nice little encryption method.
Just a basic timer. read and write to an ini file for configuration instead of using API calls (see MYINI.bas) the user can configure the settings to play wave files for stoping and starting. I will release further updates in the future (possibly, setting it to configure to use any named wav file for starting and stopping)
The Purpose of this code is to stop the anoying slowing of AutoRedraw,and to show you how to use BitBlt,this is the Best Tutorial for beginners and experts who want to create a game!It is also good if you are working on a non-game program but you are working with graphics!Check it out!Please Vote for me if you like it!
This is a game where you deal drugs to make money. You have to make $8,000 in 50 days. I added ammo and buy ammo options (click on the ammo label). Also you can right click on the guns listbox to sell a gun. You now have to have ammo to shoot someone. I fixed a glitch in the sell guns menu. I forgot to put the tech-9, so it would not sell it. But now it does (For all you that are going to whine, just shut up. You can't do anything about this because it says no-where on PSC that drug-related code is not permitted).
Using ADO: This is a demonstration of how one can take selected items at runtime from a user, create a parameter query using the selected items and then run the parameter query.
--JUST UPDATED - VER 1.1-- Extremely powerful text scrolling engine, supports: 1) Different fonts (sizes, colors, styles (bold, italic, underline) 2) Custom images 3) Different alignments (left, center, right) 4) Shadows (for text) with differnet colors, lengths, and directions 5) Custom scrolling speed very smooth scrolling, no flicker (via BitBlt) and all in an easy-to-use, and fully commented, class module
I know there is the replace(text1.text,"Jack","Jill") in VB6 which would find all the words Jack and replace them with Jill in text1, but how can I do this in VB5? I want to be able to put symbols in general sentences, and replace the symbols with specific data. such as: Thats a great pass from #! He passes to # who sets up a shot!
This simple code will listen on port 113 as per the identd RFC and respond to any requests. Can be run seperately to an existing IRC client, or added easily to your code. Comments exist but you'll find it's probably very self explanatory.
Forget BitBlt! Shows how to use the PlgBlt function (Parallelogram Blit - Blitting to any shape rectangle you can think of!). It can do everything BitBlt can do and more! I think this funtion is only for NT/2000 haven't tested it on 98/Me. You can easily flip and rotate a picture with just one line of code! Every single line in fully commented so you can understand what is going on. It is hard to find examples of this function anywhere (search the internet, I dare you!)