Click here to Skip to main content
15,909,039 members
Home / Discussions / C#
   

C#

 
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 
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 
C# doesn't have clipboard support - .NET exposes the Windows clipboard service to managed languages such as C#.

If you're trying to transfer an object from one AppDomain to another, it won't work. You need to serialize the object and deserialize it on the other end, sort of using the clipboard like a low-tech remoting channel.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
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 
GeneralRe: Which Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Khang Nguyen16-Sep-04 13:26
Khang Nguyen16-Sep-04 13:26 
GeneralRe: Error with file I/O in C# Pin
Grimolfr16-Sep-04 6:27
Grimolfr16-Sep-04 6:27 

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.