Results for "Category: Complete Applications"
Full source codes for the Sonork Instant Messenger V1.5.0.3 that may be downloaded from http://www.sonork.com
Mutual Fund.NET consists of a windows application and a couple of console applications. To be brief, the applications read an XML file and screen scrape Mutual Fund information from a web site. The mutual fund information is sorted by user defined sort criteria and sent via an html-formatted email. The retrieved information is also saved to two separate XML files, which can then be uploaded to a SQL Server Database from the Windows Application. The applications use ADO.NET, VB.NET, XML, etc. See the Explanation.doc for more details.
About Six Months ago, I put out a simple message board called an excercise in futility, which I dubbed futility 1. Since then I have written two more sophisticated boards, but the people I've heard from seem more interested in a simpler board that they can incorparate into their web sites and use as a part of larger packages they may be working on. Futility 1 was designed for that. The board itself was taken from a much larger application. Problem with the old board was that it ran into trouble running on certain types of servers, and the one thing that bugged me as a programmer was the fact that it would not offer feedback. You know, things like "Your message has been posted." In this new revamped version of Futility 1, I have fixed all of those problems and made the whole thing template driven so it is easier to customize. A live running demo can be found at http://dangerworlds.com/board/messages.asp Please note: For more features, please check out futility 3. I've noticed the Admin in that board is still a bit buggy, however the board itself is very stable and has many more features.
Submit an IP Address and subnetmask and you will be given information about the ip. The information returned is Network address, all possible subnets, the class of the IP, how many hosts per subnet, how many subnets, and binary representations of the address information. This application is based on the code written by Ryan Conrad for Visual Basic. This application is going to be the basis for an IP address database that i will upload when finished.
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
** UPDATED ** SUPER easy all-in-one Web page hit counter using ASP, takes seconds to paste into any ASP page, tracks hits, site statistics for as many pages as you have, multiple sites on one server etc. Free and so simple to use...WOW!
This is an chat. No database and no FSO. Have private messages, images, automatic refresh and more. Brasileiros! Este chat é quase igual ao do UOL! The online example: http://www.guarulhos.org/go/chat.asp
A Windows program that runs animation files created from bitmaps composed of the frames of animation, and 2 32-bit ints appended to the end of the bitmap that contain the number of frames by [#columns],[#rows].
An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.
I've added JPEG and Targa loading, and loading and saving some types of TIFF's, and fixed some bugs in the bitmap class.
1. Credits ~~~~~~~~~~~ Written and developed by Jayant Kumar Gandhi. For more question sets mail me at kbap@jayantgandhi.com Or visit me at www.jayantgandhi.com 2. Installation ~~~~~~~~~~~~~~~~ Unzip the 7 files to any directory and run Kbap.exe Data.dat Data2.dat Egavga.bgi Kbap.exe Pallette.col ReadMe.txt (this file) Softrock.fnt Make sure that all the files are in the same directory. 3. Troubleshooting ~~~~~~~~~~~~~~~~~~~ Make sure that all the files are in the same directory. Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc. Please report any problem you experience to prob@jayantgandhi.com with "Problems using KBAP" in subject line. Hope that you enjoy the game. If you do then please give me your feedback at feedback@jayantgandhi.com or visit www.jayantgandhi.com.
Here complete application for Add Combobox in your Datagrid and save all records which you entered in upper DataGrid Control. I m using Northwind Database and Region Table and Territories Table. Please Vote.
101 VB.NET Samples - A comprehensive set of Microsoft provided vb.net sample applications.
This example shows you the basics of creating a barcode scanner program in vb.net. I am using a Symbol MC9060 barcode scanner with the symbol SDKs.
Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.
This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!
Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. Since i can't put all this stuff in PSC (because of the files size) i put here only the engine itself. you can download ALL THE SOURCE CODE from my web site: www.informatica.co.il/scenemax/scenemax.aspx and if you don't want to mess with compiling sources you can use the 'one click install' feature. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda
Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 (will be converted to c#) application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda - www.intask.co.il
This ASP page uses ADSI to show all Domains. Select a Domain and populate the Groups listbox. Select a Group and view all userids, FullNames, Titles in that group. Simple!
Web-based WYSIWYG Content Authoring & Editing Tool. This version gives you a different look & feel from my previous version. Note : This submission is different with the version published on my site : http://www.YusASP.com