Results for "Volume: 5_2007-2008"
Hi! This is my first submision. This is a complete address book with picture likes school database to keeps track of your relatives, your friends and your classmates. Look and feel of WIndows XP regardless an operating system. download now! and don't forget to vote me .....
PLEASE NOTE THAT THIS IS NOT A DECOMPILER. All it does is that it converts files into ASM code. If anyone can build a decompiler that works, I'd be proud because it takes hard work to convert ASM code into VB code. OBSERVE POR FAVOR QUE ESTO NO ES UN DECOMPILER. Todo lo que lo hace es que convierte archivos en código del ASM. Si cualquier persona puede construir un decompiler que trabaje, sería orgulloso porque toma el trabajo duro para convertir código del ASM en código de VB.
This simple and easy code lets ya to animate your command buttons with or without caption. This does not use any other activex controls or API's.I had added the screenshot. do rate my code folks!!
Place a Shortcut on Windows System Control Panel. Nice for Setting up your Program.
An easy to use screen capture tool. Based on Gary Choma's submission but simpler, smaller and different implementation. You can capture full screen, selected area and active window. Image can be copied to clipboard for pasting to other applications. Great for creating documentations. An update is on the way with more features such as Image filter effects: Sharpen, Emboss, Diffuse, Solarize, Smoothen, etc. Image manipulation such as Invert, Zoomed, etc. Automatic selection of window to capture.
Nothing spectacular or ground breaking, but just a little piece of code I thought I would do in 20 minutes. After 'Fateha Rahman's attempts at writing this code, I felt my comments weren't really taking effect of improving their code much. So I decided to write this in 20 minutes of spare time to show how it should be done. This code shows 3 different methods of checking if a number is even or odd, and shows which is the fastest. It includes proper bench marking code with it.
Enter your SQL server's information, and easily select a table (or all of them), and the application will print the Table's Field properties... Great for a quick-reference. ****BE SURE TO SET THE CONSTs IN MODULE1 TO REFLECT YOUR SERVER SETTINGS****
This little AddIn toggles VB's code pane windows between normal display mode and full screen display mode. Simply compile the .dll into your VB folder and then use the Add-Ins manager to load it into VB. Updates include: safeguard against accidentaly closing a codepane or VB while in maximized state, and an emergeny fallback in case VB crashes while maximized. So the necessity to manually re-do the registry after a crash should have gone. Some of your feedback suggestions have also been added.
Anchors, makes controls size along with the form. I wanted to use anchors in VB and make this class in order to save some time. I hope you'll find it usefull.
(Update)This will create a file and add 999999 words to it. It can take upto 800mb of HDD space. silly simple code but i had fun with my friends PC, Lol. Ok have 800mb's of fun. If you give me 5 votes i will pay :) hehe
Hi, Was sitting at my system thinking what to do. well I make a custom toolbar without using picture arrays just by using a one strip of bitmaps 16x16 and BitBlt and TransparentBlt and the Line function to make a kind of toolbar. anyway the toolbar you can add your own button click code and button up code it also has a tooltip. I know this ant as good as the normal toolbar but it quick simple and easy. anyway I hope you beginners may find some ideas from this code to help you. Please vote if you like this code.
This excel marco generates Calendar for any year in a new spreadsheet. Good learning tool for Excel Macros. Don't forget to vote :-)
This code will help you make your own installation file. All you have to do is: 1. Choose a directory in wich your application is goinf to be installed. 2. Vote for my code :)
This is an analog clock. Its hands move like a battery-operated clock! You also have the option to show the second hand or not. You can minimize this application to the system tray as well! Other features include a swinging pendulum, hourly chime, and time synchronization with an atomic time server without using MSWINSCK.OCX (GUARANTEED ACCURACY)! Configurations include start-up on Windows start and setting the windows to be always on top. On load, the main form reshapes to the shape of the clock as you can see in the screenshot. It has ticks for easy time reading. If you like it, plz vote!!! :-P
Also known as Direct Memory Access. This is based on Andre Lamothe's method of plotting pixels. The purpose of this is to show people how to do direct memory addressing on the backbuffer surface to draw pixels extremly fast. Microsoft has hidden some useful things within DirectX in VB that make stuff like this possible. The main one that is needed is the pointer to the backbuffer surface called lpSurface (located and hidden in DDSURFACEDESC2.) If you want to see other hidden members, just go in object browser, right click, and goto Show Hidded Members. We now need an array that will point to the lpSurface (using Safe Array of course) that we can use to actually draw the pixels. We will call it Video_Buffer(). Depending on the color mode you are using though, you will need to declare Video_Buffer() with the same number of bytes the color mode is. For example, Video_Buffer() as Integer (2 bytes) for 16 bit color mode (2 bytes). Now the formula to plot the pixel is this: Video_Buffer(X + Y * Memory_Pitch) = Color. The memory pitch (lPitch, located in DDSURFACEDESC2) models the fact that a video card might have some extra memory per line because of caches or hardware addressing. For example, your resolution set at 640x480x8 shows you have 640 bytes per line on the screen, but the memory pitch is set at 1024 bytes per line in video memory. Of course, depending on what color mode you are using, you have to divide the memory pitch by the number of bytes your color mode is. Before you can actually write the pixel though, you have to lock the backbuffer surface and obtain the correct memory pitch (if you didn't, the memory pitch is useless.) Then you write the pixel, and unlock the backbuffer when done. I have three examples of how this can be useful. My only problem now is figuring out a way to Fillmemory in words (2 bytes) and Dwords (4 bytes) for fast scanline drawing. I have the assembly source code commented within this program (written by Andre Lamothe) but don't know how to use it in Visual Basic nor do I have any experience in assembly. Oh, well, at least I got this far. This program is heavily commented for those who are beginners. VOTES AND COMMENTS PLEASE!!!
This code will let the user select their town in a tree view panel, then by double clicking the name of their town and then clicking the button a 5 day weather forecast is displayed
The programm generates "matrix" lines - with user's settings. Then blends the "matrix" with another image in a special way so the image is only blended on the letters. See SCREENSHOT.NO API.Creates Cool effect! Has a lot more features like: Drawing by yourself, choosing transparent color, cusomizing matrix(line length, font, num of lines etc.),select RGB channales to adjust image and more.. please vote
This Function gets the current winamp song. I got tired of people iming me asking for this and me redoing it each time.
I was inspired by MobyDock (http://www.mobydock.tk/) and created this program which can be used to replace the taskbar. It’s based on DirectX 8 for VB and needs just a little few tweaks (transparent background and anti-aliasing for example) but because the lack of time I can’t finish my code. So feel free to download the code and finish it on your own with your customs features. You need to create a folder called (“icons”) in App.Path and put some PNG-Files in it. For the screenshot I used a PNG set from http://www.rokey.net/ but you can add any 128x128 PNG files you want.
*UPDATED*.The BEST SOFTWARE PROTECTION YOU CAN EVER FIND IN PSCODE.COM.This isn't any rubbish submission. This is nearly as good as commercial software protection.This is really a good software protection ever made in planetsourcecode.com.The program uses MEMORY techniques to directly embed your EXE into the MEMORY and works with any VB EXE (PE). This code comes with a LOADER written in VB which has protection just like any other commercial software protection like DEBUG DETECTION, ANTI MONITORING and DUMPING, suspecious activity detection, BLACK LISTED CODES, FAKE MEMORY INJECTION, ADVANCED TAMPER DETECTION SYSTEM etc. The trial system is also very secure and it is manually IMPOSSIBLE to revert the trial settings. In EXE PROTECTOR you have to select many settings like the trial type, key generation, black listed codes, key maker password, etc, then your software is automatically converted to the trial version according to the settings made. The Key generation uses a Triple Key DES Encryption with SHA which is good. The loader is extremely fast, it is tested under different conditions and it works pretty well.There are many customisable options like you can choose to give FREE UPDATES for minor versions of your software, reset trial on new versions, add BUY NOW URL's, increase trial count by request and more.This submission took many days to build and test before submission. The code is excactly as secure as other software protectors and my submission is a freeware. If you need more help you can refer the very extensive documentation and sample project. Easily generate XML based reports and save projects for future use.Inspite of repeated requests, i'm submitting this code as a FREEWARE. A vote- thats all i need.