Taskdialog + Ctrl-C |
Post Reply |
Author | |
Josef
Groupie Joined: 15 April 2006 Status: Offline Points: 59 |
Post Options
Thanks(0)
Posted: 18 September 2008 at 10:12pm |
Hi,
is it possible to copy the message text to clipboard with Ctrl+C (like Messagebox)? If not, could you please add an keypress event or something? Thank you, Josef |
|
Product: Xtreme SuitePro ActiveX v13.2.1
Platform: Windows 2008 (64bit) Language: Visual Basic 6.0 |
|
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
|
I added a custom button with a label "Copy to Clipboard". I keep the non-markup version of the error message saved in a variable and when the button is pressed, I execute the following code in the ButtonClick event:
Clipboard.SetText strCurrentErrorMessage CloseDialog = False //don't close the dialog box It would be nice if Ctrl+C was supported but having the button makes it obvious to my novice users that the error message can be copied to the clipboard. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |