Advertisement

Results for "Category: Complete Applications"

C_Volume2 #84638
SHFile

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.

C_Volume2 #84649
Image Converter Plus - has image filters in the byte level

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.

C_Volume2 #84656
Speech 5.1 With VB.Net

Simple TTS with VB Net and Microsoft's Speech API 5.1.

C_Volume2 #84658
_ Reverb :: Playlist generation program :: ASX M3U WPL 3mP PLS HTML TXT

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!

C_Volume2 #84668
Object Driven Interface Part 4 of 4

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

C_Volume2 #84737
Mutual Fund.NET with XML

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.

C_Volume2 #84742
Visual Basic .NET Code Samples: Master Set of 101 Samples

101 VB.NET Samples - A comprehensive set of Microsoft provided vb.net sample applications.

C_Volume2 #84744
abware's SceneMax

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

C_Volume2 #84745
Account Manager

A Basic Checkbook Program to track your transactions

C_Volume2 #84759
KFTP a FTP class library

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

C_Volume2 #84767
C# SMTP Mail Console

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

C_Volume2 #84770
aspEdit.NET v0.9.0

aspEdit.NET is the successor of my popular aspEdit. This is a Online Website-Editor. You can (over the internet) create/delete directories, create/edit/delete files and a lot of other stuff. There are no server-side components needed. For using this code you've to create a new IIS-application, otherwise it won't work (with the current configuration)

C_Volume2 #84777
ViewNet Image Archive Manager

The ViewNet Image Archive Manager allows you to view image files in a directory and add them to an image archive. The program allows you to open image archive files and view the images that they contain. In addition, you can also use the Image Archive Manager to download image files directly from the internet and insert them into image archives. Archives can be protected with a passwords if necessary. Demonstrates threading, simple GDI+, subclassing, internet, DES Encryption and streams. Also contains WinHelp project and help chm file.

C_Volume2 #84778
File System Watcher

This program was writen to watch files coming in from our stores, and we wanted to know when they arrived, and what they were. So we set this up to watch our ftp folder.

C_Volume2 #84780
Word Processor V1.1

This is an upgraded version of Word Processor with some more features.

C_Volume2 #84784
Calling Web Methods Asynchronously

To use the asynchronous versions of a web method in a client application. Asynchronous programming allows a program to call metods on a managed object and continue execution until either the managed object calls a specified callback or until blocking, waiting, or polling for the call is completed. This example will only cover calling a specified callback method.

C_Volume2 #84858
A Tcp Client Server Helper Class. Fully Event Based v2.10 -- UPDATED !!

This is a helper class, its used for producing Tcp Client Server applications. Take alook at the Chat application that I have produced as an example. PLEASE VOTE !!

C_Volume2 #84877
Active Directory Viewer

This project is just to show how to navagate though the active directory in an AD enabled network. You can get any peice of information using these techniques. Active Directory is a very complex animal and as you will see it can go pretty deep and get to be a real mess. Using this technology you can build an even better browser and do all kinds of things.

C_Volume2 #84879
Stock Tracker

This sample shows how to use some of the HTTP classes to get data from a web site. The code could be used for so many different things, but in this example it is used to get stock info from Yahoo. When you start it up it will get the stock info per spec time given of the stock code entered. Please vote if you find this useful.

C_Volume2 #84885
Date/Contact/Appointment/Calendar Manager Project

The Date/Contact/Appointment/Calendar project is your own personal calendar. It shows any appointments for the day, as well as any appointments in the next week. It's also a Contact manager. Save your Contact list to a SOAP file and reload it as an array. This program is very helpful for all users, as it incorporates some important coding techniques, such as SOAP formatting, array handling, and references.

Languages
Top Categories
Global Discovery