A Alien Aug 6, 2005 #1 what happened if i click shelf and insert button on the pda at the same time? it that the same as ctrl + c? cheers
what happened if i click shelf and insert button on the pda at the same time? it that the same as ctrl + c? cheers
S Sergey Bogdanov Aug 7, 2005 #2 To invoke Copy operation you have to send WM_COPY command. See OpenNETCF SDF's TextBoxEx: http://vault.netcf.tv/VaultService/...orms/TextBox.cs&version=4&includedversions=20 (guest/guest)
To invoke Copy operation you have to send WM_COPY command. See OpenNETCF SDF's TextBoxEx: http://vault.netcf.tv/VaultService/...orms/TextBox.cs&version=4&includedversions=20 (guest/guest)
S Sergey Bogdanov Aug 7, 2005 #3 .... in addition, OpenNETCF SDF has OpenNETCF.Windows.Forms.Clipboard class, which maybe useful for you. The SDF can be downloaded here: http://www.opennetcf.org/sdf/ -- Sergey Bogdanov [.NET CF MVP, MCSD] http://www.sergeybogdanov.com Sergey said: To invoke Copy operation you have to send WM_COPY command. See OpenNETCF SDF's TextBoxEx: http://vault.netcf.tv/VaultService/...orms/TextBox.cs&version=4&includedversions=20 (guest/guest) -- Sergey Bogdanov [.NET CF MVP, MCSD] http://www.sergeybogdanov.com what happened if i click shelf and insert button on the pda at the same time? it that the same as ctrl + c? cheers Click to expand... Click to expand...
.... in addition, OpenNETCF SDF has OpenNETCF.Windows.Forms.Clipboard class, which maybe useful for you. The SDF can be downloaded here: http://www.opennetcf.org/sdf/ -- Sergey Bogdanov [.NET CF MVP, MCSD] http://www.sergeybogdanov.com Sergey said: To invoke Copy operation you have to send WM_COPY command. See OpenNETCF SDF's TextBoxEx: http://vault.netcf.tv/VaultService/...orms/TextBox.cs&version=4&includedversions=20 (guest/guest) -- Sergey Bogdanov [.NET CF MVP, MCSD] http://www.sergeybogdanov.com what happened if i click shelf and insert button on the pda at the same time? it that the same as ctrl + c? cheers Click to expand... Click to expand...