Results for "Volume: 2_2002-2004"
If you liked Space Defender, you will like this too, J am sure. It's not a sequel, it's a new game. See the Readme.txt file, please. If you like it then vote it. Enjoy. Need DirectX 5 or higher. Update 11/21: Fixed bugs and I have added a new wave of badguys! For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.htm
Makes a form shake when a button is pushed, I made this for a game i'm working on, great for explosion effects, makes the form shake/vibrate on the spot (like the BUZZ in yahoo messenger)
The program performs searches of files and dirs into a given directory, that partially match a given name (also wildcars accepted) May be you can learn a lot, reading with attention the code, because the many solution taken writing the code, to force some controls to a more handy behaviour. I list just a few of them: -the pause sub, takes care also of midnight crossing -the single click dir selection, that usually requires a double click -the search engine itself, based on a couple of routines that are interruptible by the user (button 'Stop search') -the search itself, that is done either for dirs either for files, basing on partial macthing of a given name (but also wildcards are allowed) -the popup menu (click right) on the results list box, that allows you to copy up to 3000 lines in the clipboard (to transfer text to Word to store the results or print a list of them) -the help-online, at the botton of the form, that will assist you while you just move over controls (is based on a single routine, named 'help', that is, I presume, well conceived) -the about form that is able to resize the contained image (a white rose), to save (button save) the full size image to 'c:\Search About.bmp' or print the image, in the actual size (larger or smaller as you sized the about form), using the default printer. The code is very interesting for the ones interested in printing, zooming and saving images. -the horizontal scroll bar added in the results list box For me there is the pleasure of sharing my way of programming with you. Have fun! Program Name: Search Author: Pietro Cecchi, email: [email protected] Upload to www.planet-source-code.com/vb : 19 november 2000 This program has been written in VB6.
This is a Function Grapher program that is able to take an almost unlimited number of functions the user enters, and graph them, either simultaneously or consecutive, with the first function entered being ploted first. Function Grapher is built up from my Evaluate (also known as Evaluator) module, which can also be found on Planet Source Code. Any feedback about this program is greatly appreciated. Please vote for my program. :-)
Mailslots Mailslots have been around for a long time in Microsoft operating systems. I have heard, but not confirmed, that utilities have existed in MS-DOS to operate on Mailslots. When you send a message via a mailslot, a single packet of data called a “datagram” is transmitted over the network. The delivery of the message is not guaranteed and it is usually not possible to know with any certainty that the message arrived at the destination. So for every important message sent over a mailslot, you must have logic to obtain a reply of some kind to indicate that the message transmitted successfully. If a mailslot message travels only inside a single machine, the Win32 library routines will indicate the successful transfer of message. You can locate any mailslot server on the network This code is well commented. Have Fun. Rodney Godfried
Singlelize This little code eleminates all duplicates from a listbox or a combobox
This control emulates hot links (seen in web pages, and other apps like Outlook mail rules and the triggers section of the Starcraft Level editor.) It supports word wrap, pictures and highlighting! Have a look and please vote!
IsFormLoaded This little code shows you how to verify if a form is loaded or not. People use to use the code for each f in forms. This code does not work perfectly. Allforms must have been loaded for the 'for each f in forms' to work. With this code you does not to worry anymore. Just making uset of the let and get you will get all of this under control.Have fun Rodney Godfried
This program waits for the Password Required window from either IE or Netscape to appear, then logs the username and password, as well as the server, that the user enters. VERY useful, completely commented. Please vote if you find this useful. ANY feedback is greatly appreciated.
Small project listens for incoming requests, then steals the IP. Give your friends or anybody a URL (your IP) - then steal their password! You can change the port to listen on, and the data that is sent when the user connects. Very simple, less than 50 lines of code. Please vote if you find this useful :) ANY feedback, negative or positive, is greatly appreciated. BTW - I know there's already like 800 of these on PSC, but I thought I'd post my own. I was messing around with Winsock and thought this would be a neat project for beginners.
This small project demonstrates how to support multiple users in your applications. Saves/loads settings from the registry that pertain to specific users. Has ability to create new users. Please vote for me if you find this useful. ANY feedback, negative or positive, is greatly appreciated.
Allows you to accept multiple winsock connections! Great for beginners to intermediate! I know, still some bugs, but overall some nice coding. Uses TCP/IP connection, not UDP! Take a look, comments up the wazoo on this one =) This would be wonderful if you want to create your own gaming server, chat server, or just a file server! PS - Guess what, guys?! In my code, when the server "broadcasts" a message, I have a doevents in the loop. This is because of a problem with the winsock control that the doevents fixes. HOWEVER! Service pack 4 fixes this. So d/l service pack 4 and remove the doevents from the "broadcast" loop, and have instantaneous broadcasting!!!
This is an IMPROVED version of my other "Create your own tabbed dialog" like the other this code lets you create a tabbed dialog (like the tabs used in property pages) without using any OCX/API! In this version, I've gotten rid of that dotted focus box that used to appear on a tab when it was selected, and to make it look EVEN BETTER, as an option, the selected tabb will turn BOLD. (SEE SCREEN SHOT) Please VOTE! Happy Programming! :) Any comments would be appreciated! please vote.
Ello, im back with a new name for all those who know me, lost the passy to my other one (blah). Anyway, this prog simulates the cd drive autorun feature. I coded this prog for 2 reasons, 1. I hate autorun and have disabled it, BUT autorun holds the shortcut for cd loading (hence this prog), and 2. Coz no one (as far as im aware) has done this before. So, if your like me then disable autorun and use this prog to preform the exact same task only this time WHEN U WANT IT. P.S. This prog also includes the sneaky little way i use secret areas in my progz, the 1 sec time delay on prog load to allow for a certain key to be pushed so the prog loads in a dif way (the secret area) GOTTA SEE THIS! (every line comented) Laterz
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 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.