Hi,
I need to add various items to a single clipboard in a VB application. That is, I need to add a set text like say "Height" then a tabbed space, then the value stored in say textBox1. Then I need to add the value stored in textBox2 etc.
So, I need something that works like:?
Clipboard.SetDataObject("Height",tab,textBox1,"Lenght",tabtextBox2)
Or something like that, I just don't know how it works???
Do I even use the Clipboard.SetDataObject function at all?
Any ideas?
Thanks,
D
I need to add various items to a single clipboard in a VB application. That is, I need to add a set text like say "Height" then a tabbed space, then the value stored in say textBox1. Then I need to add the value stored in textBox2 etc.
So, I need something that works like:?
Clipboard.SetDataObject("Height",tab,textBox1,"Lenght",tabtextBox2)
Or something like that, I just don't know how it works???
Do I even use the Clipboard.SetDataObject function at all?
Any ideas?
Thanks,
D