|
|
|
.NET Namespaces (1966) .NET Framework Namespaces | Applications (908) Management, Email, Graphics, Search.. | Articles & Samples (36011) Assembly, Caching, Controls, Reflection.. | Community (108) Conferences, Chat Rooms, Jobs, Training.. | Component & Controls (1017) Forums, Management, Email, more.. | Developers Sites (136) Sites dedicated to developer community.. | Developers Training (247) Training CD-ROMs, Videos, Courseware.. | Downloads (335) Service Packs, Code, Msdn Show.. | Hosting Services (143) ASP and ASP.Net Hosting sites.. | Introduction (340) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (2220) Knowledge Base Articles, Samples, Tutorials, HowTos... | Sample Chapters (243) Sample Chapters from Developer Books.. | Silverlight (132) Silverlight | Support WebCasts (630) Microsoft's Support WebCasts |
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Tamas Honfi
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Juval Lowy
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Paul DiLascia
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Vivek Jhaveri
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Christophe Nasarre
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Paul DiLascia
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Andre Michaud
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dino Esposito
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Johnny Papa
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dino Esposito
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: George Shepherd
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: msdn.microsoft
|
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...
|
|
|
|
|
|