Results for "Volume: ASP_Volume3"
Alot of people want there programs to be more popular, this is the way, if you have the only program that will save to a particular format, then everyone will HAVE to use your program to open there files. And it will HAVE to become FAMOUS!!! Plus it's really cool to have your own Extention. My programs shows you alot of stuff: 1)How to make your own Extention 2)A simple way of formfades 3)How to save useing Common Dialogs Filters 4)How to copy a picture to your Clipboard 5)Comes with detailed Instructions It's simple for any begginer or intermediate!!!
Michael has a few changes. Just read the Readme.txt file that comes with him. The code is kinda large and I apologize if anyone has any problems following it. I tried to keep comments on almost everything. Anyway, check this out and please rate it. I know this isn't true AI, it is mostly string searching, but hey, it's still kind of interesting. See what Michael will say to your questions or comments. :)
Make fast calculations in the same place and keep the history of the value u got in the tooltip.
This is a typical poll program. The special thing about this one is that you can add multiple questions, that's good for more exact polls. There is a good administration part where you can edit this poll without any asp coding kow Try it, it's cool, it's free.
This code returns a boolean expression that declares if a string is a valid email address or not. It returns true if the string is valid, false if not
My code creates Transparant Forms.You can choose the Transparanty value (from 0 - 255).All other Controls placed on the Form are transparent,too.I you like and want to support me, vote for me ;-))
This code draws picture based stars using directX 7. The code is heavily commented and simplified.
This is an update of version 2.00 that I have done today. Because of some complaints of the speed I have added a speed option which includes "Fastest" (but this only works for options 8 to 12 as the others are so fast you cannot see them work!!) I have added a new FX called "Black Hole" where the text dissapears in to, or out of, the centre of the string. There are now 2 Bandits. The new 2nd one cycles through all the characters at the same time, compared to number 1 which did them one at a time. It should be noted that this is also an example of Framed Options; diabling and enabling them and discovering which have been selected by the user. Also in the Speed textbox you can only enter numbers (I got that off here, but hey!) Although I wrote this in VB5, I see no reason why it will not work in ANY of the other versions as it only uses basic commands like MID and MID$. (Although I am not sure when the MID command came in...) Please rate this!! and I would be interested in any comments you may have. Thanx!
A full MP3 Player using Windows Media Player. But, first of all, it show you how to create a "skinable" application with forms having the form (bitmap) you want. If you want to change the form of your form, just change the bitmap of frmMain (main form) and picFond (picturebox), the code do all for you.
This shows you how to search for a "string" inside of a "string" to see if it's there or not. This makes a good E-mail validator.. If the user doesn't put the "@" character, this will know it's not there and return false. This also works the same way if your trying to validate a Full Name. I commented everyline so enjoy and good luck.-Mike
The code Desplays a list of images in a selected folder on the clients computer and lets him browse it. it is not very needed but is a gooood exemple of using fso. one of the thing i tell me studets is to try and make it a txt viewer instead of a image viewer, try it!
This code snippet demonstrates one easy way to create a pure graphic of a bar chart and line chart combined using the OWC.Chart object(msowc.dll). The msowc.dll is a component distributed with microsoft office. The greatest benefit from this is the fact that you can create almost any type of graph as a pure "GIF". My example code is an easy 'Cut and Paste' cookies cutter code that shows you how to make a pure graphic of a bar and line graph all in one. If you stare at this code long enough, you will figure out how i did everything, it is actually very simple. This is great for any site that needs to display a lot of reporting.
This code displays the title of the movie being reviewed then desplays the review
To help others.i ....... please take comment and vote so that i am inspired to post.
A file browser and editor to enable you to browse and edit the files on your computer or web site. This program is not the usual file browser though. It tries to emulate the windows file browser with presenting file extension descriptions (ie asp file, jpg image) and also shows an icon. Now includes a parent directory button. Very easy to set up and configure. Please vote. Have a look at the screenshot.
Counts the number of days between two dates with a choice to include/exclude the number weekend days in the total count. This can be used to calculate items like day-based thresholds. This can modified (by your own modifications) to exclude specific days like holidays.
Simple Stock Ticker that pulls Quotes from yahoo. One of the advantages of this Ticker is we are not violating the yahoo redistrubution agreement, stocks are pulled direcly from the client. One of the important things to keep in mind is this ticker is written for an application that we have total control of the browser security settings. If you would like to implement this for the internet users, it can be implemented with an activex control without users having to change their browser security settings, for more info on activex shoot me an email.
This is the second version that I made for library db, It is made by Visual Studio 2008 and Microsoft Access as a database. This programs is showing how we use mock objects, singleton, factory pattern, Unit testing , Creation of ADOX This program is not heavily tested, so it is expected to have some bugs the goal for this program is to share how I usually designed / architect the software by splitting GUI, business object, and DAL [ Data Access layer]. Database will be created automatically if the program did not find the database There is a config file that used to locate database location, do we use mock object or database straight away Please Vote Me after you download the program :)
This code will take a 32x32 Windows Icon and Convert it in to a text file
I've seen some implementations of Dijkstra's Shortest Path Algo but none of them were up to the mark. So I've put up my own algo so that people can get help from this.