Click here to Skip to main content
15,889,820 members
Home / Discussions / C#
   

C#

 
QuestionPage Folding Effect Pin
Jassim Rahma24-Apr-10 22:49
Jassim Rahma24-Apr-10 22:49 
AnswerRe: Page Folding Effect Pin
Software_Developer24-Apr-10 23:17
Software_Developer24-Apr-10 23:17 
QuestionCalling OpenGL code in a managed DLL from a C# app Pin
Keith Vitali24-Apr-10 21:42
Keith Vitali24-Apr-10 21:42 
AnswerRe: Calling OpenGL code in a managed DLL from a C# app Pin
Michael J. Eber26-Apr-10 11:54
Michael J. Eber26-Apr-10 11:54 
QuestionWindows Form Background Pin
Khaniya24-Apr-10 21:32
professionalKhaniya24-Apr-10 21:32 
AnswerRe: Windows Form Background Pin
Michel Godfroid24-Apr-10 22:25
Michel Godfroid24-Apr-10 22:25 
QuestionBrightness and Contrast Jpeg Pin
Iain Wiseman24-Apr-10 21:31
Iain Wiseman24-Apr-10 21:31 
Questioncopy the image of picturebox to anywhere of my computer Pin
guomouren24-Apr-10 21:08
guomouren24-Apr-10 21:08 
Hi,All:
I have a function, want to copy the image of pictureBox1 to clipboard .
then I can copy the image to anywhere when press the right mouse button and choose paste of the system's own
menu.
I just wnat to imitate copy function of win7's PhotoViewer.
My English is not so good,but hope you can understand and give me a hand;
my code is here ,but it doesnot work. the paste item of the system's menu is not clickable after i click my

copy item;
<pre>
private void copyCToolStripMenuItem_Click(object sender, EventArgs e)
{
Clipboard.SetImage(this.pictureBox1.Image);

}</pre>
QuestionAbstract Class Pin
future383924-Apr-10 14:00
future383924-Apr-10 14:00 
AnswerRe: Abstract Class Pin
future383924-Apr-10 15:07
future383924-Apr-10 15:07 
GeneralRe: Abstract Class Pin
PIEBALDconsult24-Apr-10 16:37
mvePIEBALDconsult24-Apr-10 16:37 
GeneralRe: Abstract Class Pin
future383924-Apr-10 16:48
future383924-Apr-10 16:48 
GeneralRe: Abstract Class Pin
future383924-Apr-10 21:22
future383924-Apr-10 21:22 
GeneralRe: Abstract Class Pin
OriginalGriff24-Apr-10 21:29
mveOriginalGriff24-Apr-10 21:29 
GeneralRe: Abstract Class Pin
DaveyM6924-Apr-10 22:53
professionalDaveyM6924-Apr-10 22:53 
GeneralRe: Abstract Class Pin
Eddy Vluggen24-Apr-10 22:56
professionalEddy Vluggen24-Apr-10 22:56 
GeneralRe: Abstract Class Pin
future383925-Apr-10 13:45
future383925-Apr-10 13:45 
GeneralRe: Abstract Class Pin
future383925-Apr-10 17:06
future383925-Apr-10 17:06 
GeneralRe: Abstract Class Pin
Eddy Vluggen25-Apr-10 23:14
professionalEddy Vluggen25-Apr-10 23:14 
GeneralRe: Abstract Class Pin
Calla26-Apr-10 1:07
Calla26-Apr-10 1:07 
GeneralRe: Abstract Class Pin
Eddy Vluggen26-Apr-10 1:20
professionalEddy Vluggen26-Apr-10 1:20 
GeneralRe: Abstract Class Pin
future383926-Apr-10 1:44
future383926-Apr-10 1:44 
QuestionHow to send & receive sms via gsm modem ? Pin
hdv21224-Apr-10 9:39
hdv21224-Apr-10 9:39 
AnswerRe: How to send & receive sms via gsm modem ? Pin
Md. Marufuzzaman24-Apr-10 20:35
professionalMd. Marufuzzaman24-Apr-10 20:35 
GeneralRe: How to send & receive sms via gsm modem ? Pin
hdv21225-Apr-10 10:34
hdv21225-Apr-10 10:34 

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.