Results for "Volume: Java_Volume1"
This code will explain is basically for beginers to master ADODB coding in few minutes. This code will explain how to CONNECT access database, how to generate query, how to traverse the records (that is moveFirst, MoveNext, and so...), how to delete record, how to save record...The main aim behind submiting this code...is it simplicity and COMMENTED which will explain beginers and advance user to understand ADODB in much better way.
The KAtomic game for KDE/Linux ported to VB 6. An entertaining puzzle game with a little bit of chemistry on the sly. Demonstrates the use of flickerfree graphics, embedded graphics and ini-functions. Also uses a class module for the game-routines
to show the main usage of winsock!
This code implements a module I have written that allows nearly ANY control to be resized at run-time. This would be handy for something like dynamic form design or something of that liking. I am not sure if anyone else has ever done this on PSC before and if they have, I am sorry. In this example I have implemented the module on 9 controls (can be used on many more, I just don't have the time). I am sorry that the screenshot is black and white, though it saved in the wrong format. I hope this helps.
If a users attempts to shutdown/restart their computer while your application is still running, this simple piece of code will actually allow you to abort the request to shutdown. Can be very useful. Please mail me at mailme@shouvik.tk if you are facing any problems or www.shouvik.tk
This code temporary disables the taskmanager, works with Windows XP Home ... please vote ...
This control show Animated Cursor Files (*.ani) into a window. Count with more actions (play,pause,drawfocus,etc) and play animations files stored in Resource Files of Visual Basic Project.
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.