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
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