.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
ASP.NET by Example (By Example)
Author: Steven A. Smith
Average rating: 3.5 / 15
(15 reviews)
More .NET Examples books
download
Drop images from IE
In a recent project I found the need to be able to drop an image from Internet Explorer onto my form and capture the URL of the image. If you have tried using any of the text formats to get the drop data then you know this does not work. At best you will get the locally cached path of the image file. There is little or no documentation on the subject, and attempting to search for information only yields others seeking the same answers. This is why I decided to make this an article.
10 Jun 2007, 02:47:00   Source: Drop images from IE   Tags: Examples
Dynamic User Interfaces in WPF
This article examines how to design and create dynamic user interfaces using the Windows Presentation Foundation (WPF). Along the way we will explore a demo application which uses XAML for creating a dynamic user interface to display rich and interactive alert messages to the user.
8 Jun 2007, 22:16:00   Source: Dynamic User Interfaces in WPF   Tags: Examples GUI
Lazy parenting with Microsoft Speech SDK
A little program to exercise children math skills.
31 May 2007, 15:18:00   Source: Lazy parenting with Microsoft Speech SDK   Tags: Examples Multimedia
A simple C# global low level keyboard hook
A simple description and sample of creating a global low level keyboard hook in C#
30 May 2007, 20:28:00   Source: A simple C# global low level keyboard hook   Tags: Examples
Simple Ping Utility with GUI
This article demonstrates usage of the Ping class located in the System.Net.NetworkInformation namespace. It can help network administrators or others who need to monitor their servers and connections.
23 May 2007, 12:59:00   Source: Simple Ping Utility with GUI   Tags: Examples Internet
Fully themed Windows Vista Controls
This article is about getting controls found in Windows Vista to make use of the new Windows Vista user interface. Included in the project are some components (Commandlinks, ImageButton, SplitButton) that work just like the Windows Vista themed controls. The article would aim to achieve most of the interface effects (like the fade-in/out) effects seen throughout Windows Vista.
20 May 2007, 02:04:00   Source: Fully themed Windows Vista Controls   Tags: Examples GUI
Simple Speech Recognition

One of the coolest features to be introduced with Windows Vista is the new built in speech recognition facility. To be fair, it has been there in previous versions of Windows, but not in the useful form in which it is now available. Best of all, Microsoft provides a managed API with which developers can start digging into this rich technology. For a fuller explanation of the underlying technology, I highly recommend the Microsoft whitepaper. This tutorial will walk the user through building a common text pad application, which we will then trick out with a speech synthesizer and a speech recognizer using the .Net managed API wrapper for SAPI 5.3. By the end of this tutorial, you will have a working application that reads your text back to you, obeys your voice commands, and takes dictation.

19 May 2007, 11:58:00   Source: Simple Speech Recognition   Tags: Examples Multimedia
Detect Encoding for in- and outgoing text

In some cases you need to know what the best codepage (encoding) is to either transfer text over the internet or store it in a text file. One could argue that Unicode always does the trick but I needed the most efficient (byte saving) way to transfer data.

Detecting a code page from text is a very tricky task. But luckily, Microsoft provides the MLang API, in which the IMultiLang3 interface is used for outbound encoding detection.

Similarly, the IMultiLang2 interface has a function to detect the encoding of an incoming byte array. This is very handy for codepage detetion of text stored in files or for text that needs to be sent over the internet..

18 May 2007, 15:12:00   Source: Detect Encoding for in- and outgoing text   Tags: Examples
Microsoft Office SharePoint 2007 and ASP.NET 2.0 AJAX 1.0 Web Part
A simple SharePoint 2007 web part to calculate two numbers which supports ASP.NET 2.0 AJAX 1.0
Simon: memory game from the eighties
Simple memory game that uses shaped buttons.
11 May 2007, 10:13:00   Source: Simon: memory game from the eighties   Tags: Examples Graphics
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >