Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Server application Pin
Salil Khedkar20-Sep-04 1:18
Salil Khedkar20-Sep-04 1:18 
GeneralRe: Server application Pin
qigong516-Sep-04 16:57
qigong516-Sep-04 16:57 
GeneralRe: Server application Pin
Tim Kohler17-Sep-04 9:57
Tim Kohler17-Sep-04 9:57 
GeneralComboBox within a Listbox Pin
pkunkrocker16-Sep-04 13:19
pkunkrocker16-Sep-04 13:19 
GeneralRe: ComboBox within a Listbox Pin
sreejith ss nair16-Sep-04 20:29
sreejith ss nair16-Sep-04 20:29 
GeneralSimple Console App. Pin
Milan200716-Sep-04 13:12
Milan200716-Sep-04 13:12 
GeneralRe: Simple Console App. Pin
Heath Stewart16-Sep-04 13:29
protectorHeath Stewart16-Sep-04 13:29 
GeneralCopy Nonstandard Type to Clipboard Pin
McClamm16-Sep-04 11:17
McClamm16-Sep-04 11:17 
Hello,
I've been trying like crazy to figure out how to copy an object of a custom type to the Clipboard via Clipboard.SetDataObject() and then retrieve it with Clipboard.GetDataObject().

I've tried everything I can think of. I declare a DataObject, made out of my custom object, and give it a format name, and send it to the clipboard. Then I bring it back from the clipboard, as an IDataObject, use GetDataPresent(*format name", true), and it says that the data is present. But when I use GetData, it returns null! What is going on here?

There are many demos about how to use the clipboard with strings and bitmaps but that's pretty useless. What's the point of C#'s clipboard support if all you can do is transfer bitmaps?
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Nick Parker16-Sep-04 11:34
protectorNick Parker16-Sep-04 11:34 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Heath Stewart16-Sep-04 13:18
protectorHeath Stewart16-Sep-04 13:18 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Anonymous17-Sep-04 5:23
Anonymous17-Sep-04 5:23 
Generalhelp in find and show a list of files Pin
Anonymous16-Sep-04 10:07
Anonymous16-Sep-04 10:07 
GeneralMP3 Duration Pin
RichGuk16-Sep-04 9:19
RichGuk16-Sep-04 9:19 
GeneralRe: MP3 Duration Pin
Heath Stewart16-Sep-04 9:32
protectorHeath Stewart16-Sep-04 9:32 
GeneralDTS Programming Pin
stan2816-Sep-04 8:57
stan2816-Sep-04 8:57 
GeneralRe: DTS Programming Pin
Daniel Turini16-Sep-04 12:02
Daniel Turini16-Sep-04 12:02 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 2:59
stan2817-Sep-04 2:59 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 13:34
stan2817-Sep-04 13:34 
GeneralRe: DTS Programming Pin
stan288-Oct-04 2:40
stan288-Oct-04 2:40 
GeneralWhich Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Khang Nguyen16-Sep-04 6:17
Khang Nguyen16-Sep-04 6:17 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Heath Stewart16-Sep-04 7:05
protectorHeath Stewart16-Sep-04 7:05 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Khang Nguyen16-Sep-04 8:16
Khang Nguyen16-Sep-04 8:16 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Heath Stewart16-Sep-04 9:18
protectorHeath Stewart16-Sep-04 9:18 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Khang Nguyen16-Sep-04 12:23
Khang Nguyen16-Sep-04 12:23 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Heath Stewart16-Sep-04 13:15
protectorHeath Stewart16-Sep-04 13:15 

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.