Results for "Volume: Java_Volume1"
Browse throught methods, functions, constants, enums, etc of any tlb or ActiveX.dll File via the tlbinf32.dll. Download at www.visualsoft-net.de
:The tool submitted by Edwin Perez helps you test different color combinations that you can use anywhere you need a background with gradient.The dificulty with the GradientFill API is that it uses unsigned integers (unsupportrd by VB) for the color definition. I believe I found a way to resolve this problem using the RtlMoveMemory API. This solution is simple and easy to understand/implement.More details in Readme file. I also tried to streamline/optimise the code by using arrays, so there is not much left from the original code. There's no need for votes.
When this module is compiled to native code, you can use the ReplaceString, InString, InStringRev, StrReverse, TrimStr, RTrimStr, LTrimStr, StringReplicate, JoinString and SplitString functions to be many times faster and much more memory effecient than their VB counterparts. Many are more functional as well. The replacestring function supports delimiters and prefix/postfix exclusions. All of these functions are fully unicode compliant. The performance gain becomes greater with extremely long strings, where most of the functions take less than 2% of the time and half the memory that the same call would take with intrinsic functions. By the way, you can all stop telling me that xbeat.net/vbspeed has faster code. They did have faster code than my first version, but not any of the other ones. See for yourself, the test specifications are on their website. :)
An advanced version of "Tic Tac Toe that learns (True AI)" submitted by JengHowe which is further improved and optimized for a 'perfectly unbeatable' Artificial Intelligence in Tic Tac Toe games. It keeps a record (experience) of all the game that it has lost (both AI move first and move second) and determine the best possible move in order win or draw its opponent. The AI will learn from mistakes and get smarter until it is unbeatable! Please vote for my work!
When you need to display the history of a changing value, there is a bit of work that must be done. This UserControl does that work for you in all sorts of colors and styles. Don't forget to vote!
A custom Browser Control ready to 60%, not finished. Many tags parsing , images loader, scripts and much more.Any bugs or comments: darkx@freemail.gr .Version: (1b) added: More easy to use interface, Open URL dialog, some bugs fixed and i also added a screenshot of the program. (1c) added: Some new fixes in browser's interface and fixed some bugs on loading pages! Thanks for supporting this project to be perfect.Please don't forget to vote and report me for any bugs and improvements.
A beautiful Master Mind Card Game with open/save game and beautiful graphic and sound trakes. in this game you should find the right order of cards included in the game. (Beautiful and Enjoyable!!!) Please visit my site for more codes: www.geocities.com/m_alian14
Haw Many times you wont to download pictures and take many time of your life??? The Internet explorer can do this but you have to click on the picture and then save the picture to you hard disk and this take long time and Bowring. This activex control can solve this problem just the only thing to do is drag drag drag and your picture is there to see it. For example every from us send a picture to demonstrate his program in the planet source just drag this link into this program and you will see the picture there. I hope you enjoy this simple and useful activex control. If you like you can vote. Comments are always welcome THX.
************************** NOTE: Mp3Tagger requires some .dll and .ocx files, which may have been removed from these files. Visit my webpage at http://pab.dyndns.org to download Simple Amp 2 with these files included! ************************** This is the newest version of Simple Amp. In my opinion Simple Amp is much better than Winamp2, just take a look at some of the features: Supports playing of Mp3, Mp2, Ogg, Wma, Asf, Mod, It, S3m, Xm, Midi, CD Audio and opening playlist files. Media Library keeps track of your media files. Many different visualizations. 'Sound Studio' lets you change how the music sounds via an equalizer, several effects (for example Chorus, Reverb, Echo, Distortion) and pitch control. Seven skins. And much more...
it's a scanner remote port,udp and tcp with banner,the runnerscanner is a tool very fast,i use more fast what funcionaly,see it
PGE (Pab Game Engine) is my game engine for Visual Basic. It's using DirectX for graphics and FMOD for sound. It requires an 3D accelerated T&L graphics card. I have used it for some of the other programs you'll find on my webpage. This version is just a beta version. However almost everything is finished already, there are just some bugs to fix and minor features to add. If anyone want to finish or enhance PGE you are welcome to. Send me the final version and I'll put it on my webpage. Included are also two tools for PGE, PgeSound and PgeTiles. You can use these two program to compile sounds, music, textures and sprites into single files.
(updated now 2.0.1! fixed highscore bug, also now the game starts over if you die. added: extra life every 5000 points!) This is NibbleWorm 2. A much better version of the origional. It is a lot like the origional, but now you can play custom levels instead of the endless version, choose your color, link levels (like after level 1 you go to level 2), and MORE. Read the README for more details. This code has some good examples of calling subroutines on other forms, sound, writing to file, reading from file, FormOnTop, and MORE! I don't want to list them all because I can't remember them all because they are so many. Heheheh. Please inform me of any problems/bugs! You can e-mail me your own level packs (put in a .zip file) at iwishiwasfat@yahoo.com and I may put it up on my website (its not a very good website, but it's a website)
Now contains ability to trace mouse wheel events (Get value, direction). Other functions: Trap cursor, place & click automatically, hide cursor, swap butons, block mouse, deactivate mous, change mouse and double click speeds, gather Mouse information, change cursor icon system wide,...
Stop All these DoEvents cr*p post. This is the way it windows does it and done in c++. Slight update from my last one. zip is included.
With this program you can write VBScript and have it ran as an EXE. I call it compiling in the program but it is not compiling at all. I couldnt figure out how to make it compile VBScript so I came up with the idea of making the form read an encrypted VBScript source code file in the same directory as the EXE, and the EXE decrypts it and the VBScript OCX runs it. I used functions in the forms to be able to create controls, they are used like this: Mform.MkBtn mform.height - 1000, mform.width - 1200, 500, 1000, "Load Pic". So far the only controls you can create are text boxes, command buttons, and images. In the next submission of VectorBASIC you'll see alot more controls to create. I used arrays and a very unique way of making it so you can set the events for the controls. But the way I have done it, there is a limit for each control, you can only have 1,000 controls of each on the form. The reason I am submitting this before its complete is because im having some issues with clearing the form when the user closes the form. It just creates more arrays... If you have a solution to this problem, it would be greatly appreciated. Now for some more information about this: The menus have icons on the left like VB6, you can open and save codes (it has its own file format), most of the command buttons have icons in them, and it color codes the code just like in VB6, except the code will be different colors. I have givin fill credit where it is due for the other codes and user controls I have used in it (which are displayed in the About). Well.. That pretty much wraps it up. Comments, and a solution to the form issue is greatly appreciated!
This code can be used to encrypt and decrypt any type of file without the loss of data.
Added a few new properties and tightened up the code. Inspired by 'Bouncing Polygon screensaver' by Brian Adriance at txtCodeId=52063. Converted to allow more variety of shapes. Collision detection and all basic ideas are thanks to Brian Adriance. I rebuilt some of his routines to allow faster or more various values to be used easily. Sub DrawPoly is mine designed to allow a random number of points to be drawn. The polygons change shape in an orderly way cycling for min to max points then reversing direction. While you can use it as a screen saver (with random setting of number, speed, points and fatness) you can also experiment with the appearance by Left-clicking on the screen to show a form which allows you to play with the settings or by Right-clicking you can randomize the settings again. To stop the screensaver hold down a mouse button and drag it or press any key. NOTE Small bug causes initial bad redraws when timer fires but the clear up on next collision.
This is possebly an error in the VB6 compiler but i have turned it into a way to find out if you are in the IDE or Compiled version.
This is a very simple program I put together that allows you to re-direct a port from one machine to another. It is very simple to use, and the code is very easy to understand.
This is an XP CD Key Viewer.This product used only in retrieving forgotten XP Installer cd key. I created this product to get the cd key of my OEM version of XP. I open all files in i386 folder in my XP installer and I found the cd key inside one of it's file then I decided to create an application on it that will get the XP cd key easily.Please don't use this product in illegal purpose. If you want to distribute this product let me know. This submition include also some codes of my Accounting System ( a system that packed with payroll , inventory , billing and etc .) and my Booking System .PLEASE DON'T FORGET TO VOTE !!!!!!!!1 --------- Thanks :-) --------