Results for "Volume: ASP_Volume3"
This shows an easy way, how to hide window's 95/98 Startbar.
Most code snippets simply show you how to display a connect dialog. The problem with this is that it doesn't force a dial-up and won't alert you when a connection is established. This code solves those problems by using Internet Explorer's own 'automatic dial-up' settings (Control Panel >> Internet options >> Connections). It utilises two little-known API calls that can automatically connect / disconnect from the default connection. Note: If the 'Never Dial a Connection' option is selected, this code will not be able to connect. I came across this API awhile ago when my friend suggested a forced dialup and gave me this tip. It's actually pretty helpful.
Tell if a number is odd in one line of code. (and if its not odd its even, but i dont have to tell you that)
This project Shows how to create a multiple-splitted MDI parent window. This project in particular manages 4 panes. There are only 2 API functions in use too.
This project builds data entry form dynamically. It creates picklists within the form for any foreign key fields. All database connections and functions are coded in the vb6 dll project. My intention is to use this for lookup tables, that would use just a basic form. And to keep all the data access bits in the dll so as to secure the database. Works well for me, hopefully some of you will find it useful.
With this code you can turn on or off the monitor ;)
This will allow you to lock down pages on a per user, per account level setting. All passwords are hashed with MD5 and also salted. You can set allowed login attempts before the user account is locked out and it will log the last time a user logged into the system. It comes with pages to add, delete, update and to allow users to reset their own passwords as well as a page for database compct function.
This will uppercase the first letter of a every word in a string. For Example "this is a string" -> "This Is A String". You need only 1 line of code.
This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!
Comes very handy when you want to see if a file your program needs is installed or if your program's ini file is there or.... NOTE: A note on how to make money while you are programming is included! did you now that you could be making money right now?
This is Console. The personal organiser for your PC. Features include: - Media Player capable of playing wavs, mp3s mpegs, avis and most other formats. - Notes section. - Memos. - Alarm capable of playing a sound or shutting down the computer. - Playlist editor/player with random option. - Quick access to registry, control panel, cd player and other Windows programs. - Net search option. On Yahoo or Astalavista. - Favourite directories feature, for quick access to 5 of your most frequently used directories - Favourite programs section. - Always on top feature. - Borderless form that is moveable. - System tray icon. - Volume control and mute option. Many thanks to the author of CTARS-PADD for the idea and some features!! This can also be found on Planet Source Code.
Converts two character strings of A-Z or AA-ZZ into integer equivalents. Example: User inputs "A", returns 1, user inputs AE, returns 110 and so on.
File Transfer Program using Mapi and Winsock. Allows multiple connections, works from behind a proxy server, zips and encrypts files. Server and client programs
This somewhat strange project demonstrates using the GetPixel and SetPixel functions to separate the color channels and process an image as it's being drawn. Different values can be tweeked as the image is continually filtered. This particular project can distort images with simple filters (Pixel Intensity Oscillation, Channel separated Brightness, both monochrome and non-monochrome Noise Distortion, Posterize).
This Dev-Cpp C++ Project allows you to package a set of files, including a setup.exe file, inside a self-extracting exe file, which when run, unpacks the files and runs the setup.exe. The interface displays your included .bmp image, with button click areas, and it is simple and attractive for the end-user. This is a somewhat finished project, but could be modified or used for examples of how to do some of the things it does.
This is the updated version of my other Starfield. In this version the user can change the direction of the stars movement, the speed at which they travel, and the background's color. Another cool feature of this one is that a picture box control is no longer needed! Definitaly a must see. Please Vote for Me!
aMAZEing shading is a 3D Doom-style game. It has nice depth cueing rendering on the polygons, plus some twinkling stars in the backround as a bonus. If you thought that 3D couldn't be achieved real-time in VB, think again. And if you thought this was good, wrong again. I have two other versions of the game (one uses DX7, the other is pure VB) both of which have cool perspective textured mapped graphics (pictures on the walls!) both available on the website. They are far better than this, go look at them. This was just a fun experiment with the original program, to keep those waiting for the final version [which will have floor, ceiling and monsters soon] happy for a while. I'd like to emphasise that this version [and the final one] does NOT use DirectX, or any DLL's or ocx's which were written in faster programming languages. This has so far and will continue to be achieved in pure VB code to prove that it's possible to make a 3D texture mapped game in pure VB code. NOTE : please DO NOT vote for this game (!), please vote for my original aMAZEing 3D game instead [although I have no objection if you'd like to vote for both!]
This is a typical galactican war time game.Nothing special though, u may have a look! and if u are intended to develop any dos base game in C/C++ as an assignment or for any other reason this code may be helpful! Keys: Fire: space bar movement: arrow keys Pause: p skip: Esc have fun!! [email protected]
WorkingDays counts days except Weekends and Holidays
BB Ballgame League Site is a complete ASP Baseball/Softball League schedule, score and record-keeping site. Uses an Access database. For testing, login as administrator using username "admin" password "password". Read the included Readme.TXT file before you run this. There's a bigger screen shot at http://www.battleszone.com/SRBL/BBLeagueSW_ScreenShot.jpg