Click here to Skip to main content
16,005,121 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Show CHM Help File Pin
Krishnraj31-Jul-08 19:38
Krishnraj31-Jul-08 19:38 
QuestionHandle return(ENTER) pressing on richTextBox in WPF ? [modified] Pin
Mohammad Dayyan4-Jul-08 3:50
Mohammad Dayyan4-Jul-08 3:50 
AnswerRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Pete O'Hanlon4-Jul-08 9:41
mvePete O'Hanlon4-Jul-08 9:41 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Mohammad Dayyan4-Jul-08 9:47
Mohammad Dayyan4-Jul-08 9:47 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Pete O'Hanlon4-Jul-08 10:05
mvePete O'Hanlon4-Jul-08 10:05 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Mohammad Dayyan4-Jul-08 10:19
Mohammad Dayyan4-Jul-08 10:19 
QuestionSilverLight beta 2 Pin
Member 39206674-Jul-08 1:17
Member 39206674-Jul-08 1:17 
AnswerRe: SilverLight beta 2 Pin
Michael Sync4-Jul-08 20:13
Michael Sync4-Jul-08 20:13 
Hello Sumukh,

Let me tell the structure of Silverlight 2.0.

--XAP Package
----App
------SilverlightPage
----------SilverlightControl

If you want to show Silverlight on webpage, you have to show XAP package. (not App, Silverlight Page, Silverlight Control). This is the first thing you may want to know.

Another thing: you want to display two different Silveright Content in two different aspx pages, right? There are two ways to go ~

1) Create the seperated projects - Let's say you want to show SilverlightClock on 1.aspx and SilverlightMap on 2.aspx. So, create one silverlight project for SilverlightClock and create another project for SilverlightMap. After complied, you will get SilverlightClock.xap and SilverlightMap.xap. Show those xaps on aspx page.

2) You can create one Silverlight project. Create two silverlight controls for clock and map. And you can pass the parameter by using "InitParam" from aspx to Silverlight. You can receive that parameter from App.xaml.cs. Based on that parameter, you can decide which control you want to show. There are a lot of examples (including some of my own) in Silverlight Forum. You can search it if you want.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: SilverLight beta 2 Pin
Member 39206676-Jul-08 19:42
Member 39206676-Jul-08 19:42 
GeneralRe: SilverLight beta 2 Pin
Michael Sync6-Jul-08 20:25
Michael Sync6-Jul-08 20:25 
GeneralRe: SilverLight beta 2 Pin
Member 39206677-Jul-08 2:54
Member 39206677-Jul-08 2:54 
GeneralRe: SilverLight beta 2 Pin
Sam Xavier11-Jul-08 0:23
Sam Xavier11-Jul-08 0:23 
GeneralRe: SilverLight beta 2 Pin
Michael Sync12-Jul-08 6:38
Michael Sync12-Jul-08 6:38 
GeneralRe: SilverLight beta 2 Pin
Member 392066714-Jul-08 1:22
Member 392066714-Jul-08 1:22 
GeneralRe: SilverLight beta 2 Pin
Member 392066714-Jul-08 1:24
Member 392066714-Jul-08 1:24 
QuestionCould you take a look and give me some suggestions? Pin
Michael Sync3-Jul-08 5:59
Michael Sync3-Jul-08 5:59 
QuestionSystem.Drawing.Color to System.Windows.Media.Brush Pin
KBou3-Jul-08 3:43
KBou3-Jul-08 3:43 
AnswerRe: System.Drawing.Color to System.Windows.Media.Brush Pin
Pete O'Hanlon3-Jul-08 4:38
mvePete O'Hanlon3-Jul-08 4:38 
QuestionRe: System.Drawing.Color to System.Windows.Media.Brush Pin
KBou3-Jul-08 4:44
KBou3-Jul-08 4:44 
AnswerRe: System.Drawing.Color to System.Windows.Media.Brush Pin
Insincere Dave3-Jul-08 5:19
Insincere Dave3-Jul-08 5:19 
AnswerRe: System.Drawing.Color to System.Windows.Media.Brush Pin
KBou3-Jul-08 5:01
KBou3-Jul-08 5:01 
AnswerRe: System.Drawing.Color to System.Windows.Media.Brush [modified] Pin
appxdev17-Feb-11 15:26
appxdev17-Feb-11 15:26 
QuestionBind color to Rectangle in WPF Pin
ezazazel2-Jul-08 11:06
ezazazel2-Jul-08 11:06 
AnswerRe: Bind color to Rectangle in WPF Pin
Gideon Engelberth2-Jul-08 11:59
Gideon Engelberth2-Jul-08 11:59 
AnswerRe: Bind color to Rectangle in WPF Pin
User 223706-Jul-08 16:40
User 223706-Jul-08 16:40 

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.