Results for "Volume: 2002C"
Your objective is to get all the blocks to display the same letter. Sounds easy.. But most of the time, it isn't =) This was based on the tree puzzles in the game Black & White. So if you need to solve it, get the tree puzzle solver available from www.bwcenter.com
This is an extremely usefull add-in for VB 6.0 that allows you to convert ASCII to Character and Character to ASCII. Nothing complicated here, just simple code for a simple purpose.
This is a remake of the Apple IIe classic "Wings of Fury" You are a pilot of a P-51 Mustang and are attempting to rid islands of their inhabitans by strafing them. *WARNING* This is a work-in-progress. As to this date, the program runs but it is FAR from finished. I am submitting so that others may leave suggestions or use it to make their own game. It is heavily commented and should be easy to follow. I commented about BitBlt extremely well and this would be a great example for anyone learning it. ENJOY!!! Update 1: Now includes Pixel Collision for landing and the plane has guns Update 2: Guns now kill people(little graves pop up, it's morbid but funny) and bullets kick up sand, dirt and water Update 3: Bombs! They don't kill yet but they will
This is a Printer OCX I made because I found that it is a pain in the rear to print simple things in VB. So after many hours of debating wether i should be nice and make it open source I thought "ahh help the newb's." So here it is. I don't care if you vote or not, but it may tell me if its any good or not. Thx ME
(UPDATED!!!) (I updated the program and now its all describted) NOW! Please Vote For Me! this code will remove the latest virus!!!: (32.Sircam.Worm@mm) this is my first try for a completed VB program and i am only 13 so please accept it :) this code is working 100% :) use the code as you like...if you have any improvments please send them to: b2sp@b2sp.net Visit My Site @ http://security.b2sp.net
This module shows how to dock a form to the screen and reserve screen space so maximized windows can't cover it. All the other code I looked at had a ton of un-needed garbage in it.
EzCryptoAPI is an ActiveX Control that will allow the programmer to implement encryption/hashing algorithms included on advapi32.dll. The encryption/decryption algorithms are: RC2, RC4, DES, Triple-DES, Triple-DES-112. The code has a very good explanatory comments that will allow you to understand what the code does at any time. (For a full information about its full features, see the help file I have included within the ZIP file [source code])
Manipulating the registry has become really easy with this control. It also allows you, the programmer, to associate/dessasociate your files types on the fly. The source code also has a help file that explains all its features, check-it out!
In this code I show how to 'Wrap' the Winsock ActiveX control to make a COMponent object in order to be used on an ASP page. Don't miss it.
This finds the current weeknumber easy.
This is my latest release of Frankmailer email suite. It enables you to send email and recieve email, received email is not limited in any sence what so ever, it handles attachments superbly and saves the downloaded message in Outlook email format, so you can simply double click on the message in Frankmailer and it will load it into Outlook. Sent email does not include attachments as yet. The module that sends and recieves email is totally independant and can be used in any aplette, its designed to run silently in the background without popping up errors, it just suffers and tries again. Its well worth a look at, please download it and for once im going to ask for loads of votes please!!! This took me a whole afternoon to write!!!
Detect system information. Hardware info,software info and much more, visit, look,send feedback and please vote.
Rev 8-1-2001. Have you ever had to compare files in two different folders? Mostlikely, you used paper and pencil. This VB snippet shows the contents of 2 folders and flags files with different date or file size. My graphic design is not the best and yes it would be nice to navigate to you folder (now you enter path). For the first step (3+2 hrs work), I think it will do.
The most simplest way to make 3d text, just see what you can do with it, Just updated for you "The VB Lovers"
Frankmailer is a beta mail suite application, it sends and recieves email from SMTP/POP3 servers. I have modified the checkmail routine so it's now even faster. If you haven't downloaded this or even if you have, I reccommend downloading this new version, it's coming along in leaps and bounds and in the next release I hope to have the ability to send attachments with the emails also. Just for reference all downloaded emails are saved in Outlook Express format and attachments can be downloaded perfectly, I have tested it many times and it hasn't fallen over once! Please vote for it, and comment on it!
A savescreen showing an analog/digital clock bouncing on the screen borders
Drag and Drop a Free File onto the List Box. The Application opens the File as Binary and loads it into Buffer Space and scans the contents for Virus Strings. Very easy to do, and commented. It only does a single file right now, looking to add Directories upcoming.
Shows a methodology for drastically reducing the amount of time needed to develop "similar but not quite" forms for a type of task.
Updated 11-Aug-2001. Enhanced menus builds on Steve's excellent VbAccelerator popup menus which uses standard Vb menus, not complicated menus created at run-time. Enhancements: Transparent or opaque separator captions with icons. Wallpaper highlights. Variable width (autosizes to font) vertical bar created by writing direct to DC's. Left or right orientation. 90° or 270° text rotation. Standard, gradient, or wallpaper style. Individual captions, icons, and font properties. Translucency NOT WORKING CORRECTLY. CAN ANYONE HELP? Rename Alphablend.DL_ to Alphablend.DLL and copy to your windows system directory. See screenshot.
Forgot to include a .bas file in my last posting, so here it is again. If you downloaded it and it wouldnt work because it was missing a modProcess.bas then this should fix it . This is a fully functional telnet deamon. It is capable of fully controlling the remote file system as well as creating data pipes and gathering information all controllable from a standard windows telnet client. It also implements basic stealth features and password verification. If you are interested in learning how basic servers work this code is very much for you. Try not to treat it too seriously, this little app was made as a toy to play around with on my system.