Results for "Volume: 5_2007-2008"
A Tetris like game but a this one is complete new. I never found something similar on the net. Click balls with same clored neighbour to remove them. Balls will fall down an fill the hole but they also fall from the sides like they would in real live. 3 Gameversion each with 4 degree of difficulty. Cascade (by Fosters here on PSC), Balls and Balls with Bombs. About 40K for the exe. Easy code. No CPU usage. Runs from 95 to XP. I still search for ideas to improve the game. Vote if you like it.
This is just a simple code to find the text in a tag. like, [tag] I'm a tag![/tag]
Verify URL using HTTP Response. Proxy Authorization Using winsock control. Using winsock control, we can theoritically write almost any internet application. We just need to know how the protocol works, and and then follow the steps. Rename vblib.lib to vblib.dll and register it before using it. You'll find lots of usefull built-function inside! i put credits for this dll to my friend, Siow.
This is a "password generator" that can (on my puny PII 333mHz computer) generate about 40000-80000 passwords per second (number varies based on password length). This project was inspired by this Planet-Source-Code post: "Fast BruteForce Class Example" by §e7eN. http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48276&lngWId=1 and by various websites, code snippets, and newsgroup posts. I have no interest/knowledge in using this to break into anything or do any harm. I'm do love the logic behind such challenges. Though, I'm sure I'm at the pre-k level when it comes to serious string manipulation.
this shows examples of hiding the Taskbar!
Get all window application handler and window using api. Then, you can block the unwanted application handler and window. This code uses a timer to check whether the unwanted application is running or not. If the application is found running, this code will block the application from running immediately. Comments are welcomed. Please vote.
Sets scrollbar colors for HTML pages. Includes a color picker with RGB or hue/saturation/lightness support. Easy click and select interface. Generates complete CSS code. Also shows correct color on the track when no track color is selected. Includes a preview with a real internet explorer control.Changes in version 1.2: * no longer save to c:\ (uses app.path..) * tooltips for easier understanding * autogenerate colors from one color * bigger colormap, 65773 colors rather than 5989 * import colors from html/css file * edit css code (useful if you have css in the clipboard..)
Register or UnRegister all your com server's (OCX / Dll) in the same directory. Without regsvr32.exe
This Module Shows How to Detect If A File Already Exists! Please Comment And Vote!!!!!!
Money, money, money... Language: Hu ...
Hey! Peter told me i could take over the release of this code, so I am! Now you can drag objects around, and they have the little size boxes... for now only the command button can be sized and drug around... ill fix that.. this is ALLL messed up... i dont have the time to finish it... As you look at the code youll see i tryed to make it so each control had its ow options, but failed... i donno what to do with it :'(... Anyway, im submitting this because the first time i saw this code a long time ago, i wished i could drag stuff around like VB.. and recently i decided to make it work! Please leave feedback!
This is the Business Object wizard that i submitted previously, because I have a problem of uploading file any interested programmer may EMAIL me to get the zip file. This result to second problem, CLOGGING my email. You can download this file here: http://tengtium.topcities.com/Bow.zip JUST CUT AND PASTE THE URL IN THE ADDRESS BAR: ================================================= Business Object wizard is a VB application that generate your object class. Just follow the screen and if you have a problem you can click the help button or What This ? button. The wizard supports only Access database. In order to gain fully in the code generated by the wizard, you must at least have a little knowledge about programming with class and some project setting. ================================================= Enjoy!! Download : http://tengtium.topcities.com/Bow.zip JUST CUT AND PASTE THE URL IN THE ADDRESS BAR:
Here is a great utility that will save a lot of your desktop space. You can hide programs on which you are not currently working. These programs are hidden to tray and can be easily restored. It also uses DrawAnimatedRects animation to show and hide the windows.
Its a class to open up common dialog (cdl) without using the ocx. It all in api. It uses the functions GetOpenFileNameA, GetSaveFileNameA in COMDLG32 Should be easy to use. I included a sample so you should know how to use it withut messing around with the class. have fun
Please download the installer from "http://www.MegaShare.com/292126" that will install all required files to run the source code.============================================ This is a complete application to communicate with a PBX unit through RS232C serial COM port and download data (SMDR) automatically and store them in an MSAccess 2000 database using ADO. It has client management, data reporting feature (you must have Crystal Reports installed to use this feature).========================================== Download Installer at http://ugibd.net/privatespace/joy/PCBXLite/PCBX%20Lite%201.0.exe
_Disable X button on form
This is my current lunchtime project - a remake of the classic defender. This is the first stage and there's a lot more to go. So why put the code up already? Well this is an open source code site and the very simple way I've coded this makes it a very useful starting point for vb and graphics (use of APIs for drawing lines, pixels, sprite animation against a ticker whilst creating a whole image for frame buffering to screen). At this stage there is enough in here to teach you how to create your own scrolling shooter without having to start from scratch. Votes are obviously appreciated, but I just love sharing code. enjoy and I hope if you use this project as a seed, post it on PSC. Cheers, Fosters.
[Updated to include a very basic example of how to connect using this OCX] - As MSN Chat rooms are closing, I feel its time to share the code for this OCX which I use in my Chat Room Manager application I wrote, IRCDominator has been used for years and had recently been updated. I am releasing the MSN Chat connector OCX I wrote for my latest release of my Chat room manager and Its here for all to view. Its not well documented but has lots of usefull code. I hope people will find it usefull. Some of the best parts are the classes I created to hold Chatters information etc. IRCDominatorXT aint dead yet!! - AG
This is a very nice side bar for Windows NT/2000/XP. Enjoy!
A basic music player using Microsoft Multimedia Control.