G
Guest
I have to develop a Movement Notation editor in Vb.net. The salient feature
of this editor vis a vis a standard text editor is the following:
1. The characters can be entered in any direction i.e left to right as well
as top to bottom.
This Movement Notation editing, till now, has been done by hand. I have
uploaded a few manuscripts for your reference at:
http://c.discussions.googlepages.com/home
As you can see, the characters can form a variety of combinations.
So, what construct in VB.net would allow me such a free form writing.
Basically the user should be able to type something at any location. Also,
how do I navigate within a cell (the square boxes in the manuscript) ? Once
I am able to navigate, I can use the Microsoft GDI routines to print the
character at the current cursor position (x,y).
Can anyone help.
Thanks
of this editor vis a vis a standard text editor is the following:
1. The characters can be entered in any direction i.e left to right as well
as top to bottom.
This Movement Notation editing, till now, has been done by hand. I have
uploaded a few manuscripts for your reference at:
http://c.discussions.googlepages.com/home
As you can see, the characters can form a variety of combinations.
So, what construct in VB.net would allow me such a free form writing.
Basically the user should be able to type something at any location. Also,
how do I navigate within a cell (the square boxes in the manuscript) ? Once
I am able to navigate, I can use the Microsoft GDI routines to print the
character at the current cursor position (x,y).
Can anyone help.
Thanks