Click here to Skip to main content
15,899,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionError 419: Permission to use object denied Pin
Chau Ngoc Vo6-May-09 21:26
Chau Ngoc Vo6-May-09 21:26 
AnswerRe: Error 419: Permission to use object denied Pin
Dave Kreskowiak7-May-09 4:52
mveDave Kreskowiak7-May-09 4:52 
QuestionHelp: How to use a Flash button in VB.net? Pin
nickeltl6-May-09 15:29
nickeltl6-May-09 15:29 
AnswerRe: Help: How to use a Flash button in VB.net? Pin
Dave Kreskowiak6-May-09 15:32
mveDave Kreskowiak6-May-09 15:32 
QuestionNeed to copy the results of a msgbox Pin
beeker55336-May-09 14:05
beeker55336-May-09 14:05 
AnswerRe: Need to copy the results of a msgbox Pin
Mycroft Holmes6-May-09 14:28
professionalMycroft Holmes6-May-09 14:28 
GeneralRe: Need to copy the results of a msgbox Pin
beeker55336-May-09 14:37
beeker55336-May-09 14:37 
GeneralRe: Need to copy the results of a msgbox Pin
Luc Pattyn6-May-09 15:12
sitebuilderLuc Pattyn6-May-09 15:12 
Hi,

you can programatically store the string on the clipboard using Clipboard.SetText; however that is not considered good practice, the user is in charge of the clipboard, so normally a CTRL/C should preceed any change on the clipboard.

Assuming you have a Form, you could use a Label, set the string to its Text; after that it can be copied by selecting and typing CTRL/C.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


GeneralRe: Need to copy the results of a msgbox Pin
beeker55336-May-09 17:18
beeker55336-May-09 17:18 
AnswerRe: Need to copy the results of a msgbox Pin
_Damian S_6-May-09 18:04
professional_Damian S_6-May-09 18:04 
GeneralRe: Need to copy the results of a msgbox Pin
beeker55337-May-09 5:59
beeker55337-May-09 5:59 
QuestionVB6 card game question Pin
ymilan6-May-09 9:57
ymilan6-May-09 9:57 
AnswerRe: VB6 card game question Pin
Mycroft Holmes6-May-09 14:26
professionalMycroft Holmes6-May-09 14:26 
AnswerRe: VB6 card game question Pin
riced6-May-09 22:32
riced6-May-09 22:32 
GeneralRe: VB6 card game question Pin
ymilan9-May-09 2:01
ymilan9-May-09 2:01 
GeneralRe: VB6 card game question Pin
riced10-May-09 2:17
riced10-May-09 2:17 
GeneralRe: VB6 card game question Pin
ymilan10-May-09 5:14
ymilan10-May-09 5:14 
GeneralRe: VB6 card game question Pin
ymilan9-May-09 3:01
ymilan9-May-09 3:01 
GeneralRe: VB6 card game question Pin
riced9-May-09 6:27
riced9-May-09 6:27 
GeneralRe: VB6 card game question Pin
ymilan10-May-09 5:14
ymilan10-May-09 5:14 
GeneralRe: VB6 card game question Pin
riced11-May-09 5:45
riced11-May-09 5:45 
GeneralRe: VB6 card game question Pin
ymilan15-May-09 11:27
ymilan15-May-09 11:27 
GeneralRe: VB6 card game question Pin
riced18-May-09 6:11
riced18-May-09 6:11 
GeneralRe: VB6 card game question Pin
ymilan18-May-09 9:22
ymilan18-May-09 9:22 
GeneralRe: VB6 card game question Pin
ymilan2-Jun-09 14:26
ymilan2-Jun-09 14:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.