Results for "Volume: ASP_Volume3"
My program/code will add between 2 and 4 times together at a time. For example, it could add 3:25 plus 4:28. It took a while to make and correct.
Very comprehensive indepth tutorial, being updated so it should cover a lot more aspects soon. ENJOY!
This code demonstrates how to achieve some of the oldschool assembler Demo effects using C# and GDI. No directX! Includes fire, plasma and parallax stars. Fully commented. BUT WHY WOULD YOU WANT TO DO THIS STUFF?! Because we can and those old demos were the coolest things ever!
Resize and Center an image control(maintaining image proportion)(remember to load an image) inside a picturebox control. This code rescales and centers the image to a size small enough to fit inside any give picture box. Good for thumbnails. I don't know if this code is bug proof... Let me know what you think ,Thanks
This control, when placed on a form, will allow you to dynamically create menus at runtime. I have included the code for the OCX and a simple test harness.
Version 2 of Night Era serve people who use their computers to listen to music before sleeping and also work as alarm to wake you up at morning, It contain a new future in which computer state will change to hibernate or suspend state at a specified time and wake up from that state when the wake up time is come to listen to music at early morning. below is the scenario of usage. While sleeping the master volume control value will be decreased to provide quietude. you can specify the interval of decreasing the volume control value i.e. each "N" minute the volume will decreased with 5 degree. so the volume will be lower along the sleeping time. You can specify the sleeping and waking up time, the wake up timer will wake up your computer from hibernate or suspend state. When the system time match the sleeping time, system state will change to either hibernate or suspend. When the system time match the wake up time, system will resume, and play a music file or MP3 list. The point of interests is that auto wake up functionality, that allow you to save power by putting the system in low power consuming state, and allow the system resume at morning to wake you up, also I search the web for a waitable timer in C# and I didn't find a one, so I build my own auto-wake-up-timer. Hope you like it, Visit my web for more projects ;)
This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email box so users can go to your web page or email you from your program.
This is just a text editor that can read a document back to you. You can also view html,aspx,vb,cs and php files. It has alot of different features. When you run this program it says a file is missing, just continue and it will run.
Wipes is an image transition program allowing you to use various transition effects like Wipes, Slides, Stretches, Grow from Corner, Random blocks, Stripes, Blinds, Maze etc. You can individually load the pictures and apply the effects, or set an directory and then allow Wipes to apply its preset sequence of transition(some customization is possible here). Or you can write you own scripts to customize the pictures, effects, time delays, background sound and whether the animation and sound should loop! PLEASE READ THE "README.TXT" FILE BEFORE USE. Enjoy!
This is a 3d particle engine written in 5 minutes... literally. It is written on the basecode of NeHe's tutorials at nehe.gamedev.net, but is a completely original work. It displays a total of 10000 particles, and each has a random shade of blue as a color, its own position, and its own speed in all 3 directions. You can rotate the image using the 4 arrow keys. (Hit ESCAPE to exit) Please vote and leave feedback. Ignore the title of 3d RPG, that is because it is one of my future projects im experimenting with.
Users can draw Simple Digital Logic Gates with this program. The specialty of the program is that the circuits can be drawn, modified and the outputs obtained with the inputs given through the MOUSE. Help, which is provided along with the program, can be invoked with the click on the “?” button.
This code allows you to close all the MDI child forms in an MDI form at once. Goto http://www.vbgreatone.com/ to learn like you've never learned before. Get over 500 api functions with example for each, and tips like this and, much much more. Just visit it, i'm sure you will like it. First, create a menu item in the MDI form name mnuCloseAll, then paste in this code:
Have you ever try so send a SQL String to a database that has apostrophes ? If YES you will get a run time ERROR Here is your solution....A function that formats the variable before sending it to the database
It is an example of 3D Objects w/Lights and much more, such as Camera Rotation, Light Moving, Keyboard Arrows to move about the screen and etc... You will need GLUT in order to execute program, so you can download GLUT at http://www.xmission.com/~nate/glut/glut-3.7.6-bin.zip If you have any problems please let me know, or if you like the program please vote or leave some feedback. Thank You. - Andrew
This is the Code in Visuall C++ Console project to open and close your CDRom hope you find it usefull.. And i would love your comments...
Teach yourself how to make a very simple Winsock Application in MFC :)
Fix Apostrophe in strings for SQL query
EnumWindow can list the handle of every open window on your system. Here is an application demonstating the same.
This short code enables you to make your application insert itself into the user's Startup menu, if it's not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000
Given a pathname, the class in this program returns a sorted list of directories or filenames in a string array, without the use of the drivelistbox, dirlistbox, or filelistbox controls. This program illustrates several important programming concepts, including quicksort, passing arrays to and from procedures, and handling undimensioned arrays. In addition, it's very easy to use.