Hi
I'm creating a TXT/RTF editor (MDI .exe) in VB 6
I have associated TXT and RTF file to be opend (with doulcle click) with my editor program
Now I would like to open multiple file with the same instance of the application (for example if I double click on more txt file) or use the same...
Hi everybody
I hope that someone can help me:
I need to scroll horizontally (left/right) 2 RTF box together using directly the code.
How could I manage it?
I found how scroll the vertically (using the sendmessage API) but not for horizontal scroll.
thanks in advance and all the best
Hi,
using a RTF box, I want to work on a single row (current) every time that I press the key-down/key-up arrows of the keyboard.
In one sub I compute the current column and the line lenght of the line where the cursor is positioned (using sendmessage api)
When keyup or keydown is pressed I...
Hi.
Is possible to use the same code for calling different sub?
I am thinking at something about this:
Tabname(0) = "Command1_click"
Tabname(1) = "Form_unload"
..
..
..
for I = 1 to numel
..
routine_name = Tabname(I)
call routine_name
next
Thank You
Hi,
I'm working with a Rich text format control and when I press the tab key(or shift + tab key), I want to indent/outdent all the selected text (to right or to left) ALSO IF I SELECT MORE THEN ONE LINE.
I realize the following code but does not work exactly.
My problems are:
1)after I...
Hi,
I'm looking for a good algorithm for comparing two text files and find the lines inserted and/or deleted.
On tso mainframe this function is called SUPERC
For Unix is called DIFF.
I found som sample in C or Java but are very complicated for me.
Someone could hel me?
Thanks to everybody
Hi,
I'm trying to develop an editor for different languages and, like the editor of visual basic, i would like to color different groups of instructions with different colors.
I though about ... use HTML but I think that probably there is some OCX that can help me.
I saw that some programs use...
Hi.
I need to pass some data (string) from one program to another.(and viceversa)
I tried with ShellExecute but it seems is not possible to pass more then 400 bytes (inside the lparam).
Reading and searching I saw that the best way is working with activex and class... but for me is a new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.