.NET news » Search results

Search results for query "menu" (11):

An MVVM friendly approach to adding system menu entries in a WPF application

The majority of MFC apps have always had an About... menu entry in the main window's system menu, and this was primarily because the App Wizard generated code for that by default. I wanted to do something similar in a WPF application I've been working on, and I wanted to do it in an MVVM friendly manner. In this article I'll explain a neat way of doing it so that you can easily add menu items and attach command handlers to them while retaining the basic MVVM paradigm.

Super Context Menu

Long time ago, I wondered how Microsoft Access put an Edit control on the context menu! Then I got another idea ... why don't we use any control(s) on the context menu? This will make the user interface easier to use, learn and increase productivity. The good news here is that, you can make it the same way you design a user control or a form using the Visual Studio designer..
2008-06-11 12:12:00   Source: Super Context Menu   Tags: Visual Studio Addins

Autocomplete Menu

Customizable autocomplete menu for RichTextBox, TextBox and other controls
2012-10-01 13:05:00   Source: Autocomplete Menu   Tags: Components

Hierarchical Menu in WPF

A simple way to create a hierarchical context menu
2010-07-28 12:04:00   Source: Hierarchical Menu in WPF   Tags: WPF

Generating menu from database according to user privilege

Dynamic menu generation according to user privileges from database.
2012-09-25 12:58:00   Source: Generating menu from database...   Tags: Database

Silverlight Menu4U

A new Silverlight Menu with Styling and Templating
2011-08-01 22:07:00   Source: Silverlight Menu4U   Tags: Silverlight

Using a WPF Docking Manager in a PowerBuilder WPF Target

In a previous PBDJ article, we looked at using a third-party control, a ribbon control in particular, in a PowerBuilder WPF target. One of the other “most requested” features people have asked for is the capability to provide docking windows in their PowerBuilder applications. In this article, we’re going to look at how we can do that in a PowerBuilder WPF application using a third-party docking manager. The particular docking manager I’m going to use is the AvalonDock, an open source project on CodePlex (http://avalondock.codeplex.com/). At the time of this writing, the current version is 1.3.3571. However, that one has some dependencies on Visual Studio 2010 and .NET Framework 4.0 libraries. PowerBuilder .NET 12 is based on the Visual Studio 2008 isolated shell, so I’m using an older build (1.1.1509) that doesn’t have these dependencies. First, we’ll add the AvalonDock assembly and a reference to a new WPF application. Create a new WPF window and add the AvalonDock namespace to the Usings property for the new window. I called that new window w_frame, and coded the open event of the application object to open it. I then dropped a DockingManager control onto the window. Next create a menu (I called mine m_menu) and associate that menu with the new window as well.

read more

2011-08-16 09:02:00   Source: Using a WPF Docking Manager in a PowerBuilder WPF Target   Tags: Internet

ASTreeView - A Free TreeView Control for ASP.NET

A full functional treeview control for ASP.NET, including drag and drop, Ajax loading, context menu, dropdown treeview.
2010-06-14 07:30:00   Source: ASTreeView - A Free TreeView Control for ASP.NET   Tags: ASP.NET Components

SnipPit - A snippet Repository

SnipPit is a Visual Studio 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types, multiple users, public and private snippets. It also provides a right-click menu within VS and comes with a desktop program for use in applicationss other than VS.
2008-05-12 11:09:00   Source: SnipPit - A snippet Repository   Tags: Visual Studio Addins

New Features in Visual Studio 2005 Windows Forms

Updated IDE features, new Menu, Toolstrip and multimedia controls, support for background threading, and a new deployment technology called ClickOnce aimed squarely at reducing the number of Web-based intranet applications are among the new capabilities in Visual Studio 2005.
2006-02-09 03:22:57   Source: New Features in Visual Studio 2005 Windows Forms   Tags: Visual Studio