Results for "Volume: 4_2005-2006"
Updated: 15/07/200 - All Bugs Fixed This is a tutorial that shows the basics of writing graphics using Direct Draw - perfect for the BitBlt API user moving into DirectX. This is just simply source code that is HEAVILY - and I mean HEAVILY commented to help undestand the basics of displaying bitmaps, page flipping, setting to fullscreen mode, etc. Any feedback on anything that isn't explained well or at all is appreciated.
Quickly you can obtain your factorial number, and of course this code explain the theory you can optimize more and more this.
A game of tic tac toe with a nice GUI interface made with EzWindows Api. Yip, I know there are quite a few around. But I found it's always interesting to see how someone else did it. If you can beat this game, please post your moves, beacause then you are THE MAN.
This is a program with which you can drive mosquitos out of your room. It does this by creating sound of high frequency. Mosquitos cannot stand this frequency and they go away. Check it out and if you like it, then vote.
A dictionary program. You can add or remove a word and save it to a xml database. (It's short and easy to understand)
This code will show you how to show an active report, edit the active reports toolbar (remove/ add items) and email the report in pdf format using your default mail program. You will need to download a version of active reports if you do not have it already from http://www.datadynamics.com/Forums/64/ShowForum.aspx They have a fantastic evaluation policy. You can use it until you need to ship it to customers.
This program was made to make email accounts very fast. You have the option of choosing from 176 domains to make [email protected]. All you have to input is a username, pw, and another email that they can send you your forgotten pw. Please comment. I used dssock32.ocx for the winsock to make this.
Want your program to be able to send and get files over the internet? Well, here you go! This is very easy to understand.
This code shows how to create draggale objects (like windows or frames) in DHTML pages. This code has a few advantages over other code I saw here: * It disables selection of text while dragging (which is very annoying). * It puts the dragged window on top of all other windows / layers. * Multiple objects can be dragged with this code. * It will work even when moving the mouse very fast or very slow. (!) This code was only tested in IE. Post me if you want to make it compatible with other browsers...
Function that returns ADO.NET DataTable from MS Excel file using Microsoft.Jet.OLEDB.4.0 Provider.
This datepicker module is very easy to implement. Makes your web pages date entry safe and easy to use or input.
Second code for managing database series. Querying with SQL and basic dictionary application. Enjoy it.
I found a way after searching the web to invoke a webservice thru code without having to set a web reference.
POP3Connector is a light weight access connector to get POP3 messages from a server or to load raw emails from from files.
This article shows you how to create a Web Service in VS.Net using VB. The version in use is VB.Net 2003, but I think it should work with almost any available setup.
I was recieving several requests after recently making a post concerning a scrolling credits examples, simply saying that I had something similiar that worked in most aspects slightly better, because it used BitBlt and read the credits directly from a text file. I got quite a few emails requesting I send them it, so I just decided to post it to this site. Hope everyone likes it, if not sorry.
This application shows how to display a greeting message on Small Computing Device like Mobile phones, Palm OS... You may also modify this application to display "HelloWorld". This program is developed in J2ME on Netbeans 4.0. ***********Buddy don't forget to vote.
You will learn the following from this well commented code: • Validate email id, integer, password, empty field using JavaScript • Keypress, onsubmit, onclick and parameter passing. • To change other combo box’s value as one is changed • To enable/disable control’s • To have two submit button values(action) • Access JavaScript control parameters in the script • Html and JavaScript basics. • Use of meta tag for temporary redirecting message
Prompts input and writes it to a file
This is a login script which could be used to validate member logins in asp.net and vb.net the validation uses the hasrows() of the datareader to validate the members.