Not logged in. · Lost password · Register
Forum: Opera RSS
Edit in Notepad or Edit in UltraEdit32 Open & Past Selected Text in one Go
In one go copy Selected Text from Opera9.5 or IE6 into Notepad  or UltraEdit32 and Past Text in one Go!
Create new thread · Reply
Reply · Quote Mario O (Guest) #1
No profile available.
Link to this post
Subject: Edit in Notepad or Edit in UltraEdit32 Open & Past Selected Text in one Go
How to Open Selected Text from Opera9.5 into Notepad  or UltraEdit32
How to Open Selected Text from Internet Explorer into Notepad or UltraEdit32


Add selected text in UltraEdit32

1) Create a file with the name
OperaUltra.vbs

2) Copy this code into it!

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run """C:\PROGRAM FILES\UltraEdit-32\uedit32.exe""", 1
WScript.Sleep 3000
WshShell.SendKeys "^v"
Set WshShell = Nothing

3) Then place the file into this Dir:   C:\WINDOWS\OpenUltra.vbs

4) Create menu item in Opera(with Icon):

[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY            = Copy
Item, M_COPY_TO_NOTE            = Copy to note
Item, "Edit in Ultra" = Copy,,,,"Ultra" & Execute Program , "C:\WINDOWS\OpenUltra.vbs"
Platform Win2000-Unix-Mac-QNX, Feature Voice, Item, M_HOTCLICK_MENU_ITEM_SPEAK = Speak selection
--------------------1




Add selected text in Notepad

1) Create a file with the name
OperaNP.vbs

2) Copy this code into it!

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "%Windir%\notepad.exe", 1
WScript.Sleep 1000
WshShell.SendKeys "^v"
Set WshShell = Nothing


3) Then place the file into this Dir:   C:\WINDOWS\OpenNP.vbs


4) Create menu item in Opera (with Icon):

[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY            = Copy
Item, M_COPY_TO_NOTE            = Copy to note
Item, "Edit in Notepad"    = Copy,,,,"notepad" & Execute program , "C:\WINDOWS\OpenNP.vbs"
Platform Win2000-Unix-Mac-QNX, Feature Voice, Item, M_HOTCLICK_MENU_ITEM_SPEAK = Speak selection
--------------------1



Go Here for full instruction if you like to make menu item for IE6
http://www.vistax64.com/tutorials/160502-how-open-selected…
Reply · Quote Mario O (Guest) #2
No profile available.
Link to this post
Subject: Anyhow the My Apps 5.2 is a grate addon first time a I am able to create my own Menu Items!
Anyhow the My Apps 5.2 is a grate addon first time a I am able to create my own Menu Items!

I only have one more problem! I dont know the code to make UltraEdit to open the paste Text in a new File/Tab!
Anyone knows the code?

[Image: http://mario.110mb.com/download/images/Snap1.png]

Thanks Guys Grate Menu!

Mario
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please note the verification code from the picture into the text field next to it.
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Create new thread · Reply
Go to forum
This board is powered by the Unclassified NewsBoard software, 20080531-dev, © 2003-8 by Yves Goergen
Current time: 2008-10-13, 13:32:09 (UTC +08:00)