Simple Text Editor - Notepad - Windows Mobile Development and Hacking General

Hi at all,
Often I need to use a simple text editor instead of a more complex (and heavy) programs (like word) just for create or edit simple text files, then I have written a very simple applicatation to view a text files (txt, log, bat, ...).
Notepad is a simple text editor with the possibility to open and save documents in differents text format. The notepad functionalities are intentionally left simple for not to be too heavy.
Funcionalities:
- Context menu' with Cut, Copy and Paste commands.
- Clipboard shared with other applications (is possibile to copy text from other application (like word) end paste in notepad, and viceversa)
- Insert today date (from edit menu' and from context menu')
- Delete current file from file system
- Open and save files in any folder browsing file system (instead of classic open file dialog)
Prerequisities :
- .NET Compact Framework 2.0 ( www.microsoft.com )
Installation.
Download zip file
unzip in any folder and copy CAB file on device.
Use fileExplorer to found a CAB file and run it.
It will be installed and will be created an icon in Program Files.
ScreenShot
http://free.hostingjava.it/-frusso/pda/frNotepad/notepadAnimationR.gif
Download
You can download it on my web page ( http://free.hostingjava.it/-frusso/pda/frNotepad ) or in attachment.

thank you for the notepad

Super software thx!

Related

Buttons to copy and paste operations

Hi all,
If you select a text block on the note edition page and you click on the screen, a contextual menu is displayed. This menu contains a option for copy the text block.
Other applications, by example the contextual menu displayed when updates the name of a file (via the file explorer) not contains this option
I'm searching for a application that includes two icons (copy and paste) at the top bar and capables to copy or paste text to or from the w2003 clipboard.
Exist's ??
Thank's
Almost: GSPocketMagic contains copy and paste functions.
V
thank's,
the related application contains a lot of features that not have interest to me.
i'm searching a simple application that make (only) the copy and paste operations.
offtopic: i'm using your vjdialer. great work!
regards
easy way is to use the normal windows shortcuts
Ctrl+C == copy
Ctrl+P == Paste
Ctrl+X == Cut
Ctrl+A == sellect all
it works just fine on the software keyboard
bartito: Check out phm key tools. I think they'll probably contain a copy/paste key, or even mort script a script for ctrl c /ctrl v.
Make a shortcut, put it on your smallmenu/gspocketmagic/wisbar type program, or assign to a hardware key. Should be good!
V

Application Link

I am using the HTC Dock application. Does anyone have any advice on how to create a hyperlink that will point me to a web page, so I can hard code a button to it under the applications? What I am trying to do is create a Launcher App that starts my Google Documents Page.
i.e. iexplore http://docs.google.com/m
I just made a shortcut to www.gmail.com to open in Opera Mobile.
The LNK (shortcut) file is a text file with the location of what you want to run in the contents. My process went like this...
1. Open Total Commander (free)
2. Browse to Programs folder.
3. Copy existing shortcut.
4. Change properties of shortcut (using Total Commander still) to point to the Opera executable.
5. Used the text editor that is built into Total Commander to open the file.
6. Added a space and then www.gmail.com on the end of the line.
7. Tested and it works.
I got the idea from this article I found while Googling for the same thing:
http://msdn2.microsoft.com/en-us/library/aa924419.aspx

Resizing fields in File Explorer

I have the following problem - for example when I open word mobile and it shows me the files i have in the default word directory, the first column (the file name) is so small that i cannot make out which file to open because it only shows the first 2 letters of the file name. When i open the same directory through File Explorer the file name is clearly visible. This is very irritating when working with a lot of files in any application (word, exel, notes, etc.). I am using a Gullum VII rom, and I can't remember whether or not I had this problem with the original wm5 rom. Is there any way of tinkering with registry values to solve this problem?

Add an exe file to the program group

Is it possible to add an .exe file to the program group and in that way make a short cut to it. (The .exe file is not installed, but simple copied to the phone).
If not it is only possible to run the .exe file from the file explorer
/Michael
you can make shortcuts with totalcommander and paste them to /windows/startmenu/programs
then u'll see the linked exes in the program list

[TUT] Add Internet Pages to the Start Menu // Add an Icon to a Mortscript File

Add an Internet Shortcut to the Menu and give it a Custom Icon!
This Webpage Shortcut will open in the Default Browser, so if you have set UCWEB or Opera as your Default Browser, they will be opened in that Browser!
Create a Internet Page Shortcut:
1. Open the Windows NotePad
2. Fill in the Website Adres like: http://xda-developers.com
3. Count how many Characters the Url has (in this case it's 26 Characters),
then insert "xx#" infront of it. xx stands for the Number of Characters +2
(only the link, with http at the beginning and .com/ at the end so not the ""),
So in this case it will be:
28#"http://xda-developers.com/"
4. Save the File as:
File Type: All Files
code: ASCII
Filename: Xda.lnk or whatever.lnk (not .ink but .lnk (in capital: LNK))
5. Add an Icon to the Shortcut
- Add: ?\Folder Path\Folder Path2\Icon.ico
So in this case it will be:
28#"http://xda-developers.com"?\Folder Path\Folder Path2\Icon.ico
Click to expand...
Click to collapse
6. Place the .lnk file into \Windows\Start Menu\
Click to expand...
Click to collapse
Add an Icon to a Mortscript File
This will add a Path into a Shortcut to the location of the Icon!
1. Place the Mortscript file on your PC Desktop
2. Open NotePad and click on Open
3. Locate the Mortscript File and open it
4. You'll see a link like this:
48#"\Windows\Thekn Apps, System Font Changer.mscr"
5. Add an Icon Path to it like this:
48#"\Windows\Thekn Apps, System Font Changer.mscr"?\Windows\Icon.ico
6. Save it (as the Default .mscr File (Unicode))
7. Place the Icon on your Device at the System Path you've just added to the Shortcut
Click to expand...
Click to collapse
Added: Add Icon to Mortscript
Added: Add Icon to Mortscript

Categories

Resources