Results for "Volume: 6_2008-2009"
Communicator is an ICQ client made in VB using the ICQ ActiveX Control. It features include Send/Recv Messages (Text, URL, Contact) and search/add user to contact list, Get user info, update your info and more. Please rate / comment on the code so that we can see where we need to improve. Also visit www.medievilz.com (Mirror: medievilz.cjb.net) for more information on the client and the ICQ ActiveX Control
Hey! This creates a type of progress bar like the one Microsoft uses when Windows is loading. This looks so much better than the standard windows progress bar for those times when you just want to show that the computer is working and you don't need to show a percentage of how much is done. I created a class to easily import it into a project. This example has enough comments to understand how it works and how to implement it in your project. I am personally using it in a Splash screen to show that work that must be completed before the user can continue.
"This is simple Star Fighter game using classes.It will help you in improving some skills in programming"
This is the screensaver with the COOLEST GRAPHICS YOU'VE EVER SEEN! You've got to see it in motion before it really works, as up to 20 fireworks simultanouesly shoot upwards at different angles and speeds, explode into different bursts of color, lighting up the surroundings slightly, and then sparkle and slowly disperse and fade away with really cool blending/blurring effects with the background!!! You have never seen anything like this. REQUIRES DIRECTX7 or higher, I have DirectX 8 and it worked fine but it should also work on DX7. You also need to have a monitor capable of 24 bit color. I would appreciate lots of VOTES AND/OR FEEDBACK because I worked very hard on this one! Visit my website at www.VBgames.co.uk!
Link Crawl will search the webpage that you enter in the combo box for links and place them in the list box...you can then save the links to a file for later viewing..vote and visit my website!!!
An easy way to add images to menus (B & W). Just a few API calls.
Hi, I copied the look of the Windows Dialer.exe and made it working the same (or even better). Is this interesting? ...I mean, to have some code (not the original) for those functionalities? The response is up to you: if the audition will be high then the effort will be crowned by success, otherwise it will result... in a little flop! The main advantage of having the source code, for a programmer, is that you can modify any functionality at your pleasure. Moreover, sometimes, there is the advantage that the code can be studied, to learn something more of VB world. Let's resume how the Windows Dialer.exe works, and point out some little differences of this code: - [same]you can enter the telephonic number in 3 ways: 1) directly 2) using the telephonic keyboard 3) using the fast dialing buttons (where you can store up to 8 names with their telephonic numbers). - [difference]a help line at the bottom will assist you in the use of all controls. - [difference]an about form will teach you how to save, print and even zoom an image (a surreal sunset). The program can be used in your desktop, as is. You will find dialing much more confortable and fast than the original Windows Dialer.exe. An additional usefull feature has been added to the 'Fast Dialing' buttons: they can be 'reordered' just dragging the surrounding label and dropping in a new place. Also here, not only the feature itself may be found nice, but more the associated code could move your curiosity. That's it. I bet this program will encounter your favour: so I suggest you download the program, and hold it in your desktop. Go ahead, with computer dialing, and have fun! Author: Pietro Cecchi Program Name: Telephonic Connection Tone Dialer Uploaded on Planet (www.planet-source-code.com/vb): 21 november 2000 This program has been written in VB6.
This code Enables and Disables the Shift Key used to bypass the startup options in Microsoft Access
You have 12 billiard balls. One of them is odd in that is slightly off in weight from the others. The problem is to use a balance scale to determine which is the odd ball and whether it is light or heavy. This little program shows the solution graphically plus it details the logic involved. Have fun with this.
Updated 11/30/2001! Now you have a complete support to build a local archive of downloaded files: you can define libraries of omogeneus programs, any item is automatically saved in its own directory and expanded so you can open it with a single click. Collect your code will be even more simple! Updated 4/5/2001! Start as systray Icon, separated browse window from tree window... Works with new policy of PSC!!! Updated 11/22/2000! This is an interface to Planet Source Code database. It's simple and very useful, you can see all published softwares, make search, navigate throught categories. In the treeview you can see items information and check the one you prefer to download in an given directory. When application starts, wait a moment to allow downloading of newest (50) file list and PSC home page. then you can navigate using categories menu and prev/next page buttons, select what you find interesting, define a download directory and download. Hope it will be useful for everyone. Good work to everyone and vote me!!!! PS: used some piece of code from PSC with credits inside.
Creating & testing an assembler DLL using NASM, a freeware assembler. The demonstration DLL does Bit testing, shifting, rotating, clearing & setting.
Allows you to easily add your program to the Add/Remove programs list, and also add your program to the Run registry key so it starts every time Windows starts! I didn't see code that adds to the Add/Remove Programs bit here, so I made it myself! Though I find the basic registry routines here, I did Enum one of the arguments to make calling them faster! Please Vote!
This code will show you how to create custom shaped forms based on any image you want to use. Any part of the form that you want to be transparent, just make it pink. (See ScreenShot). I have seen other examples of this on PSC but they were kinda slow. This code is very fast and works by creating and deleting graphical regions in memory. The code is well commented and VERY simple to understand and use. There is also a single executable included if you just want to see it work and don't want to screw with the source code. Enjoy. (Jeff Deaton)
Ok people, heres the deal. You have the code to write to the real NT event log (if not .. let me know and i'll post it!!) but you want a more versitile way of logging events. ever thought about XML. this zip file contains a pretty simple XML eventlog viewer. i've also included (as a class to the project) the code that you can use to create an XML event log. This example is my first real attempt at using XML so i hope you like it, the code is pretty simple so i dont think that you will have any problems reading it. - Yep i know i may not be using the XML DOM correctly yet but hey i've only learning XML for about 5 hours at the time of submitting this code. so please dont correct me with the XML coding... i'll get better as i go along... thanks people ..... oh.... and if you like this code ... please vote for me will ya! Thanks!
this is a good listbox example for begginers it has load/save list,add item to list,remove item,clear list,kill dupes and add list to clipboard!! PLEASE VOTE FOR ME thanks!!! -Jim
This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")
Want to create scientific calculator? Today with Chip 8083 FX you can do it very easy. This chip is a kind of ActiveX DLL that handle simple math expression. But... As a mater of fact, simple but powerfull. You can use any expression, and you can use more then 30 build-in functions. If that's not ok for you, you can define your own function and use it in your expression. Try to use it, and you will know... Chip 8083 FX is very powerfull tools that ever created!
After spending hours on the internet and hours in the train, reading documents about base64 encoding, looking at c++ examples and trying to convert delphi examples into vb code using bitshifting and pointers, i came acros a piece of code which was the fastest on PSC, i downloaded it, cleaned up the code, improved the methods for loading file (increase from 9 mb/sec to 40 mb/sec) and for spanning / unspanning files. Fixed bug in spanning too. THIS IS NOT (ENTIRELY) MY CODE... I will respond as much as i can to your questions...
Finds all the drives on a system, tells if media is in the drive or not and finds the filesystem,size,label,used space,and free space of the drive.
A badly written screen saver, but hey, it works!!! Very nice worm effect with a fade...