ExtJS Desktop - how do I add a toolbar on top? - extjs

I need to add another toolbar, but only so that it is located at the top of the desktop. I tried to duplicate getTaskbarConfig(), but the modules don't work for me (windows don't open). How to create?

Related

No Resources window .Net Core WPF project in Microsoft Blend 2019

I am having an issue with Blend for Visual Studio 2019 version 16.11.3. When I create a .Net Framework project I can access the Resource Window via the "View" toolbar at the top.
However I seem to be unable to access the same window when the project is using .Net Core.
I am having trouble figuring out where and why the Resources window might be hidden? I want this functionality to make it easier to apply styles using the interface and just drag&dropping styles vs writing them out in xaml.
You could follow the steps below to display the Resources Window menu.
Click Customize... under the Tools menu.
Click Commands and select Menu bar as View.
Click Add Command... ->Select View and Resources Window on the Add Command page and click OK.
Click Close on the Customize page.
Then you could see the Resources Window under the View menu.

Add menu entry to WinForm application MainMenu

I require a menu entry to be added to a help menu of any Windows Form Application.
In the same sense as WinRAR adds menu options to a rightclick in Windows Explorer, same concept in every Windows Form Application in the help menu.
Is there a global template I can access/modify to add a addition option to a help menu?
UPDATE
A help context menu from VS 2015 - Example of what I need, but for any Windows Form Application using a Menu like this in image.
Programmatically add a extra option to any windows for applicaiton using a menu

Can Silverlight hook into the browser's Edit > Cut/Copy/Paste menu items?

We have a Silverlight app that contains a grid, and we've added support for selecting multiple cells, copying their contents to the clipboard, and pasting back elsewhere in the grid. Currently the user invokes the Copy and Paste commands by either clicking a toolbar button inside our Silverlight app, or using the standard keyboard shortcuts, which we catch with a KeyDown event.
Is it possible to also hook into the browser's native Edit menu, and the Cut, Copy, Paste, etc. menu items that are built into the browser? For example, can the user drop down the Firefox button (or press Alt+E to drop down the classic Edit menu), click the Copy item in Firefox's menu, and have some sort of Copy command be relayed to the focused control in my Silverlight app? Same thing for the equivalent menus in IE, Chrome, Opera, etc.
I wouldn't be surprised if this can't be done, since even long-established browser plug-ins like Adobe Reader have their own buttons for copy/paste and even print, rather than hooking into the browser's native menus. But I've never programmed to a browser's plug-in model, so I don't know for sure what's possible.

Does the Silverlight Navigation template work with running out of browser?

Does the Silverlight Navigation template work when running out of browser?
Sure it does.
And you can use the NavigationServices functions to create a custom "Back" or "Forward" button
great example here : Link
Create a fresh Navigation Application, open the properties page. On the Silverlight tab select "Enable running application out of the browser", switch to the Debug tab, select Out-of-Browser application, change the project in the combo-box to the current silverlight project.
Hit Run, click About, Does it work?

how do i remove the collapse/expand control from the module container

I am new in DNN and can you please help me provide the steps in order to remove the collapse/expain control from the containers. I am creating a skin and i want to get rid of that control.
That control is part of the container. There is a Containers folder inside of each Portals folder, and that's where you'll find the controls for the containers. You'll want to remove the Visibility control from the container.
You can remove the Collapse/Expand button from the module setting by choosing None in the Page Settings tab for the Collapse/Expand feature

Resources