How to Reference text box in tab control

W

Wills

I have an app that minimises to system tray. My goal is for a user to be
able to right click on the icon in the system tray and select paste from the
context menu and for the data on the clipboard to go into a textbox within
one of the tabs of a tabcontrol. I have all I need apart from how to
reference the text box. I can access it via intellisense using Me but when
I try Me.txtFromClipboard.Text = fromClipboard.ToString it doesn't work.
Help appreciated.
thanks
 
R

rowe_newsgroups

I have an app that minimises to system tray. My goal is for a user to be
able to right click on the icon in the system tray and select paste from the
context menu and for the data on the clipboard to go into a textbox within
one of the tabs of a tabcontrol. I have all I need apart from how to
reference the text box. I can access it via intellisense using Me but when
I try Me.txtFromClipboard.Text = fromClipboard.ToString it doesn't work.
Help appreciated.
thanks

What doesn't work? Is it throwing an exception? If so what's the error
message?

Thanks,

Seth Rowe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top