.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..
Autocomplete Menu
Customizable autocomplete menu for RichTextBox, TextBox and other controls
Hierarchical Menu in WPF
A simple way to create a hierarchical context menu
Generating menu from database according to user privilege
Dynamic menu generation according to user privileges from database.
Silverlight Menu4U
A new Silverlight Menu with Styling and Templating
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
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.
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.


Syndicate