P
PPCdude
Hi,
I am having some trouble with the opennet sdf. I have gotten it to
copy variables to the clipboard from a textboxex object if I explicity
tell it to. i.e.:
Dim strtxt As String = txtobj.SelectedText.ToString
Dim onsf As OpenNETCF.Windows.Forms.Clipboard
If strtxt <> "" Then
onsf.SetClipboardText(strtxt)
End If
But if I simply use txtobj.cut it doesn't work. Nothing gets copied
to the clipboard and the selected text doesn't get cut.
Any ideas on what I might be doing wrong?
Thank you
I am having some trouble with the opennet sdf. I have gotten it to
copy variables to the clipboard from a textboxex object if I explicity
tell it to. i.e.:
Dim strtxt As String = txtobj.SelectedText.ToString
Dim onsf As OpenNETCF.Windows.Forms.Clipboard
If strtxt <> "" Then
onsf.SetClipboardText(strtxt)
End If
But if I simply use txtobj.cut it doesn't work. Nothing gets copied
to the clipboard and the selected text doesn't get cut.
Any ideas on what I might be doing wrong?
Thank you