Results for "Category: Complete Applications"
Now you can have a site where your potential customers can post projects for you to accept. The best is no haggling when you control the site.
This is a tiny smart utility to send or to bring files among your computer and your provider. See it in action: http://www.industriavirtual.com.br/codedemo/easyftp/index.htm If you find it useful, please vote!
(UPDATE)I added a bit of java for easier page creating but its not working perfectly. Check the Screen shot.(UPDATE) (UPDATE) I have added a PHPcode allow/disallow and its own code EZcode (You have seam them or boars is stead of 's its []'s) (UPDATE) I wanted a small web site were i can allow people a small web space for free, easiest signup, banner suport already added, really easys to config, option to block HTML, etc... Now its still in the beta so be nice. The GUI isnt the best but this is like I said the first beta. It was also developed to work with all servers no DataBase Required. You can see a working version at http://web.wcc2.net Please take the time to vote for my code. If there are any errors email me (dogbone @ whartoncomputer. com) or post here. Look for beta2 which will be realsed soon.
Hi. This is a complete notepad application for website. For an example you could imagine yahoo notepad. This application has many advanced features like folder renaming, folder deletion etc. it also checks many error like duplicate file name, folder name or Invalid filename. Moreover It can also display HTML tags with help of htmlspecialchars() function To Install : just upload and extract the contents of this zip file to ur website and chmod ur folder (ie. note) to 0777. Thats all. By default an admin account is set with user:pwd = admin:admin Running example : http://www.hasinme.info/note/index.htm I hope you would like it and vote for me. Thanks Hasin Hayder
The Newswriter is a simple script to publish and administrate your News. There is no need for a database. The News a stored in a simple file. I've coded this script because the others I found were to complicated and not adaptable enough.
This is my first VB.NET program. It has a Tray Icon that reacts when clicked/double clicked/right clicked, saves the text in the registry, and has 3 tabs to organize the data.
Discuss .NET is a simple, flexible and yet very powerful forum application. It covers most functions and will be updated with new features frequently. The total deployment takes less then 30 minutes. Since there are no "hack" configurations, all settings are quickly set.
This is a WYSIWYG Messagebox and Inputbox builder complete with a Select Case option to catch which button was pushed. Code is auto formatted for easy reading with preview and editing ability. Note this is built in 2003 If you use it please vote :>)
Print to a preview or printer without Crystal Reports. This project uses classes that are built into the .NET framework. This is my translation of a C# project into VB.NET taken from an article written by Michael Eaton in the November 2002 issue of Visual Studio Magazine. To read the original article go to: http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/
This is a VB.NET wrapper class for the shell32.dll SHFileOperation function. What makes this function special is it incorporates its own copy, move and delete animated dialog boxes. The FileDelete function can place the deleted file(s) in the recycle bin if you include the ALLOWUNDO flag. If you are copying a file, the animated dialog will only be displayed if the copy time exceeds approximately 10 seconds.
This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.
Simple TTS with VB Net and Microsoft's Speech API 5.1.
This program goes though your MP3 collection, creating playlists automatically in the format you choose for artists you have 5 or more songs from. Can also create one large playlist from all your songs... Supports playlist types: ASX M3U WPL 3mP PLS HTML TXT Also see the website for EXE / screenshots etc: http://thecleaner.publication.org.uk/reverb Enjoy!
Part 4 of Creating an Object Driven Interface using Custom Attributes, reflection Custom Web Controls and much more. in this part we finally get to use our interface generator The Attached Zip file contains the complete code for all four parts of this article, which i had to split up due to size limits
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.
101 VB.NET Samples - A comprehensive set of Microsoft provided vb.net sample applications.
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. If you like it, you can get extra information at 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
A Basic Checkbook Program to track your transactions
KFTP is a DotNet class which main use is to give developers a easy to use component for FTPclient functionality. KFTP is a wrapper around Windows Win32 API for Internet (WinInet), therefor it could only be used on windows. It is made using MS Visual Basic 2003 If you are using a earlier version, you can always create a new Class library project. Name it KFTP and add the file KFTP.vb to it. To use it you need to compile the KFTP.dll first and add it to your project. Alternative you add KTP.vb directly to your project. If you want to test it you can use my very simple testprogram, KFTPClientTest. With it you can connect to a FTPServer and browse directories and files, Download files as well as upload files. Note that the example is set to Active connectionmode. If you cant use active you need to change the connectionmode manually in the testcode to Passive. Please dont give feedback on the testproject, it is only a testproject and not much effort is put into it. But I will really appreciate constructive feedback on the KFTP class. Note that I am rather new at using the dotnet framework for developing applications. So I have no idea if it is made the best way possible. Please let me know my common beginners mistakes. Hope you will enjoy it
Send Mail by C# in console. Simple view use of a class , properties (get/set) you can test it by using .NET SDK framework compile it with the csc command in console c:> csc ClsMail.cs after compiling it will give you the exe file