Author
Message
Forum: Classic Start Menu Topic: Possible to highlight top custom search when no Apps found
jpv
Posted: Sat Jun 08, 2013 10:28 pm
Replies: 11 Views: 30466
Let me know if you have any ideas how I can implement this myself, I think this would be a good thing to have as an option in settings, either run as a command or run as the first default search item (could run the other option when Shift depressed--e.g. can run a command in that mode instead of the...
Forum: Classic Start Menu Topic: Possible to highlight top custom search when no Apps found
jpv
Posted: Fri Jun 07, 2013 12:04 am
Replies: 11 Views: 30466
I am running VS 2008 and have the Win7 SDK. Do I need the Win8 one? Do I have to manually add references to the project? I get lots of these errors: Error 1 fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc...
Forum: Classic Start Menu Topic: Possible to highlight top custom search when no Apps found
jpv
Posted: Thu Jun 06, 2013 10:13 pm
Replies: 11 Views: 30466
I was going to play around with changing MenuCommands.cpp form if (bShift && bCtrl) ExecuteCommandElevated(buf); else ExecuteCommand(buf); to something like this: if (bShift && bCtrl) ExecuteCommandElevated(buf); else if (bShift) ExecuteCommand(buf); else ActivateItem(0,ACTIVATE_SELE...
Forum: Feature Requests Topic: "Search the Internet", "See More Results" . . .
jpv
Posted: Wed Jun 05, 2013 11:05 pm
Replies: 3 Views: 19937
I have this search enabled on my start menu and several custom search menus. Normally if a search returns item(s) from programs/path, the top result is highlighted. However, if there are no results, you have to go back to the mouse, or use the arrow keys to highlight the custom search. Is there a wa...
Forum: Classic Start Menu Topic: Possible to highlight top custom search when no Apps found
jpv
Posted: Wed Jun 05, 2013 11:03 pm
Replies: 11 Views: 30466
I have search enabled on my start menu and several custom search menus. Normally if a search returns item(s) from programs/path, the top result is highlighted. However, if there are no results, you have to go back to the mouse, or use the arrow keys to highlight the custom search. Is there a way to ...
Sort by: Author Post time Forum Topic title Post subject Ascending Descending