V
VMI
In Access, when a user's going to import a fixed-width format ascii file, a
window in the "Import Text Wizard" lets the user "mark" where in a string
one field will begin and end (with the vertical lines that can be moved with
the mouse). Can this (or something similar) be implemented in order for the
user to graphically choose which part of the string will be, for example, be
displayed in a MessageBox?
So for example, my control would display the string "Hello World" and the
user can add add and then move a vertical line through the control and place
it after the second "l". When an button click is raised, the messagebox will
display "Hell".
Thanks.
window in the "Import Text Wizard" lets the user "mark" where in a string
one field will begin and end (with the vertical lines that can be moved with
the mouse). Can this (or something similar) be implemented in order for the
user to graphically choose which part of the string will be, for example, be
displayed in a MessageBox?
So for example, my control would display the string "Hello World" and the
user can add add and then move a vertical line through the control and place
it after the second "l". When an button click is raised, the messagebox will
display "Hell".
Thanks.