Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, January 07, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Support WebCasts > Operating Systems
Search:
What's New - What's Hot
Listings for Linux Linux (4)
Listings for Windows XP Windows XP (36)


Displaying Attachments with Data View Web part Part 1        
Total Hits: 14  |  Today: 1 Author: Drasko Popovic       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sharepoint Designer’s Data View Web part is a great control. I use it a lot when customizing list views. One thing I don’t like is lack of attachment support. With Data View you can only detect if item has or has not attachments. You can’t display them or get any information about them. As I understand Microsoft does not recommends any recursion while enumerating lists and maybe this is the reason you can’t browse item’s attachments. I solved this issue in two ways. One is using Lists.asmx web s...

Changing Windows XP's Bootskin, Windows File Protection, Themes programatically        
Total Hits: 11  |  Today: 1 Author: Naren Neelamegam       Rating:  
Read Reviews | Write Review |   Your Rating: 

When I was searching something over the internet, I supposed to see a software which can modify Windows XP's Bootskin. I was surprised and started exploring how it can be done by a third party software (not Microsoft's). This is how Vistra development was started. This is a Vistra code walkthrough article, to explain few of the interesting things about Windows. At the end of this article you will know, what is Windows File Protection, How to change Windows XP's BootSkin, How to change Windows Th...

A multi-purpose XP Office 2003 Style hover and flat button with container bar        
Total Hits: 14  |  Today: 0 Author: carloqueirolo       Rating:  
Read Reviews | Write Review |   Your Rating: 

This control (HoverGradientButton) is very easy to use; graphic and chromatic interface results have a great impact. The original idea is from a good article by Victor Boba (thanks Victor!). HoverGradientButton has a lot of properties, but default properties let the programmer to have a full ready-to-use interface with Office 2003 style. The component supports three different styles: HoverNormal, HoverCheck and HoverOption, that make the HoverGradientButton work respectively as normal Button, Ch...

Double buffer in standard Java AWT        
Total Hits: 15  |  Today: 0 Author: Zizilamoroso       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever created an application that showed an animation in your window? You probably have, and if you have not, you probably will someday. The coding is really simple: you take a Panel and you add a thread to it that calls the repaint method every x milliseconds. Done? No, it's not quiet over yet. Because, if you leave it like that, the screen will flash and flicker, and your animation will end up partially painted, or not painted at all. The solution for this is the infamous double buffer...

Replacing ICON resources in *.exe *.dll files        
Total Hits: 20  |  Today: 1 Author: Maria Nadejde       Rating:  
Read Reviews | Write Review |   Your Rating: 

The purpose of this article is to explain the structures associated with an ico file and an icon resource. The code examples will demonstrate the use of those structures and how to embed the structures in a DLL file. I started to work on my own resource hacker because I needed to automate string and icon replacement in a dell file. I started reading on MSDN about working with libraries and the basic functions for working with resources. I learned that enumerating resources, and opening resourc...

Using Windows XP Visual Styles With Controls on Windows Forms        
Total Hits: 26  |  Today: 1 Author: Seth Grossman       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows XP has introduced a new look and feel to the Windows user interface (UI). Composed of the same controls that ship with Visual Studio .NET, the Windows XP UI features an updated, ultra-modern look. Controls with rounded corners that light up on mouse over and a futuristic ProgressBar control are two of the enhancements Windows XP introduces....

VDialog (Vista TaskDialog for Windows XP)        
Total Hits: 37  |  Today: 1 Author: Lukasz Swiatkowski       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many programmers would like to use Windows Vista TaskDialog on earlier systems like Windows 2000/XP. Unfortunately this is not possible. There are some TaskDialog implementations on the Internet, but none of them are written in VB.NET. I decided to write my own version of a TaskDialog-like form with all the functionality of Vista TaskDialog. It is almost fully compatible with the MessageBox class. And there are some features of Vista TaskDialog implemented (the rest of them will be implemented l...

Office XP: Build a Custom DLL to Expose Your Objects and Services Through Smart Tag Technology        
Total Hits: 31  |  Today: 1 Author: Paul Sanna       Rating:  
Read Reviews | Write Review |   Your Rating: 

Smart Tags is a new technology delivered with Office XP that makes it easy for users to complete common tasks on familiar and relevant data regardless of the application they are using. Microsoft provides tools to make it easy to roll out simple Smart Tag applications using XML as a backbone. The Smart Tag SDK provides the detail needed to build a COM automation server for Smart Tags in Visual Basic or Visual C++. This article brings the reader through the SDK to outline the process of building ...

Remote Assistance in XP: Programmatically establish an RDP session        
Total Hits: 42  |  Today: 1 Author: Michael Chourdakis       Rating:  
Read Reviews | Write Review |   Your Rating: 

My article for RDP describes how to manage remote desktop sessions to provide assistance, but this is only for Vista, and lots of users (including myself!) still run XP. Here is the way to establish a remote assistance session without manually calling Help and Support. My experimental project "Turbo Remote" uses this technique if it detects something less than Windows Vista....

Partial FTP Downloader        
Total Hits: 38  |  Today: 1 Author: Elmue       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are millions of FTP programs. Why write another one?
The answer is simple: I searched for a tool for my special needs, and I couldn't find one.
I'm sharing a Dreambox with a friend. The dreambox is a digital DVB satellite receiver that runs Linux with a built in harddisk.
The dreambox has a Web interface that can be used to program timer recordings via Internet from anywhere in the world.
It also has an FTP server via which you can download the films from the harddisk once they...

MSLU: Develop Unicode Applications for Windows 9x Platforms with the Microsoft Layer for Unicode        
Total Hits: 14  |  Today: 1 Author: Michael Kaplan and Cathy Wissink       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft Layer for Unicode (MSLU) provides Unicode support on Windows platforms that don't provide their own support, including Windows 98, Windows 95, and Windows Me. With MSLU you can write Unicode applications easily for these platforms. MSLU is simple to install, small (even though it wraps more than 400 APIs), and easy on system resources. This article explains the design criteria behind MSLU and how to put the layer to work for you....

Autoplay in Windows XP: Automatically Detect and React to New Devices on a System        
Total Hits: 18  |  Today: 1 Author: Stephane St-Michel and Brian Aust       Rating:  
Read Reviews | Write Review |   Your Rating: 

The last few years have seen dramatic growth in digital multimedia content and an increasing number of devices generating such content. Accordingly, the Autoplay feature of Microsoft Windows has been enhanced to handle these scenarios. This article presents samples that use the new features and provides advice on how to take advantage of these additions. The topics covered include Autoplay support for audio CDs and for DVD movies, the Autoplay registration process, event handlers, and how your s...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net