Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

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
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1966)
.NET Framework Namespaces
More Categories for Applications Applications (908)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (36011)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (108)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1017)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (136)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (247)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (335)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (143)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (340)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2220)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (243)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (132)
Silverlight
More Categories for Support WebCasts Support WebCasts (630)
Microsoft's Support WebCasts

CodeTextBox - another RichTextBox control with syntax highlightning and intellisense        
Total Hits: 0  |  Today: 0 Author: Tamas Honfi       Rating:  
Read Reviews | Write Review |   Your Rating: 

I needed a script-editor control for one of my projects - with syntax highlightning and intellisense for more comfort.I did a search on CodeProject and Google, but haven't found any - just separate solutions for one of the two functions... The one I found with both syntax highlightning and intellisense just wasn't flexible enough for me, because it could be used only for C#, and only could handle classes (intellisense popped up after pressing the . key). As I wanted to use this mostly for LUA, t...

Windows XP: Make Your Components More Robust with COM+ 1.5 Innovations        
Total Hits: 0  |  Today: 0 Author: Juval Lowy       Rating:  
Read Reviews | Write Review |   Your Rating: 

The next version of COM+, COM+ 1.5, offers many improvements over COM+ 1.0. A comprehensive user interface that displays more data for each application as well as complete support for legacy components make the management of existing applications easier and more efficient. Enhanced queueing support provides more flexibility for managing queued calls, and pooling and recycling means better application lifetime management. Application partitioning in COM+ 1.5 surpasses that offered in COM+ 1.0, an...

Getting the Text of a Window in Another Application; Making Backspace Work in the Explorer Bar        
Total Hits: 0  |  Today: 0 Author: Paul DiLascia       Rating:  
Read Reviews | Write Review |   Your Rating: 

I want to get the text from the edit box of another application. I tried GetWindowText, but it always returns NULL. Is it possible to get the text from a window in another application? If so, how do I go about it? Oh, I love softball questions; they make me look so smart. To get the text of a window in another process, all you have to do is send WM_GETTEXT directly....

Whistler: Build More Flexible Console Snap-ins with the MMC 2.0 Object Model        
Total Hits: 0  |  Today: 0 Author: Vivek Jhaveri       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft Management Console (MMC) 2.0 provides a host of exciting new features for MMC users and snap-in developers. The new MMC 2.0 automation object model allows much of the user interface of MMC 2.0 to be accessed through script, and exposes events so that many tasks can now easily be automated. The new view extension model uses HTML to enable extensions to seamlessly integrate new user interfaces with those of existing snap-ins. MMC 2.0 also includes a specific view extension snap-in, the E...

Escape from DLL Hell with Custom Debugging and Instrumentation Tools and Utilities,Part 2        
Total Hits: 0  |  Today: 0 Author: Christophe Nasarre       Rating:  
Read Reviews | Write Review |   Your Rating: 

Building on his article published in the June issue, which demonstrated several ways to get process and DLL-related information from APIs such as PSAPI, NTDLL, and TOOLHELP32, the author presents some unusual ways to get system-oriented info that you can easily integrate in your own toolkit. There are three tools included as samples: LoadLibrarySpy, which monitors an application and detects which DLLs are really loaded; WindowDump, which retrieves the content and a detailed description of any wi...

Typename, Disabling Keys in Windows XP with TrapKeys        
Total Hits: 0  |  Today: 0 Author: Paul DiLascia       Rating:  
Read Reviews | Write Review |   Your Rating: 

Can you explain the purpose of the typename keyword in C++? When should I use it instead of class T? Is there some difference between the two? The short answer is that typename and class are synonymous at the start of a template definition, but sometimes you need the typename to tell the compiler that a symbol in a template represents a type name....

Make Your WPF Apps Power-Aware        
Total Hits: 0  |  Today: 0 Author: Andre Michaud       Rating:  
Read Reviews | Write Review |   Your Rating: 

As mobile computers become increasingly prevalent, battery life has become more important. Hardware manufacturers are aware of this and design mobile devices with battery consumption in mind. But can the same be said for your software? If not, maybe you should begin to think about coding software that is power-aware. Both Windows® XP and Windows Vista™ provide system information to enable your applications to do just that. In this article, I provide a starting point from which developers can und...

ASP.NET Data Shaping        
Total Hits: 0  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last month Johnny Papa and I each covered tools and tech-niques related to the presentation and manipulation of hierarchically shaped data. It was not a coincidence that we both discussed it from within the context of Windows® Forms applications. The Windows Forms DataGrid control, in particular, has several pretty cool features that make it suitable as the main component of the data entry module of your applications. In his column, Johnny demonstrated how a well-built middle tier between the Da...

Establishing Relationships Between Rowsets with ADO.NET        
Total Hits: 0  |  Today: 0 Author: Johnny Papa       Rating:  
Read Reviews | Write Review |   Your Rating: 

XML has taken the development community by storm. But until the introduction of ADO.NET, the basic tenets of XML have not been fully implemented by a data access toolset. Because ADO.NET has XML at its core, it can handle full-feature XML data structures as well as relational data structures. This wasn't always the case. ADO 2.x required the use of either the hierarchical recordset structure (which was very slow and not sufficiently intuitive) or the standard Recordset object with a matrix of co...

Understanding Templates in ASP.NET        
Total Hits: 0  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web server controls can be customized by setting properties or by using CSS styles. Some allow you to customize their look through ASP.NET templates. An ASP.NET template is a mix of HTML elements and ASP.NET controls that make up the layout for a particular area of the control. Templates are not the same as styles. Styles primarily refer to CSS stylesheets and affect graphical properties such as colors, font, border style, cell spacing, and so forth. With styles, the control's layout remains unc...

DataList vs. DataGrid in ASP.NET        
Total Hits: 0  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my last column (September 2001) I looked at ASP standard server-side controls and showed how they simplify Web-based server-side UI by helping you manage the HTML that ends up on the client machine using programmatic abstractions (the server-side control classes for HTMLControls and WebControls). This month I want to look at two of the more specialized controls that come with the ASP.NET Framework: the DataList and the DataGrid. Both of these controls are full-featured data-managing tools....

Building a DataNavigator Control        
Total Hits: 0  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

The list of ASP.NET rich data-bound controls is a long one, but it's not all-encompassing. You won't find any Microsoft® .NET counterpart for the Data controlâ€"a scrollable and updateable binding context that data-bound controls could rely on to refresh their user interface. The original Data control allowed for simple movementsâ€"first, next, previous, and last. It worked on top of a Recordset object and exposed the UpdateRecord method to save changes according to the capabilities o...


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