Click here to Skip to main content
15,887,404 members
Home / Discussions / C#
   

C#

 
Questionhow to use desktop composition + C# Pin
jojoba201124-Jun-12 20:59
jojoba201124-Jun-12 20:59 
AnswerRe: how to use desktop composition + C# Pin
OriginalGriff24-Jun-12 21:10
mveOriginalGriff24-Jun-12 21:10 
AnswerRe: how to use desktop composition + C# Pin
OriginalGriff24-Jun-12 21:10
mveOriginalGriff24-Jun-12 21:10 
AnswerRe: how to use desktop composition + C# Pin
Midnight Ahri24-Jun-12 21:35
Midnight Ahri24-Jun-12 21:35 
AnswerRe: how to use desktop composition + C# Pin
Richard MacCutchan24-Jun-12 22:44
mveRichard MacCutchan24-Jun-12 22:44 
GeneralRe: how to use desktop composition + C# Pin
jojoba201125-Jun-12 4:26
jojoba201125-Jun-12 4:26 
GeneralRe: how to use desktop composition + C# Pin
Richard MacCutchan25-Jun-12 4:48
mveRichard MacCutchan25-Jun-12 4:48 
GeneralRe: how to use desktop composition + C# Pin
BobJanova25-Jun-12 4:52
BobJanova25-Jun-12 4:52 
You can use Control.DrawToBitmap[^] to draw a copy of what's currently visible on a form or panel into an image, and then use image transformation (rotate/scale/skew) and drawing capabilities in the Graphics class to make a perspective-distorted version of it to scroll through.

Make sure you support the standard ways to navigate around an MDI form as well. This might seem like the coolest thing ever to you right now but users will probably want to switch in the way they always have.
GeneralRe: how to use desktop composition + C# Pin
jojoba201125-Jun-12 17:51
jojoba201125-Jun-12 17:51 
Questionascii to decimal Pin
Member 916404524-Jun-12 8:29
Member 916404524-Jun-12 8:29 
AnswerRe: ascii to decimal Pin
Luc Pattyn24-Jun-12 8:53
sitebuilderLuc Pattyn24-Jun-12 8:53 
AnswerRe: ascii to decimal Pin
NeonMika24-Jun-12 10:29
NeonMika24-Jun-12 10:29 
GeneralRe: ascii to decimal Pin
Member 916404524-Jun-12 17:08
Member 916404524-Jun-12 17:08 
AnswerRe: ascii to decimal Pin
Luc Pattyn24-Jun-12 17:50
sitebuilderLuc Pattyn24-Jun-12 17:50 
GeneralRe: ascii to decimal Pin
Basim 227-Jun-12 10:21
Basim 227-Jun-12 10:21 
AnswerRe: ascii to decimal Pin
Luc Pattyn27-Jun-12 11:17
sitebuilderLuc Pattyn27-Jun-12 11:17 
GeneralRe: ascii to decimal Pin
Richard MacCutchan24-Jun-12 22:35
mveRichard MacCutchan24-Jun-12 22:35 
GeneralRe: ascii to decimal Pin
Basim 225-Jun-12 4:41
Basim 225-Jun-12 4:41 
QuestionUnhanded Exception Error Pin
Saidrex23-Jun-12 22:42
Saidrex23-Jun-12 22:42 
AnswerRe: Unhanded Exception Error Pin
Sandeep Mewara23-Jun-12 22:57
mveSandeep Mewara23-Jun-12 22:57 
GeneralRe: Unhanded Exception Error Pin
Saidrex23-Jun-12 23:36
Saidrex23-Jun-12 23:36 
GeneralRe: Unhanded Exception Error Pin
Sandeep Mewara24-Jun-12 2:28
mveSandeep Mewara24-Jun-12 2:28 
GeneralRe: Unhanded Exception Error Pin
Saidrex24-Jun-12 2:32
Saidrex24-Jun-12 2:32 
AnswerRe: Unhanded Exception Error Pin
Eddy Vluggen23-Jun-12 23:40
professionalEddy Vluggen23-Jun-12 23:40 
GeneralRe: Unhanded Exception Error Pin
Saidrex24-Jun-12 0:09
Saidrex24-Jun-12 0:09 

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.