How to make Windows 11 menu bar active item visible - visual-foxpro

In Windows 11, Visual FoxPro 9 and applications created by it active system menu item background is almost
invisible.
It is difficult to distinquish active menu bar from others.
To reproduce:
Run Foxpro 9 in Windows 11
Press Alt key
Press right arrow key 4 times
Selected item, Program backgound is almost invisible:
How to fix it ?
Visual Styles are disabled in Foxpro.
I tried enable them
SYS(2700,1)
Tried to change off screen bitmap composition
SYS(602,0)
Also tried to change windows 11 color scheme but problem persists.

Related

Why are all my Delphi apps missing the taskbar menu on Windows 10 but not Windows 7?

In Windows 7 when I right click on the taskbar icon, all my Delphi apps (5, 2006 and XE) show the full taskbar menu: App name, Pin/Unpin and Close Window. On Windows 10 all these apps show only the Close Window menu item. Why is that and how can I get the full menu in Win10?
Update: If I create a new app in Delphi XE on Win 10 it shows the full menu. If I create a new app on Delphi XE in Win 7 it shows the full menu on Win 7 but not on Win 10.
No, this neither happens to all your apps (it happens to every application with a window), nor can David Heffernan be able to see it: Win10 just don't has that (most likely it was gone with Win8 already).
To make sure what fullerm is talking about: right-click on the task button and see its context menu: for every window you only have "close" plus two more generic entries, and then based on the application even more. But the system menu (right click on a window's top left icon) is not available thru the task button anymore
Task button = taskbar representing each currently displayed window. Pinned apps and shortcuts are not task buttons, neither are those of the task tray (rightmost next to the clock)
System menu = context menu every window owns with basic entries like "minimize", "maximize", "close", "size", "move" and even more. Accessible thru right clicking the topleft icon of a window or pressing ALT+SPACE. Might be inaccessible when the window is owner-drawn.
Window = owned by a running process. Processes neither need to have a window, nor are they restricted to only having one window. Nowadays Windows calls processes "apps" (I guess).

Opening code pane in full screen in Visual Studio 2017

To toggle between full screen for a code pane docked within the Visual Studio's main window you can use Shift + Alt + Enter (ref: http://visualstudioshortcuts.com/2017/).
However, if you have multiple monitors and have dragged a code pane to a different monitor, this does not work (despite ensuring that that is the active pane/window). i.e. You still see this code pane's title bar, which takes up 2 lines for the window header, 1 line for the file tab, and another line for the navigation dropdowns. e.g.
Question: Is there a way to hide / remove any of this, to maximise screen real estate for code?

IIS 7 manager not opening but working

I have windows 7 home premium. I have turned on IIS .Confirmed if its running by typing localhost on my address bar. It show IIS welcome message, showing its working.
However when I try to open IIS manager, nothing happens. I want to deploy my asp.net mvc 3 application on it. How do I solve this issue?
For me helped focusing on the window via Alt-Tab, then pressing Alt-Space and select Move in the drop-down menu. After that, either drag the mouse or move with keyboard buttons. By the way, works with all windows.
Update for Win 10
There is another easier solution for such windows for Win 10. You can pull any available window to the left edge of the screen. Windows will expand the window to half of the screen and prompts you to choose any opened window to fill the second half. Choose the window you can't access and you're good.

What's different with closing a window using Windows 7's taskbar preview?

We have a windows app, written several years ago and maintained over time. We do not have any specific code to handle any Windows 7 UI features. Just plain old Winforms and WPF. We are seeing issues with closing windows using the Taskbar's preview and close button.
On some workstations, when the window is re-opened (calling the same tool via a menu), it is empty (white/blank). On other workstations, the same window is drawn outside the screen.
While there might be some custom code to initialize the window and restore it in the right location, what is troubling us is that none of those issues exist if we close the window using the standard close button on the title bar or using a "close" command.
Does anybody have any idea what is different between the closing of a window using the Taskbar and the standard button?
Regards,
Eric.

Internet Explorer 8 Developer Tools not displaying

Within the last day, in Internet Explorer 8, the developer tools window will not show up.
When I hit F12 or use menu Tools -> Developer Tools I get the Developer Tools entry in the Task Bar but the actual window will not show up.
It has been running fine for a month or so. I have tried rebooting with no luck.
How do I get a window back on the screen when it moved far, far away?
From the article:
Switch to the application, say by clicking on its taskbar button or by
Alt+Tab'ing to it. Then type Alt+Space to call up the System menu: You
should get a window floating at the edge of the screen. Type M to
select Move, then press an arrow key to enter Move mode.
Additional remark by #WebSolProv:
It would appear that something happens with IE that causes the developer tools window to be shrunk to the height of the header bar and width of about 2 inches. By using this solution you can then move the the window into view and enlarge as usual.
If you are on Windows 7, Windows Key + Up Arrow Key will maximize the window.
Not related to the window issue, but in some companies, this could be due to policies. In such cases, at least for me, it worked after modifying the registry like this
HKEY_LOCAL_MACHINE > SOFTWARE > POLICIES > MICROSOFT > INTERNET EXPLORER > IEDEVTOOLS
and then modifying the DISABLED value to 0, which was 1 for me previously.
I had same problem on Windows 7 when I went back to single monitor setup after having a dual monitor setup.
Use the Windows 7 keyboard shortcut for moving windows around the screen. You may need to repeat the same combination twice.
Windows Key + Left Arrow
or
Windows Key + Right Arrow
Deleting some registry keys worked for me. Try running this in a prompt
reg delete "hkcu\software\microsoft\internet explorer\iedevtools" /v windowpos
Select by Developer Tools window by ALT+TAB then press ALT+SPACE to show window menu and select Maximize or type 'X' character. The Winow will Show UP.
If the window is off page and out of reach by the cursor you can always right click the program in the task bar, click Move then you can use the arrow keys to move the window back into view
For me the menu item 'tools > developer tools' and F12 would not do anything, however the command bar 'tools' dropdown worked as well as the command bar icon.
Run IE and hit F12 , window appears in taskbar.Right click on taskbar and select maximize. vola!! it will appear

Resources