Results for "Volume: Java_Volume1"
Do you ever think about making a form with 3D appearance? If you are, then this code is what you are looking for. Leave comments + vote (if you think this is helpful).
Similar to my Mathematical Equation Evaluator, only now with variables, and a spiffy interface. Supports custom variable types, multi dimensional arrays, custom functions (ie: y=x+2) by using other variables in a new one
This Code is the Updated Version of My Last Submission of How to Add ScrollBars in the Form. The Last Code does not Synchronize the Contols Added in other Containers like if we add TextBox or Option Buttons in Panels It does not Synchronize by the Last Code But this Bug is Fixed Now. No API Functions are Used Simple ScrollBar Controls. If you need support or to give suggestions to improve, you can email me at vikasmadaan25@hotmail.com or thru yahoo messenger vikasmadaan25@yahoo.com If U Like the Code Then Please Vote for Me!!!. Because It Encourages us to Submit more Good Codes to Help People.
FIRST TIME IN PLANET SOURCE CODE.Easily and quickly wrap your EXE file into Trail version with ADVANCED EXE WRAPPER. You can customize whether on how many times your application should run in TRIAL MODE. While wrapping your exe file you can choose whether you want DEBUGGER DETECION SYSTEM wrapped in your exe file. Have a look at screen shot, this is the best protection ever made in planet. It also sports registration system with 3 levels of KEY GENERATION. You can easily Choose whether you want WEB REGISTRATION or OFFLINE REGISTRATION,Live Update or both. With a US GOVT Standard file shredding tool the wrapper erases all the traces of the trial application. The WEB REGISTRATION is a new step where there is no room for Cracking or using illegal Registration Codes. The Wrapper consists of webregistration wizard which uses ASP based files to communicate. The Wrapper blocks your software if an ILLEGAL Serial Key is detected. All the transactions are done through the software itself. If you don't want webregistration then opt for OFFLINE Registration where you can PASSWORD PROTECT the Offline registration wizard. There are also HIDDEN TRAPS in the wrapper and any modification is DETECTED IMMEDIATELY. This Software works best under Windows XP. All the information you provide while building Wrapped EXE is SECURELY PROTECTED with HIGH LEVEL of ENCRYPTION SYSTEM(RC4 and Caeser). Commercial Strength Wrappers are the best and approved methods of Protecting your EXE files because its easy and fast and you don't need to write a single line of code. Mose popular softwares like Adobe Photoshop 7 uses Commercial Wrapping System. The trial status is stored in a BINARY ENCRYPTED FORMAT and no Cracker can find out any recent changes in the system due to File and Date Changing system which modifies the DATE/TIME of the file where trial status is stored and this is done every 5 Seconds. If you wish you can also choose HARDWARE FINGER PRINT for Keygeneration. Now, this code has a bunch of cool features which you may not find in Planetsource Code. This concept took a really long time to analyze and build. This code can be twisted and manipulated the way you want it like you can add features like memory encryption, License file registration etc. Code also comes with a Documentation and context diagram.Thanks for reading such a huge description and DONT FORGET TO VOTE FOR ME, after all this is the primary reason why i submitted this best code.
Recording and playing sound get easier by using API call. Only 2 API call to record and play sound. Please leave comments. Also, don't forget to vote.
Tow functions provide to convert the number or currency into English Text.
This is an add-in for adding resizing capabilities to your projects. It is based on the add-in "4 mode Resizer" by PeYTaN (you can find it on http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=46731&lngWId=1) which is based on the class ControlResizer by Edward Catchpole (you can find it on http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=46203&lngWId=1) The (GREAT!!) combined work of the two authors spared me *a lot* of coding time, still I had some complex forms on which i wanted to optimize the resizing to the last twip, and the available modes weren't always enough for me. So I ended up extending both the class and the add-in to support anchoring and resizing a control with regard to another control, not just to the form. I also added a small demo project that (I hope!) gives the idea of the various and complex arrangements you can achieve by combining the available modes; just resize the two example forms at will and see how the controls behave. These are the enhancements: 1. More freedom Someone commented on the original class that it had the flaw to reserve tag usage for itself, whereas the developer may want to use control tags for their own purposes. This version is tag-friendly: it doesn't replace the previously designed tag, it appends the designed tag after the resizing data and a custom separator. When the form is loaded and the class initialized, the resizing data are retrieved from the tags and stored in an internal array; the originally designed tags are then restored and no longer needed by the class, as the resizing code will work on the array. 2. More speed Cycling on the internal array, which only stores info for the controls that will be resized, is faster than cycling everytime on the whole array of form controls, in case at least some controls won't need resizing. Besides, the original class used to set the 4 properties (Left Top Width and Height) separately; this version calculates them all and touches the control only once, via the Move method. (A SetWindowPos API call might be even faster, in case you want to try it) 3. More options The new modes allow you to anchor a control to another, so that the gap between those controls stays constant, whereas it grows if both controls grow and move proportionally. A control can now be aligned to another control (Left, Right, Top and Bottom), stretched (Width, Height) to align its right or bottom edge to the latter, or stretched to the same size (Width, Height) of the latter. Relating a control to another requires that the latter has already been resized, but the modified class takes care of it by sorting the data after assigning a priority to each control, requiring no extra effort from the developer. Filling and sorting the array will marginally impact on the form startup time, but as said the runtime resizing tends to be faster. 4. More bugs? Most likely, as there's more code! (I had noticed no bugs in the previous version, just a lacking feature in handling arrays of controls, now properly dealt with) So if you find any, please inform me so that they can be fixed; even better if you send me a fixed version yourself ;)
Adding SSL to your network communcations in VB is usally an expensive proposition both in terms of time and money. There are a handful of ActiveX controls out there to help you do it most with quite different programming models and some costing up to $1000. ChilkatSSL is a free open source component based around the OPENSSL libraries that lets you add SSL enabled communications to your projects relativly easily. The trick is, ChilkatSSL was designed for use in C++ and does not directly support VB... This code will show you how to get it to work with VB through the use of an external VBized type library.
This function will return whether your program is running in Visual Basic Or it is running from the compiled EXE. This Function tries to print in the immediate window using the Debug.print method, which is available only in VB IDE and will be removed while compiling the code to EXE (or dll or ocx). The value being print using Debug.print method the raises a division by zero error and the error handler set the InIDE function to TRUE. I saw another code in Planet source code doing the same thing using a static variable and also calling the same function recursively. but this code is smaller than that.
This code allows you to input two zip codes, and find out the Distance (In Miles, Kilometers, and Nautical Miles). The Access Database was aqcuired on this site some time ago.. so thank you to whoever it was that posted it. :) Feedback is appreciated.. and Vote if you like it.
Knob-Thumb-wheels & Skins Demo by Robert Rayment. An earlier version has been deleted. Three programs. The first develops and tests bmp strips from a starting image where, for knob wheels the central rotating part's radius and incremental angle can be set as well as, for thumb wheels, number of repeated images. The second program makes compressed True Color 2D arrays of images and masks using zlib.dll (version 1.1.4.0 from www.winimage.com/zlibdll/). For most efficient inflating zlib needs the original uncompressed size. For pictures the original width and height are needed and this is stored at the beginning of the compressed picture array, from which the uncompressed size can also be calculated. The third program uses zlib.dll to inflate the images from a resource file. This is a headerless form, skin, controls & fonts resizing demo using some standard methods (plus some WAV sounds also in the resource file) - a test bed for trying out things. There are 2 full skins but the demo also stores some bitmaps in image boxes, which then serve as buttons and source for tiled skinning. When compiled all the images are then contained within the exe. See Notes.txt. (exe tested on WinXP Home) Win98 Zip 76 KB.
It's Back - GeoGrapher, with many improvements. You can now locate an IP Address Geographically on a world map, you can also locate a zip code and some world cities on the world map (I see that Sparq used and uploaded the zip code database that I uploaded for the old version of GeoGrapher). OH! did I mention that the world map is new, for those of you that downloaded the old GeoGrapher, the new map is in color and you can now zoom in and out and also navigate around the map, map tracking is also included in this version. When you supply your starting zip code (Lat/Lon) it will draw a line to the destination Point on the map also (alot still needs to be done with the graphical part of this app and I could use help! anyone??). Some of the functions are not working yet and I will be finishing those up this weekend but all in all the application is functional and nice, atleast I think so, so tell me what you think. PS - Please read the READ ME txt file - and if anyone is interested in help with further development of this project please email me and let me know, I will tell what areas I am having trouble with. anyway enjoy it and have fun.
Paste this into your VB code to test how long a portion of your code takes to execute. The number of milliseconds is appended to C:\TimeTest.txt
A simple slider control with no tickmarks, that looks attractive at small sizes (no appearance bug like exists in VB6's control). In addition, clicking on the slider bar jumps the thumb directly to that point - there's no need to 'page up' and 'page down' continuously to get there.
Here is My SSL Class, it is Built On "SSL Client" By Jason K. Resch. You can use it just like as if it was a normal winsock socket. It has events for close, connect, datasending, dataarrival. I find its much easier to use than anything here on pscode. Enjoy! Please Vote! :D
Disable Left Windows Key, Right Windows Key, App Popup Key, Caps Lock Key, ALT-TAB, ALT-SPACE, CTRL-ESC. Perfect for playing any version of Tomb Raider. Work only in Windows 2000/XP
Shows how to highlight a row in the MSFlexGrid based on a Column name and Value given any color.
Lightweight toolbar. Now, three button types supported: Normal, Check and Option. // 20Kb zip.
The encryption methods used in this program are probably some of the best available for Visual Basic. There are about 7 different methods of encryption featured in this program. For example, Skipjack, CryptAPI, Blowfish, and more. I adapted the main design of the program from another program. So you may see similarities in code and looks. But hey, thats what PSC is. Just a way to share code and adapt that code for your own personal use. I threw on a login feature to make it more secure so people cant go around encrypting and decrypting stuff on your PC. It's a simple, yet smart login feature than anyone could use in their programs. Please vote, leave comments, and enjoy the code! If you like this, please email me and tell me and I might make more versions of it. Thanks!!
*UPDATE* This project will detect all your joysticks/gamepads, and shows how many buttons it has, it also shows when you press and release a button, or move the stick/thumb button.