Click here to Skip to main content
15,892,298 members
Home / Discussions / WPF
   

WPF

 
QuestionTextbox validation Pin
Aslesh3-Sep-08 4:52
Aslesh3-Sep-08 4:52 
AnswerRe: Textbox validation Pin
Pete O'Hanlon3-Sep-08 10:21
mvePete O'Hanlon3-Sep-08 10:21 
QuestionHow to animate Expander ? Pin
hdv2123-Sep-08 1:17
hdv2123-Sep-08 1:17 
AnswerRe: How to animate Expander ? Pin
Pete O'Hanlon3-Sep-08 1:25
mvePete O'Hanlon3-Sep-08 1:25 
QuestionAbout eml file parsing in silverlight Pin
skrajasthan2-Sep-08 23:58
skrajasthan2-Sep-08 23:58 
QuestionAdvantages of Silver light for user using silver light application ? Pin
King Shez2-Sep-08 21:47
King Shez2-Sep-08 21:47 
QuestionHelp: Audio conferencing using WCF Pin
Jasvinder Kumar Bali2-Sep-08 20:53
Jasvinder Kumar Bali2-Sep-08 20:53 
QuestionSaving a image of WPF form Pin
shazaduh2-Sep-08 10:03
shazaduh2-Sep-08 10:03 
Hi

I have a simple question regarding following code.
How do I save whatever shown within the border tags into a image file such as tiff?

<Window x:Class="Canvas.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">

<Border x:Name="myborder" BorderBrush="Black" BorderThickness="1" Width="2.1in" Height="2.02in">
<Canvas Width="2.1in" Height="2.02in">
<Rectangle Width="1.625in" Height="1.625in" Stroke="Black" StrokeThickness="0.6pt" Canvas.Left="33" Canvas.Top="18" />

</Canvas>;
</Border>;
</Window>;
AnswerRe: Saving a image of WPF form Pin
Mark Salsbery2-Sep-08 10:48
Mark Salsbery2-Sep-08 10:48 
QuestionHow to add the custom control in tool box using wpf Pin
bruze2-Sep-08 5:23
bruze2-Sep-08 5:23 
QuestionPassing objects by ref in WPF Pin
copiloto2-Sep-08 4:45
copiloto2-Sep-08 4:45 
QuestionHow to Create Toolbox and Properybox using WPF(C sharp) Pin
bruze2-Sep-08 3:41
bruze2-Sep-08 3:41 
AnswerRe: How to Create Toolbox and Properybox using WPF(C sharp) Pin
Pete O'Hanlon2-Sep-08 4:00
mvePete O'Hanlon2-Sep-08 4:00 
Question[Message Deleted] Pin
bruze2-Sep-08 2:13
bruze2-Sep-08 2:13 
GeneralRe: How to create ToolBox ,Property box using WPF Pin
Pete O'Hanlon2-Sep-08 3:07
mvePete O'Hanlon2-Sep-08 3:07 
QuestionStackpanel visibility problem?? Pin
Dotnetkanna1-Sep-08 20:18
Dotnetkanna1-Sep-08 20:18 
QuestionCalling Dot Net 2 Webservice In Silverlight Pin
fasih19811-Sep-08 17:42
fasih19811-Sep-08 17:42 
QuestionWPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 10:45
chaiguy13371-Sep-08 10:45 
AnswerRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 10:57
mvePete O'Hanlon1-Sep-08 10:57 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:00
chaiguy13371-Sep-08 11:00 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 11:02
mvePete O'Hanlon1-Sep-08 11:02 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:05
chaiguy13371-Sep-08 11:05 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 11:10
mvePete O'Hanlon1-Sep-08 11:10 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:21
chaiguy13371-Sep-08 11:21 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 22:11
mvePete O'Hanlon1-Sep-08 22:11 

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.