Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:29
psmukil12-Mar-06 18:29 
QuestionLocking files Pin
Sandrina10-Mar-06 0:04
Sandrina10-Mar-06 0:04 
QuestionMSMQ with .NET 2005 ... question Pin
Yanshof9-Mar-06 22:39
Yanshof9-Mar-06 22:39 
AnswerRe: MSMQ with .NET 2005 ... question Pin
Judah Gabriel Himango10-Mar-06 4:04
sponsorJudah Gabriel Himango10-Mar-06 4:04 
QuestionC# Synthesiser Pin
Sub19799-Mar-06 22:26
Sub19799-Mar-06 22:26 
QuestionSaving a Control's Graphic Content to a Bitmap Pin
sebaaaa9-Mar-06 22:13
sebaaaa9-Mar-06 22:13 
AnswerRe: Saving a Control's Graphic Content to a Bitmap Pin
sebaaaa10-Mar-06 3:27
sebaaaa10-Mar-06 3:27 
QuestionCopying the entire clipboard & IDataObjects Pin
mithrandiir429-Mar-06 21:46
mithrandiir429-Mar-06 21:46 
Hey guys, I thought I'd start a separate post for this message since it's really a different topic but for the same program. Anyway, what i want to do is get the clipboard using Clipboard.GetDataObject() and then store that data for later use (even after the current clipboard has long since changed). then i'd like to use Clipboard.SetDataObject(mySavedClipboard); to reset the clipboard with my saved one. It seems like whenever i restore the old clipboard it just ends up being blank when i paste.

I've also tried to create a new IDataObject and loop through the stored formats and use SetData to copy over all the data contained in the original clipboard. this somewhat works but it definitely doesn't get everything. For example, if i copy just plain text from notepad, it will work and get restored, but if i try to copy part of a webpage or something from a rich text box, it won't copy over and will end up being and empty clipboard.

Anyone have any ideas?

Any help would be really appreciated.

Thanks in advance

-Jeremy
QuestionSendKeys Blocking Messages? Pin
mithrandiir429-Mar-06 21:36
mithrandiir429-Mar-06 21:36 
AnswerRe: SendKeys Blocking Messages? Pin
mithrandiir4210-Mar-06 10:15
mithrandiir4210-Mar-06 10:15 
QuestionRotatable Controls Pin
silverair9-Mar-06 20:32
silverair9-Mar-06 20:32 
AnswerRe: Rotatable Controls Pin
Christian Graus29-Jul-07 19:17
protectorChristian Graus29-Jul-07 19:17 
QuestionSend a Value in to a Parameter field from Formula fields?(Crystal report) Pin
superdragon9-Mar-06 19:58
superdragon9-Mar-06 19:58 
QuestionRTF tables Pin
Beringer9-Mar-06 19:35
Beringer9-Mar-06 19:35 
Questionabout empty directory Pin
rakesh_nits9-Mar-06 18:40
rakesh_nits9-Mar-06 18:40 
AnswerRe: about empty directory Pin
Ankit Aneja9-Mar-06 19:07
Ankit Aneja9-Mar-06 19:07 
Questioncomponent design Pin
sagittarius_Liu9-Mar-06 16:30
sagittarius_Liu9-Mar-06 16:30 
QuestionHow to receive value from Crystal Formula fields? Pin
superdragon9-Mar-06 15:55
superdragon9-Mar-06 15:55 
AnswerRe: How to receive value from Crystal Formula fields? Pin
darkelv9-Mar-06 16:08
darkelv9-Mar-06 16:08 
GeneralRe: How to receive value from Crystal Formula fields? Pin
superdragon9-Mar-06 16:14
superdragon9-Mar-06 16:14 
GeneralRe: How to receive value from Crystal Formula fields? Pin
superdragon9-Mar-06 16:16
superdragon9-Mar-06 16:16 
GeneralRe: How to receive value from Crystal Formula fields? Pin
darkelv9-Mar-06 16:35
darkelv9-Mar-06 16:35 
QuestionWeird behavior with XPathNavigator Pin
FocusedWolf9-Mar-06 15:01
FocusedWolf9-Mar-06 15:01 
QuestionMulti-line message box line feeds Pin
gmhanna9-Mar-06 14:49
gmhanna9-Mar-06 14:49 
AnswerRe: Multi-line message box line feeds Pin
Sebastian Schneider9-Mar-06 22:22
Sebastian Schneider9-Mar-06 22:22 

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.