Bilbomanator
Programmer
Hi, I don't know VB6 in and out yet, so some of the answers may get over my head.
I have a basic text file with a system like this
"
*hello*howdy*me*you*
"
Something like that, where the data are seperated by asterisks.
What I need to do is be able to copy only the "hello howdy me you" into the clipboard maybe then output it to another textfile with tags so it can be brought into Ventura10.
I do not yet know what the output is going to be like but maybe something like this
"
<tag><bold><arial>hello</tag>
"
Something where I can make the tags in VB and have it output it to that.
At least something so i can manipulate it myself.
I have tinkered around and gotten notepad open and opened a file. I have had no luck in just copying out the data from notepad into another file.
I can copy the data from notepad into vb into a txtbox, but that is it.
If anyone can steer me in the right direction, this would greatly help me out at work.
Thank you very much
-Matt
I have a basic text file with a system like this
"
*hello*howdy*me*you*
"
Something like that, where the data are seperated by asterisks.
What I need to do is be able to copy only the "hello howdy me you" into the clipboard maybe then output it to another textfile with tags so it can be brought into Ventura10.
I do not yet know what the output is going to be like but maybe something like this
"
<tag><bold><arial>hello</tag>
"
Something where I can make the tags in VB and have it output it to that.
At least something so i can manipulate it myself.
I have tinkered around and gotten notepad open and opened a file. I have had no luck in just copying out the data from notepad into another file.
I can copy the data from notepad into vb into a txtbox, but that is it.
If anyone can steer me in the right direction, this would greatly help me out at work.
Thank you very much
-Matt