::Create the following batch file in a folder of your path
::==================================================COPYPASTESTART
start /max "opera" "C:\Program Files\Opera\Opera.exe" "%1 %2 %3 %4 %5 %6 %7%8 %9"
exit
::start /min would start it minimized
::==================================================COPYPASTESTOP
::name it opera.cmd ::this way wou would not have to remember the "" 's while passing the parameters
::BUT THIS IS DIRTY METHOD HERE IS THE IMPROVED ONE !!!!!
=====================================COPYPASTESTART
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\opera.exe]
@="C:\\Program Files\\Opera\\opera.exe"
"Path"="C:\\Program Files\\Opera"
=====================================COPYPASTESTOP
OR TROUGH THE COMMAND LINE (requeres the req utility ... )
=====================================COPYPASTESTART
::ADD A PROGRAM TO BE ACCESSIBLE FROM COMMAND LINE
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\opera.exe" /ve /d "C:\Program Files\Opera\opera.exe" /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\opera.exe" /v "Path" /d "C:\Program Files\Opera" /f
=====================================COPYPASTESTOP
::Now press Windows Logo Key + R and type opera g what do you want to search from google
Note: 9 words should be enough for beginning ; )
::or search your hard drive from Winloggo + R
::find a file which has the string settings under the C:\temp folder and open the results
cmd /c WHERE /R C:\Temp *settings* >list.txt&list.txt
::NOT TO MENTION THE FASTEST PERL SEARCH WITH
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /v "p" /d "opera \"g site:http://www.unix.org.ua/orelly/perl TOSEARCH\"\1" /f
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!