J
Jonas Bergman
Hi
I am about to develop a program that scans the text properties of a number
of text boxes in another program and copies them to the clipboard. The
software that I want to scan has no function for printing on a printer, and
therefore I am building this extension to enable simple printouts.
The program I am scanning is built in C#. My program should be built in C#
too.
I do not know the names of the textboxes, so to begin with I need to be able
to get the names of the textboxes to scan. These names will probably not
change, so when have gotten these names I can add them to the code. I know
the name of the form (or at least the caption of the form) that the
textboxes are in. I have no need for changing the properties of the
textboxes either.
Does anyone have some simple code that can help me getting started?
Thanks
Jonas Bergman
I am about to develop a program that scans the text properties of a number
of text boxes in another program and copies them to the clipboard. The
software that I want to scan has no function for printing on a printer, and
therefore I am building this extension to enable simple printouts.
The program I am scanning is built in C#. My program should be built in C#
too.
I do not know the names of the textboxes, so to begin with I need to be able
to get the names of the textboxes to scan. These names will probably not
change, so when have gotten these names I can add them to the code. I know
the name of the form (or at least the caption of the form) that the
textboxes are in. I have no need for changing the properties of the
textboxes either.
Does anyone have some simple code that can help me getting started?
Thanks
Jonas Bergman